# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.2417e-05 go_gc_duration_seconds{quantile="0.25"} 0.000208565 go_gc_duration_seconds{quantile="0.5"} 0.01009856 go_gc_duration_seconds{quantile="0.75"} 0.058053084 go_gc_duration_seconds{quantile="1"} 0.512373224 go_gc_duration_seconds_sum 277.258388713 go_gc_duration_seconds_count 16171 # 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 48 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.8"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.4712768e+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 1.498918108e+11 # 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 2.653102e+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.304768935e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.554528e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.4712768e+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 8.0502784e+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 1.888256e+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 105417 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.667712e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 9.9385344e+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.776202560519229e+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.304874352e+09 # 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 2416 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 291360 # 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 783360 # 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 1.980105e+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 933106 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.277952e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.277952e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.09603096e+08 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 10 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 3064.27 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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 8.431707679e+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 9.729907333e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 15 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.9448576e+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.77472416244e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.48314112e+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 traefik_config_last_reload_failure Last config reload failure # TYPE traefik_config_last_reload_failure gauge traefik_config_last_reload_failure 0 # HELP traefik_config_last_reload_success Last config reload success # TYPE traefik_config_last_reload_success gauge traefik_config_last_reload_success 1.77613949e+09 # HELP traefik_config_reloads_failure_total Config failure reloads # TYPE traefik_config_reloads_failure_total counter traefik_config_reloads_failure_total 0 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 150 # HELP traefik_entrypoint_open_connections How many open connections exist on an entrypoint, partitioned by method and protocol. # TYPE traefik_entrypoint_open_connections gauge traefik_entrypoint_open_connections{entrypoint="traefik",method="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="traefik",method="GET",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="traefik",method="HEAD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="traefik",method="POST",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="GET",protocol="websocket"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="POST",protocol="sse"} 0 # HELP traefik_entrypoint_request_duration_seconds How long it took to process the request on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_request_duration_seconds histogram traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="0.1"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="traefik",method="GET",protocol="http"} 0.512388264 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="traefik",method="GET",protocol="http"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.1"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 90 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 0.013586885000000002 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 73466 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 85389 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 105380 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 122494 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 126032 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 90700.35142693135 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 126032 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 180 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 181 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 184 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 184 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 184 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 1.8318200920000003 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 184 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 43072 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 45458 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 47672 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 50783 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 51630 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 18415.973035423947 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 51630 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 61 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 69 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 70 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 70 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 5.518514526999997 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 70 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="GET",protocol="http"} 1.633766364 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="POST",protocol="http"} 1.036279359 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.006998796 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 499 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 503 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 504 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 507 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 508 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 27.52349384900001 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 508 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.1"} 79970 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.3"} 79971 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="1.2"} 79971 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="5"} 79971 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="+Inf"} 79971 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="web",method="GET",protocol="http"} 12.503790372000067 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="web",method="GET",protocol="http"} 79971 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 9 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 0.09144527 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 622 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 706 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 724 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 728 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 729 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 47.174513412 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 729 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 20 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0.91706772 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 0.68725489 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 298 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 301 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 303 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 304 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 306 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 28.82056432299999 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 306 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 10 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="CONNECT",protocol="http"} 0.011014838 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="CONNECT",protocol="http"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 863 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 863 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 863 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="5"} 863 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 863 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="HEAD",protocol="http"} 0.1334978670000001 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="HEAD",protocol="http"} 863 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 0.001786242 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="0.1"} 245 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="0.3"} 245 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="1.2"} 245 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="5"} 245 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="+Inf"} 245 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="POST",protocol="http"} 0.10807226800000007 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="POST",protocol="http"} 245 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="5"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 32 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="GET",protocol="http"} 1.841605922 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="GET",protocol="http"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 483 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 483 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 483 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 483 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 483 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 0.283421582 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 483 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 152 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0.013958930999999992 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 0.028030181999999997 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="0.1"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="0.3"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="1.2"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="5"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="+Inf"} 31 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 0.033076896 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="0.1"} 777 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="0.3"} 778 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="1.2"} 778 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="5"} 778 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="+Inf"} 778 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="GET",protocol="http"} 0.6922503270000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="GET",protocol="http"} 778 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 0.00396427 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="0.1"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="0.3"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="1.2"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="5"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="+Inf"} 14 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="POST",protocol="http"} 0.005184424 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="POST",protocol="http"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 1302 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 1302 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 1302 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 1302 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 1302 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 0.811594003000001 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 1302 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="websocket"} 0.001462206 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="websocket"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 25 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.005166763 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 118 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.001750971999999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 11 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.007046753999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 7 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.0011182470000000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 66387 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 66470 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 66495 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 66499 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 66499 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 89.06604931400085 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 66499 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 6.3056e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0.0023570059999999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 522 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 522 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 522 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 522 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 522 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0.21459922499999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 522 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 36 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 36 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 36 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 36 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 36 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.012619620000000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 36 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 501 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 503 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 505 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 505 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 505 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 1.8419367020000008 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 505 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="sse"} 0.002996651 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="sse"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="GET",protocol="http"} 0.097973059 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.004047373 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 374 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 375 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 376 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="5"} 376 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 376 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="POST",protocol="http"} 1.875002988999999 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="POST",protocol="http"} 376 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 120 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 182 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 371 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 776 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1228 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 6064.978992919998 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 1228 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 0.015076882 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 182 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 1321.1872756699995 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 182 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 25 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 13.781225257 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="HEAD",protocol="http"} 0.134889207 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="HEAD",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="GET",protocol="http"} 37.700810921000006 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="GET",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 9 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="OPTIONS",protocol="http"} 29.748626465 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="OPTIONS",protocol="http"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="503",entrypoint="websecure",method="GET",protocol="http"} 0.014783564 traefik_entrypoint_request_duration_seconds_count{code="503",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="GET",protocol="http",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 16 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="websecure",method="GET",protocol="http"} 480.07581122 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="websecure",method="GET",protocol="http"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 28 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="websecure",method="OPTIONS",protocol="http"} 840.0285911429999 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="websecure",method="OPTIONS",protocol="http"} 28 # HELP traefik_entrypoint_requests_bytes_total The total size of requests in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_bytes_total counter traefik_entrypoint_requests_bytes_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 76 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 1.07476e+06 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 525 traefik_entrypoint_requests_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="301",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 8976 traefik_entrypoint_requests_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 2.137696e+06 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="405",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 3.240702e+06 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="504",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 # HELP traefik_entrypoint_requests_tls_total How many HTTP requests with TLS processed on an entrypoint, partitioned by TLS Version and TLS cipher Used. # TYPE traefik_entrypoint_requests_tls_total counter traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 40 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 61 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 21 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 11 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 993 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 235 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 36 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 243358 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1001 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 5527 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 43 # HELP traefik_entrypoint_requests_total How many HTTP requests processed on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_total counter traefik_entrypoint_requests_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 12 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="GET",protocol="http"} 90 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 126032 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 184 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 51630 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 70 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_requests_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 508 traefik_entrypoint_requests_total{code="301",entrypoint="web",method="GET",protocol="http"} 79971 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 9 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 729 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 20 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 12 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 306 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 10 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 863 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="POST",protocol="http"} 245 traefik_entrypoint_requests_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 32 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 483 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 152 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 12 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 31 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 778 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="POST",protocol="http"} 14 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 1302 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 25 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 118 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 11 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 7 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 66499 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 522 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 36 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 505 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 2 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 4 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 376 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 1228 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 182 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 25 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="HEAD",protocol="http"} 2 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 5 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="OPTIONS",protocol="http"} 9 traefik_entrypoint_requests_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 16 traefik_entrypoint_requests_total{code="504",entrypoint="websecure",method="OPTIONS",protocol="http"} 28 # HELP traefik_entrypoint_responses_bytes_total The total size of responses in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_responses_bytes_total counter traefik_entrypoint_responses_bytes_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 224756 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 7830 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 8.364303797e+09 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 848395 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 51267 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 963951 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="GET",protocol="http"} 189 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 1087 traefik_entrypoint_responses_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 1.6716645e+07 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="web",method="GET",protocol="http"} 1.359507e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 260227 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 2508 traefik_entrypoint_responses_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 180 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 15534 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="POST",protocol="http"} 4410 traefik_entrypoint_responses_bytes_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 1428 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 8571 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 2584 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 204 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 589 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 14782 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="POST",protocol="http"} 266 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 22781 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 475 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 2242 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 209 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 133 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 3.65497e+06 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 95 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 7809 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 684 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 10369 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 38 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="GET",protocol="http"} 128 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 628 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 125704 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 25788 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 21 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 3822 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 1687 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 55 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="OPTIONS",protocol="http"} 99 traefik_entrypoint_responses_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 95 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 240 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="websecure",method="OPTIONS",protocol="http"} 420 # HELP traefik_service_open_connections How many open connections exist on a service, partitioned by method and protocol. # TYPE traefik_service_open_connections gauge traefik_service_open_connections{method="GET",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="GET",protocol="http",service="vue@docker"} 0 traefik_service_open_connections{method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="vue@docker"} 0 traefik_service_open_connections{method="POST",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="POST",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="POST",protocol="http",service="vue@docker"} 0 # HELP traefik_service_request_duration_seconds How long it took to process the request on a service, partitioned by status code, protocol, and method. # TYPE traefik_service_request_duration_seconds histogram traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="0.1"} 23813 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="0.3"} 34100 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="1.2"} 52457 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="5"} 68644 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="+Inf"} 71965 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="flask@docker"} 84389.2953604604 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="flask@docker"} 71965 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="0.1"} 215 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="0.3"} 253 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="1.2"} 297 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="5"} 299 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 299 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@docker"} 37.405508964000006 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@docker"} 299 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="0.1"} 35412 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="0.3"} 36925 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="1.2"} 38508 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="5"} 39432 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="+Inf"} 39649 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="vue@docker"} 6120.623802779001 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="vue@docker"} 39649 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="portainer@docker"} 0.804254123 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="portainer@docker"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="0.1"} 97 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="0.3"} 98 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="1.2"} 98 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="5"} 98 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="+Inf"} 98 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="vue@docker"} 0.38349132500000005 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="vue@docker"} 98 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 43128 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 45459 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 47667 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 50777 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 51624 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 18395.808628741856 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 51624 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 0.003021865 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="flask@docker"} 4.285796481 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="flask@docker"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="0.1"} 26 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="0.3"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="1.2"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="5"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="+Inf"} 29 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="portainer@docker"} 0.6739799489999999 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="portainer@docker"} 29 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="flask@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="flask@docker",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="flask@docker",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="flask@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="flask@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="202",method="GET",protocol="http",service="flask@docker"} 1.63190292 traefik_service_request_duration_seconds_count{code="202",method="GET",protocol="http",service="flask@docker"} 1 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="202",method="POST",protocol="http",service="flask@docker"} 1.034684001 traefik_service_request_duration_seconds_count{code="202",method="POST",protocol="http",service="flask@docker"} 5 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@docker"} 0.006878902 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@docker"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="0.1"} 499 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="0.3"} 503 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="1.2"} 504 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="5"} 507 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="+Inf"} 508 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="vue@docker"} 27.462503467999966 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="vue@docker"} 508 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@docker",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@docker",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@docker",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@docker",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="301",method="GET",protocol="http",service="portainer@docker"} 0.091122011 traefik_service_request_duration_seconds_count{code="301",method="GET",protocol="http",service="portainer@docker"} 9 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="0.1"} 623 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="0.3"} 706 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="1.2"} 724 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="5"} 728 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="+Inf"} 729 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="flask@docker"} 46.90778645400004 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="flask@docker"} 729 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="flask@docker",le="0.1"} 17 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="flask@docker",le="0.3"} 19 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="flask@docker",le="1.2"} 20 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="flask@docker",le="5"} 20 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="flask@docker",le="+Inf"} 20 traefik_service_request_duration_seconds_sum{code="302",method="HEAD",protocol="http",service="flask@docker"} 0.9137387229999999 traefik_service_request_duration_seconds_count{code="302",method="HEAD",protocol="http",service="flask@docker"} 20 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="flask@docker",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="flask@docker",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="flask@docker",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="flask@docker",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="flask@docker",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="flask@docker"} 0.6866439950000001 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="flask@docker"} 12 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="0.1"} 91 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="0.3"} 93 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="1.2"} 94 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="5"} 95 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="+Inf"} 97 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="flask@docker"} 27.562004853 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="flask@docker"} 97 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="0.1"} 207 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="0.3"} 208 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="1.2"} 209 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="5"} 209 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="+Inf"} 209 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="vue@docker"} 1.1851071450000001 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="vue@docker"} 209 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="flask@docker",le="0.1"} 27 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="flask@docker",le="0.3"} 29 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="flask@docker",le="1.2"} 31 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="flask@docker",le="5"} 31 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="flask@docker",le="+Inf"} 31 traefik_service_request_duration_seconds_sum{code="400",method="GET",protocol="http",service="flask@docker"} 1.836242688 traefik_service_request_duration_seconds_count{code="400",method="GET",protocol="http",service="flask@docker"} 31 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="400",method="GET",protocol="http",service="vue@docker"} 0.001662091 traefik_service_request_duration_seconds_count{code="400",method="GET",protocol="http",service="vue@docker"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="portainer@docker"} 0.058729412999999994 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@docker"} 6 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="0.1"} 6772 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="0.3"} 6833 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="1.2"} 6856 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="5"} 6860 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="+Inf"} 6860 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="flask@docker"} 64.23316636899997 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="flask@docker"} 6860 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="0.1"} 8726 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="0.3"} 8738 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="1.2"} 8740 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="5"} 8740 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 8740 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@docker"} 15.227436641000013 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@docker"} 8740 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="0.1"} 1034 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="0.3"} 1039 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="1.2"} 1039 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="5"} 1039 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="+Inf"} 1039 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="vue@docker"} 4.376596587 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="vue@docker"} 1039 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="flask@docker",le="0.1"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="flask@docker",le="0.3"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="flask@docker",le="1.2"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="flask@docker",le="5"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="flask@docker",le="+Inf"} 37 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="flask@docker"} 0.135952045 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="flask@docker"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="portainer@docker",le="0.1"} 74 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="portainer@docker",le="0.3"} 74 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="portainer@docker",le="1.2"} 74 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="portainer@docker",le="5"} 74 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="portainer@docker",le="+Inf"} 74 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="portainer@docker"} 0.050358397 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="portainer@docker"} 74 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="0.1"} 13 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="0.3"} 15 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="1.2"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="5"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="+Inf"} 17 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="flask@docker"} 1.5707741649999998 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="flask@docker"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="0.1"} 44 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="0.3"} 44 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="1.2"} 44 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="5"} 44 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="+Inf"} 44 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="portainer@docker"} 0.18838509100000003 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="portainer@docker"} 44 traefik_service_request_duration_seconds_bucket{code="405",method="GET",protocol="http",service="flask@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="GET",protocol="http",service="flask@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="GET",protocol="http",service="flask@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="GET",protocol="http",service="flask@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="GET",protocol="http",service="flask@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="405",method="GET",protocol="http",service="flask@docker"} 0.089313289 traefik_service_request_duration_seconds_count{code="405",method="GET",protocol="http",service="flask@docker"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 0.003801268 traefik_service_request_duration_seconds_count{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="0.1"} 13 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="1.2"} 15 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="5"} 15 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="+Inf"} 15 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="flask@docker"} 1.031278633 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="flask@docker"} 15 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="0.1"} 361 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="0.3"} 361 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="1.2"} 361 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="5"} 361 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="+Inf"} 361 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="vue@docker"} 0.7781386960000002 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="vue@docker"} 361 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="0.1"} 37 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="0.3"} 85 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="1.2"} 226 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="5"} 611 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="+Inf"} 1049 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="flask@docker"} 5799.351564222993 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="flask@docker"} 1049 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="0.1"} 83 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="0.3"} 97 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="1.2"} 145 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="5"} 165 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="+Inf"} 179 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="vue@docker"} 265.1973352129999 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="vue@docker"} 179 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="vue@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="vue@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="vue@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="vue@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="vue@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="HEAD",protocol="http",service="vue@docker"} 0.014308498 traefik_service_request_duration_seconds_count{code="499",method="HEAD",protocol="http",service="vue@docker"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 11 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 30 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 91 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 182 traefik_service_request_duration_seconds_sum{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 1321.160822325 traefik_service_request_duration_seconds_count{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 182 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="0.1"} 20 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="0.3"} 21 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="1.2"} 24 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="5"} 24 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="flask@docker"} 13.779281993000001 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="flask@docker"} 25 traefik_service_request_duration_seconds_bucket{code="500",method="HEAD",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="HEAD",protocol="http",service="flask@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="HEAD",protocol="http",service="flask@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="HEAD",protocol="http",service="flask@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="HEAD",protocol="http",service="flask@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="500",method="HEAD",protocol="http",service="flask@docker"} 0.134098679 traefik_service_request_duration_seconds_count{code="500",method="HEAD",protocol="http",service="flask@docker"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="flask@docker"} 37.695265857 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="flask@docker"} 5 traefik_service_request_duration_seconds_bucket{code="502",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="502",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="502",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="502",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="502",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="502",method="OPTIONS",protocol="http",service="flask@docker"} 29.708491040000006 traefik_service_request_duration_seconds_count{code="502",method="OPTIONS",protocol="http",service="flask@docker"} 9 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="503",method="GET",protocol="http",service="flask@docker"} 0.014724159 traefik_service_request_duration_seconds_count{code="503",method="GET",protocol="http",service="flask@docker"} 1 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="flask@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="flask@docker",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="flask@docker",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="flask@docker",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="flask@docker",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="504",method="GET",protocol="http",service="flask@docker"} 270.024231019 traefik_service_request_duration_seconds_count{code="504",method="GET",protocol="http",service="flask@docker"} 9 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="vue@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="vue@docker",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="vue@docker",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="vue@docker",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="vue@docker",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="504",method="GET",protocol="http",service="vue@docker"} 210.04025111500002 traefik_service_request_duration_seconds_count{code="504",method="GET",protocol="http",service="vue@docker"} 7 traefik_service_request_duration_seconds_bucket{code="504",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 28 traefik_service_request_duration_seconds_sum{code="504",method="OPTIONS",protocol="http",service="flask@docker"} 840.0272965310002 traefik_service_request_duration_seconds_count{code="504",method="OPTIONS",protocol="http",service="flask@docker"} 28 # HELP traefik_service_requests_bytes_total The total size of requests in bytes received by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_bytes_total counter traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="vue@docker"} 76 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="flask@docker"} 256 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="portainer@docker"} 1.074504e+06 traefik_service_requests_bytes_total{code="202",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="202",method="POST",protocol="http",service="flask@docker"} 525 traefik_service_requests_bytes_total{code="204",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="301",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="302",method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="flask@docker"} 8976 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="400",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="400",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="flask@docker"} 1173 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="portainer@docker"} 2.136523e+06 traefik_service_requests_bytes_total{code="405",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="flask@docker"} 2782 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="vue@docker"} 3.23792e+06 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="499",method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="500",method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="502",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="503",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="504",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="504",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="504",method="OPTIONS",protocol="http",service="flask@docker"} 0 # HELP traefik_service_requests_tls_total How many HTTP requests with TLS processed on a service, partitioned by TLS version and TLS cipher. # TYPE traefik_service_requests_tls_total counter traefik_service_requests_tls_total{service="flask@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 131296 traefik_service_requests_tls_total{service="flask@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 632 traefik_service_requests_tls_total{service="flask@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 874 traefik_service_requests_tls_total{service="flask@docker",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 2 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 9145 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 18 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 49 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 1 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 41499 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 149 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 881 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 5 # HELP traefik_service_requests_total How many HTTP requests processed on a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_total counter traefik_service_requests_total{code="200",method="GET",protocol="http",service="flask@docker"} 71965 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@docker"} 299 traefik_service_requests_total{code="200",method="GET",protocol="http",service="vue@docker"} 39649 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="portainer@docker"} 6 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 98 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 51624 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 2 traefik_service_requests_total{code="200",method="POST",protocol="http",service="flask@docker"} 9 traefik_service_requests_total{code="200",method="POST",protocol="http",service="portainer@docker"} 29 traefik_service_requests_total{code="202",method="GET",protocol="http",service="flask@docker"} 1 traefik_service_requests_total{code="202",method="POST",protocol="http",service="flask@docker"} 5 traefik_service_requests_total{code="204",method="GET",protocol="http",service="portainer@docker"} 2 traefik_service_requests_total{code="206",method="GET",protocol="http",service="vue@docker"} 508 traefik_service_requests_total{code="301",method="GET",protocol="http",service="portainer@docker"} 9 traefik_service_requests_total{code="302",method="GET",protocol="http",service="flask@docker"} 729 traefik_service_requests_total{code="302",method="HEAD",protocol="http",service="flask@docker"} 20 traefik_service_requests_total{code="302",method="POST",protocol="http",service="flask@docker"} 12 traefik_service_requests_total{code="304",method="GET",protocol="http",service="flask@docker"} 97 traefik_service_requests_total{code="304",method="GET",protocol="http",service="vue@docker"} 209 traefik_service_requests_total{code="400",method="GET",protocol="http",service="flask@docker"} 31 traefik_service_requests_total{code="400",method="GET",protocol="http",service="vue@docker"} 1 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@docker"} 6 traefik_service_requests_total{code="404",method="GET",protocol="http",service="flask@docker"} 6860 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@docker"} 8740 traefik_service_requests_total{code="404",method="GET",protocol="http",service="vue@docker"} 1039 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="flask@docker"} 37 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="portainer@docker"} 74 traefik_service_requests_total{code="404",method="POST",protocol="http",service="flask@docker"} 17 traefik_service_requests_total{code="404",method="POST",protocol="http",service="portainer@docker"} 44 traefik_service_requests_total{code="405",method="GET",protocol="http",service="flask@docker"} 2 traefik_service_requests_total{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 4 traefik_service_requests_total{code="405",method="POST",protocol="http",service="flask@docker"} 15 traefik_service_requests_total{code="405",method="POST",protocol="http",service="vue@docker"} 361 traefik_service_requests_total{code="499",method="GET",protocol="http",service="flask@docker"} 1049 traefik_service_requests_total{code="499",method="GET",protocol="http",service="vue@docker"} 179 traefik_service_requests_total{code="499",method="HEAD",protocol="http",service="vue@docker"} 1 traefik_service_requests_total{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 182 traefik_service_requests_total{code="500",method="GET",protocol="http",service="flask@docker"} 25 traefik_service_requests_total{code="500",method="HEAD",protocol="http",service="flask@docker"} 2 traefik_service_requests_total{code="502",method="GET",protocol="http",service="flask@docker"} 5 traefik_service_requests_total{code="502",method="OPTIONS",protocol="http",service="flask@docker"} 9 traefik_service_requests_total{code="503",method="GET",protocol="http",service="flask@docker"} 1 traefik_service_requests_total{code="504",method="GET",protocol="http",service="flask@docker"} 9 traefik_service_requests_total{code="504",method="GET",protocol="http",service="vue@docker"} 7 traefik_service_requests_total{code="504",method="OPTIONS",protocol="http",service="flask@docker"} 28 # HELP traefik_service_responses_bytes_total The total size of responses in bytes returned by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_responses_bytes_total counter traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="flask@docker"} 5.003141625e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@docker"} 2.8450884e+08 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="vue@docker"} 2.50941862e+09 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 9566 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="flask@docker"} 1472 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="portainer@docker"} 138707 traefik_service_responses_bytes_total{code="202",method="GET",protocol="http",service="flask@docker"} 189 traefik_service_responses_bytes_total{code="202",method="POST",protocol="http",service="flask@docker"} 1087 traefik_service_responses_bytes_total{code="204",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="vue@docker"} 1.6716645e+07 traefik_service_responses_bytes_total{code="301",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="flask@docker"} 260227 traefik_service_responses_bytes_total{code="302",method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="flask@docker"} 2508 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_responses_bytes_total{code="400",method="GET",protocol="http",service="flask@docker"} 1271 traefik_service_responses_bytes_total{code="400",method="GET",protocol="http",service="vue@docker"} 157 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="portainer@docker"} 462 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="flask@docker"} 2.307027e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@docker"} 166060 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="vue@docker"} 234543 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="flask@docker"} 1097 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="portainer@docker"} 836 traefik_service_responses_bytes_total{code="405",method="GET",protocol="http",service="flask@docker"} 128 traefik_service_responses_bytes_total{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 628 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="flask@docker"} 2295 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="vue@docker"} 123409 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="flask@docker"} 22029 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="vue@docker"} 3759 traefik_service_responses_bytes_total{code="499",method="HEAD",protocol="http",service="vue@docker"} 21 traefik_service_responses_bytes_total{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 3822 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="flask@docker"} 1687 traefik_service_responses_bytes_total{code="500",method="HEAD",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="flask@docker"} 55 traefik_service_responses_bytes_total{code="502",method="OPTIONS",protocol="http",service="flask@docker"} 99 traefik_service_responses_bytes_total{code="503",method="GET",protocol="http",service="flask@docker"} 95 traefik_service_responses_bytes_total{code="504",method="GET",protocol="http",service="flask@docker"} 135 traefik_service_responses_bytes_total{code="504",method="GET",protocol="http",service="vue@docker"} 105 traefik_service_responses_bytes_total{code="504",method="OPTIONS",protocol="http",service="flask@docker"} 420 # HELP traefik_tls_certs_not_after Certificate expiration timestamp # TYPE traefik_tls_certs_not_after gauge traefik_tls_certs_not_after{cn="alertmanager.statty.nl",sans="alertmanager.statty.app,alertmanager.statty.nl",serial="478747271429530408925648368640833218022989"} 1.778239513e+09 traefik_tls_certs_not_after{cn="alertmanager.statty.nl",sans="alertmanager.statty.app,alertmanager.statty.nl",serial="515910423246286482085700356720537592073086"} 1.783447216e+09 traefik_tls_certs_not_after{cn="api.statty.nl",sans="api.statty.app,api.statty.nl",serial="466571472421624096833574786736717601536832"} 1.778239423e+09 traefik_tls_certs_not_after{cn="api.statty.nl",sans="api.statty.app,api.statty.nl",serial="470985167904992292416748525152522147406670"} 1.783447105e+09 traefik_tls_certs_not_after{cn="flower.statty.nl",sans="flower.statty.app,flower.statty.nl",serial="560762400571613008046515113133450764771567"} 1.780459997e+09 traefik_tls_certs_not_after{cn="grafana.statty.nl",sans="grafana.statty.app,grafana.statty.nl",serial="465621715509719326421582473992084170479731"} 1.778239794e+09 traefik_tls_certs_not_after{cn="grafana.statty.nl",sans="grafana.statty.app,grafana.statty.nl",serial="498233417434035414916798049114816158380988"} 1.783447541e+09 traefik_tls_certs_not_after{cn="metrics.statty.nl",sans="metrics.statty.app,metrics.statty.nl",serial="488884935009644666264496969483754476618894"} 1.778239627e+09 traefik_tls_certs_not_after{cn="metrics.statty.nl",sans="metrics.statty.app,metrics.statty.nl",serial="489250714147182022707275255262267198418592"} 1.783447337e+09 traefik_tls_certs_not_after{cn="portainer.statty.nl",sans="portainer.statty.app,portainer.statty.nl",serial="469491984416987563368566650405341973182803"} 1.783447142e+09 traefik_tls_certs_not_after{cn="portainer.statty.nl",sans="portainer.statty.app,portainer.statty.nl",serial="514998370894836894093646026834630810742948"} 1.778239459e+09 traefik_tls_certs_not_after{cn="prometheus.statty.nl",sans="prometheus.statty.app,prometheus.statty.nl",serial="467965041287132483026916296217856854646931"} 1.783447502e+09 traefik_tls_certs_not_after{cn="prometheus.statty.nl",sans="prometheus.statty.app,prometheus.statty.nl",serial="520866342451940224596228746662119507996185"} 1.778239761e+09 traefik_tls_certs_not_after{cn="statty.nl",sans="statty.app,statty.nl",serial="436533114145220033477706923211762814993887"} 1.778239577e+09 traefik_tls_certs_not_after{cn="statty.nl",sans="statty.app,statty.nl",serial="516908270994065319031663321677338711941818"} 1.783447286e+09 traefik_tls_certs_not_after{cn="swarmpit.statty.nl",sans="swarmpit.statty.app,swarmpit.statty.nl",serial="482705399250446433105698334425482703174218"} 1.778239726e+09 traefik_tls_certs_not_after{cn="swarmpit.statty.nl",sans="swarmpit.statty.app,swarmpit.statty.nl",serial="497324192952277653082849742686799802965274"} 1.783447457e+09 traefik_tls_certs_not_after{cn="traefik.statty.nl",sans="traefik.statty.app,traefik.statty.nl",serial="440385985001593438915767184509224472392862"} 1.778239673e+09 traefik_tls_certs_not_after{cn="traefik.statty.nl",sans="traefik.statty.app,traefik.statty.nl",serial="510183144325063643858321805496812245054344"} 1.783447377e+09