# 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"} 4.6424e-05 go_gc_duration_seconds{quantile="0.25"} 7.8812e-05 go_gc_duration_seconds{quantile="0.5"} 9.578e-05 go_gc_duration_seconds{quantile="0.75"} 0.00012483 go_gc_duration_seconds{quantile="1"} 0.007254865 go_gc_duration_seconds_sum 87.123922021 go_gc_duration_seconds_count 436357 # 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 129 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.8743848e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 4.9117071696e+12 # 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 3.981219e+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 4.5468252582e+10 # 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 5.681984e+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.8743848e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 2.89284096e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.699264e+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 113143 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 2.81411584e+08 # 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 3.16276736e+08 # 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.7896515494536462e+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 4.5468365725e+10 # 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 9184 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 439200 # 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 3.1008e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 3.0702154e+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 2.000685e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 2.490368e+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 2.490368e+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 3.33547864e+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 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 14 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 246572.63 # 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 1.95131202422e+11 # 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 2.47244741633e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 69 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.7981312e+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.78571901127e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.818312704e+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_success Last config reload success # TYPE traefik_config_last_reload_success gauge traefik_config_last_reload_success 1.78943501e+09 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 39 # 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="0",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 7011.086918927 traefik_entrypoint_request_duration_seconds_count{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="web",method="POST",protocol="grpc",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="web",method="POST",protocol="grpc",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="web",method="POST",protocol="grpc",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="web",method="POST",protocol="grpc",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="web",method="POST",protocol="grpc",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="2",entrypoint="web",method="POST",protocol="grpc"} 0.000276229 traefik_entrypoint_request_duration_seconds_count{code="2",entrypoint="web",method="POST",protocol="grpc"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="0.1"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="0.3"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="1.2"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="5"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="+Inf"} 7 traefik_entrypoint_request_duration_seconds_sum{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 0.000192928 traefik_entrypoint_request_duration_seconds_count{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.1"} 5.590426e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 5.5905e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 5.590643e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 5.590817e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 5.590893e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 77820.15289052881 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 5.590893e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="HEAD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="HEAD",protocol="http"} 0.006117307 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="HEAD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.1"} 9.7493345e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.3"} 9.7695275e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="1.2"} 9.7716948e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="5"} 9.775e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="+Inf"} 9.7770264e+07 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="POST",protocol="http"} 2.057089400933916e+06 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="POST",protocol="http"} 9.7770264e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 0.022342419999999998 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 3.226517e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3.625434e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3.633888e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 3.635597e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3.635943e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 240359.7064979024 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 3.635943e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="websocket"} 0.313847607 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="websocket"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 239 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 254 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 256 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 256 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 256 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 10.292564631000008 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 256 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.15126065700000002 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 4.52456e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 4.529664e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 4.529956e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 4.53001e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 4.530028e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 281269.4129060734 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 4.530028e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="sse",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="sse",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="sse",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="sse",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="sse",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="sse"} 0.312768995 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="sse"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="POST",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="201",entrypoint="websecure",method="POST",protocol="http"} 0.08997960899999999 traefik_entrypoint_request_duration_seconds_count{code="201",entrypoint="websecure",method="POST",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 63 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.24855986699999996 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.025584395 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 419 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 425 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 429 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 429 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 429 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 5.160439962000001 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 429 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 39000 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 39000 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 39000 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 39000 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 39000 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 2.3784184300000155 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 39000 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="websocket"} 0.003071147 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="websocket"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1.604898e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1.607613e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1.607645e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 1.607673e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1.607676e+06 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 88925.90610647523 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 1.607676e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0.321151329 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 15709 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 22309 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 22444 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 22453 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 22455 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 2020.7524885569999 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 22455 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 27555 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 27561 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 27588 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 27634 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 27634 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 162.7944693109998 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 27634 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="HEAD",protocol="http"} 0.0054038969999999995 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="HEAD",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="307",entrypoint="websecure",method="GET",protocol="http"} 0.032654701 traefik_entrypoint_request_duration_seconds_count{code="307",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 153 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 0.010816965999999994 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.000205244 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1290 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1290 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1290 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="5"} 1290 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1290 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="POST",protocol="http"} 0.07701579399999994 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="POST",protocol="http"} 1290 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="sse",le="0.1"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="sse",le="0.3"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="sse",le="1.2"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="sse",le="5"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="sse",le="+Inf"} 14 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="POST",protocol="sse"} 0.0019942560000000002 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="POST",protocol="sse"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 10 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 0.393156408 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 28066 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 28639 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 28987 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 29044 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 29044 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 1784.3768442530006 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 29044 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 67 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 73 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 74 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 7.019827104999997 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.09743839 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 278 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 283 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 283 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 283 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 283 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 3.291451570000001 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 283 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 392 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 392 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 394 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 396 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 396 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 6.782155913999999 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 396 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="POST",protocol="http"} 0.20698747699999998 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 89 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.005851988999999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="DELETE",protocol="http",le="0.1"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="DELETE",protocol="http",le="0.3"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="DELETE",protocol="http",le="1.2"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="DELETE",protocol="http",le="5"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="DELETE",protocol="http",le="+Inf"} 68 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="DELETE",protocol="http"} 0.0038485389999999993 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="DELETE",protocol="http"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.1"} 1235 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 1235 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 1235 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 1235 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 1235 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 0.08147115799999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 1235 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 967748 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 967748 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 967748 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 967748 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 967748 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 27.358781232999842 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 967748 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.1"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.3"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="1.2"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="5"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="+Inf"} 89 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="sse"} 0.015767707 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="sse"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.1"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.3"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="1.2"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="5"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="+Inf"} 21 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="websocket"} 0.0039033359999999994 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="websocket"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 1068 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 1068 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 1068 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="5"} 1068 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 1068 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="HEAD",protocol="http"} 0.051819210000000046 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="HEAD",protocol="http"} 1068 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 152 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.008764735000000003 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PATCH",protocol="http",le="0.1"} 76 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PATCH",protocol="http",le="0.3"} 76 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PATCH",protocol="http",le="1.2"} 76 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PATCH",protocol="http",le="5"} 76 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PATCH",protocol="http",le="+Inf"} 76 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="PATCH",protocol="http"} 0.006092802999999997 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="PATCH",protocol="http"} 76 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 11516 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 11516 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 11516 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 11516 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 11516 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.43746052799999946 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 11516 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="0.1"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="0.3"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="1.2"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="5"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="+Inf"} 16 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="sse"} 0.002861609 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="sse"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PRI",protocol="http",le="0.1"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PRI",protocol="http",le="0.3"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PRI",protocol="http",le="1.2"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PRI",protocol="http",le="5"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PRI",protocol="http",le="+Inf"} 7 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="PRI",protocol="http"} 0.000502354 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="PRI",protocol="http"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="0.1"} 140 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="0.3"} 140 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="1.2"} 140 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="5"} 140 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="+Inf"} 140 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="PUT",protocol="http"} 0.011457132999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="PUT",protocol="http"} 140 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="TRACE",protocol="http",le="0.1"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="TRACE",protocol="http",le="0.3"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="TRACE",protocol="http",le="1.2"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="TRACE",protocol="http",le="5"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="TRACE",protocol="http",le="+Inf"} 74 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="TRACE",protocol="http"} 0.004898156 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="TRACE",protocol="http"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 59 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 59 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 59 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 59 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 59 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.0028546340000000004 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 59 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 272 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 273 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 2.1123234020000003 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 132 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.005251625000000001 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 568584 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 572782 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 573330 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 573644 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 573644 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 6583.900413343851 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 573644 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 83 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 84 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 84 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 84 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 84 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0.33351861499999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 84 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 88 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0.16148828799999995 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 874 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 878 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 878 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 878 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 878 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 21.243728034999986 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 878 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 24 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.0006032869999999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="0.1"} 18 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="0.3"} 18 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="1.2"} 18 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="5"} 18 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="+Inf"} 18 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 0.0037111690000000007 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 18 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 27574 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 27618 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 27637 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 27641 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 27641 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 551.7953544519941 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 27641 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.1"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.3"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="1.2"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="5"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="+Inf"} 40 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="sse"} 1.8534336299999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="sse"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="0.1"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="5"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 56 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="PUT",protocol="http"} 0.19708777199999994 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="PUT",protocol="http"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="409",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="409",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="409",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="409",entrypoint="websecure",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="409",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="409",entrypoint="websecure",method="POST",protocol="http"} 0.019115291 traefik_entrypoint_request_duration_seconds_count{code="409",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="414",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 384 traefik_entrypoint_request_duration_seconds_bucket{code="414",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 384 traefik_entrypoint_request_duration_seconds_bucket{code="414",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 384 traefik_entrypoint_request_duration_seconds_bucket{code="414",entrypoint="websecure",method="GET",protocol="http",le="5"} 384 traefik_entrypoint_request_duration_seconds_bucket{code="414",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 384 traefik_entrypoint_request_duration_seconds_sum{code="414",entrypoint="websecure",method="GET",protocol="http"} 2.5537863610000016 traefik_entrypoint_request_duration_seconds_count{code="414",entrypoint="websecure",method="GET",protocol="http"} 384 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="5"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 14 traefik_entrypoint_request_duration_seconds_sum{code="422",entrypoint="websecure",method="POST",protocol="http"} 1.121048998 traefik_entrypoint_request_duration_seconds_count{code="422",entrypoint="websecure",method="POST",protocol="http"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.1"} 358 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.3"} 358 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="1.2"} 358 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="5"} 423 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="+Inf"} 454 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="GET",protocol="http"} 527.0479891780002 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="GET",protocol="http"} 454 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.1"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.3"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="1.2"} 29 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="5"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="+Inf"} 228 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="POST",protocol="http"} 1427.2184774800023 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="POST",protocol="http"} 228 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1423 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1577 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1608 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 2854 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2920 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 3343.4530559389996 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 2920 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 0.07381970800000001 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1425 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1445 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1451 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 1460 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1467 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 139.04830073000014 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 1467 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="PUT",protocol="http"} 0.015303228 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="PUT",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.1"} 539184 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.3"} 567632 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="1.2"} 577939 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="5"} 593527 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="+Inf"} 600974 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="web",method="POST",protocol="http"} 147612.33062570778 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="web",method="POST",protocol="http"} 600974 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 520 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 527 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 536 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 544 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 557 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 289.0790808529999 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 557 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 240 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 241 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 241 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="5"} 242 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 245 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 35.02394923799999 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 245 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 0.003029779 traefik_entrypoint_request_duration_seconds_count{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="GET",protocol="http"} 266.41426927400005 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="GET",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.1"} 230 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.3"} 232 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="1.2"} 232 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="5"} 232 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="+Inf"} 412 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="POST",protocol="http"} 15972.434647263008 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="POST",protocol="http"} 412 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="GET",protocol="http"} 0.002513879 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="5"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 15 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="POST",protocol="http"} 5.860284986999999 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="POST",protocol="http"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="GET",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="GET",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="GET",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="GET",protocol="http",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="GET",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="web",method="GET",protocol="http"} 180.006168039 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="web",method="GET",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="POST",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="POST",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="POST",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="POST",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="POST",protocol="http",le="+Inf"} 427 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="web",method="POST",protocol="http"} 12353.328235659994 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="web",method="POST",protocol="http"} 427 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"} 3 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="websecure",method="GET",protocol="http"} 90.003123314 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="POST",protocol="http",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="websecure",method="POST",protocol="http"} 360.012451832 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="websecure",method="POST",protocol="http"} 12 # 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="0",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="2",entrypoint="web",method="POST",protocol="grpc"} 0 traefik_entrypoint_requests_bytes_total{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 7.8755004288e+10 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="websocket"} 0 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"} 6.3867469e+07 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="sse"} 632 traefik_entrypoint_requests_bytes_total{code="201",entrypoint="websecure",method="POST",protocol="http"} 516 traefik_entrypoint_requests_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="204",entrypoint="websecure",method="OPTIONS",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="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="websocket"} 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"} 1.4749775e+07 traefik_entrypoint_requests_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="304",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="307",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="websecure",method="POST",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="DELETE",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="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 1.546158e+06 traefik_entrypoint_requests_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="403",entrypoint="websecure",method="POST",protocol="http"} 229 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="DELETE",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",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="sse"} 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="HEAD",protocol="http"} 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="PATCH",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="web",method="POST",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="PRI",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="PUT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="TRACE",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="DELETE",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"} 330614 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="PATCH",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 2.3483846e+07 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 4756 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="PUT",protocol="http"} 618 traefik_entrypoint_requests_bytes_total{code="409",entrypoint="websecure",method="POST",protocol="http"} 2 traefik_entrypoint_requests_bytes_total{code="414",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="422",entrypoint="websecure",method="POST",protocol="http"} 682 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 338321 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="POST",protocol="http"} 959293 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="PUT",protocol="http"} 88 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 1.191532223e+09 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 2.277938e+06 traefik_entrypoint_requests_bytes_total{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 345439 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 186 traefik_entrypoint_requests_bytes_total{code="504",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="504",entrypoint="web",method="POST",protocol="http"} 23112 traefik_entrypoint_requests_bytes_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="504",entrypoint="websecure",method="POST",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="web",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 7568 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 14873 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 1333 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 1.023791e+07 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 103696 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 156342 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 29 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 1785 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 40 # 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="0",entrypoint="websecure",method="GET",protocol="websocket"} 6 traefik_entrypoint_requests_total{code="2",entrypoint="web",method="POST",protocol="grpc"} 4 traefik_entrypoint_requests_total{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 7 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="GET",protocol="http"} 5.590893e+06 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="HEAD",protocol="http"} 1 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="POST",protocol="http"} 9.7770264e+07 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 5 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 3.635943e+06 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="websocket"} 4 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 256 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 3 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 4.530028e+06 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="sse"} 4 traefik_entrypoint_requests_total{code="201",entrypoint="websecure",method="POST",protocol="http"} 6 traefik_entrypoint_requests_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 63 traefik_entrypoint_requests_total{code="204",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 429 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 39000 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="websocket"} 1 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 1.607676e+06 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 5 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 22455 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 27634 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="HEAD",protocol="http"} 2 traefik_entrypoint_requests_total{code="307",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 153 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 4 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 1290 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="POST",protocol="sse"} 14 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 10 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 29044 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 74 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 283 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 396 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 89 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="DELETE",protocol="http"} 68 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 1235 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 967748 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="sse"} 89 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 21 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 1068 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 152 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="PATCH",protocol="http"} 76 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 11516 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="sse"} 16 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="PRI",protocol="http"} 7 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="PUT",protocol="http"} 140 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="TRACE",protocol="http"} 74 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 59 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 273 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 132 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 573644 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 84 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 88 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 878 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 24 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 18 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 27641 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 40 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="PUT",protocol="http"} 56 traefik_entrypoint_requests_total{code="409",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="414",entrypoint="websecure",method="GET",protocol="http"} 384 traefik_entrypoint_requests_total{code="422",entrypoint="websecure",method="POST",protocol="http"} 14 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="GET",protocol="http"} 454 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="POST",protocol="http"} 228 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 2920 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 3 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 1467 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="PUT",protocol="http"} 1 traefik_entrypoint_requests_total{code="500",entrypoint="web",method="POST",protocol="http"} 600974 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 557 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 245 traefik_entrypoint_requests_total{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 2 traefik_entrypoint_requests_total{code="502",entrypoint="web",method="GET",protocol="http"} 5 traefik_entrypoint_requests_total{code="502",entrypoint="web",method="POST",protocol="http"} 412 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 15 traefik_entrypoint_requests_total{code="504",entrypoint="web",method="GET",protocol="http"} 6 traefik_entrypoint_requests_total{code="504",entrypoint="web",method="POST",protocol="http"} 427 traefik_entrypoint_requests_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_requests_total{code="504",entrypoint="websecure",method="POST",protocol="http"} 12 # 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="0",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_responses_bytes_total{code="2",entrypoint="web",method="POST",protocol="grpc"} 76 traefik_entrypoint_responses_bytes_total{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 133 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 1.748117946e+09 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 2.105782287e+09 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 13162 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 4.2044168872e+10 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="websocket"} 81640 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 11983 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 1.81547297e+09 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="sse"} 19126 traefik_entrypoint_responses_bytes_total{code="201",entrypoint="websecure",method="POST",protocol="http"} 444 traefik_entrypoint_responses_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="204",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 3.368616e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 664152 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="websocket"} 17 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 1.83896982e+08 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"} 1.04664073e+08 traefik_entrypoint_responses_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="304",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="307",entrypoint="websecure",method="GET",protocol="http"} 147 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 2754 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 72 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 23220 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="POST",protocol="sse"} 252 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 8464 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 4.2777362e+07 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="OPTIONS",protocol="http"} 1695 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 174045 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 111044 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="POST",protocol="http"} 1731 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 1691 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="DELETE",protocol="http"} 1292 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 23465 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 1.8387212e+07 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="sse"} 1691 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 399 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 20292 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 2888 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="PATCH",protocol="http"} 1444 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 218804 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="sse"} 304 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="PRI",protocol="http"} 133 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="PUT",protocol="http"} 2660 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="TRACE",protocol="http"} 1406 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 1121 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 110689 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 2508 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 3.36121481e+08 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 14008 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 24252 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 7030 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 456 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 342 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 2.7805465e+07 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 87644 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="PUT",protocol="http"} 10373 traefik_entrypoint_responses_bytes_total{code="409",entrypoint="websecure",method="POST",protocol="http"} 104 traefik_entrypoint_responses_bytes_total{code="414",entrypoint="websecure",method="GET",protocol="http"} 127872 traefik_entrypoint_responses_bytes_total{code="422",entrypoint="websecure",method="POST",protocol="http"} 812 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="GET",protocol="http"} 9534 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 4788 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 61320 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="HEAD",protocol="http"} 63 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 30807 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="PUT",protocol="http"} 21 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 44046 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 121681 traefik_entrypoint_responses_bytes_total{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="GET",protocol="http"} 55 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 4532 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 11 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 165 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="web",method="GET",protocol="http"} 90 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="web",method="POST",protocol="http"} 6405 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 45 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="websecure",method="POST",protocol="http"} 180 # HELP traefik_open_connections How many open connections exist, by entryPoint and protocol # TYPE traefik_open_connections gauge traefik_open_connections{entrypoint="metrics",protocol="TCP"} 0 traefik_open_connections{entrypoint="web",protocol="TCP"} 3 traefik_open_connections{entrypoint="websecure",protocol="TCP"} 45 # 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="0",method="GET",protocol="websocket",service="portainer@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="portainer@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="portainer@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="portainer@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="portainer@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",service="portainer@swarm"} 7011.086577687 traefik_service_request_duration_seconds_count{code="0",method="GET",protocol="websocket",service="portainer@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="blackbox@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="blackbox@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="blackbox@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="blackbox@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="blackbox@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",service="blackbox@swarm"} 0.005514351999999999 traefik_service_request_duration_seconds_count{code="200",method="DELETE",protocol="http",service="blackbox@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",service="portainer@swarm"} 0.016523147 traefik_service_request_duration_seconds_count{code="200",method="DELETE",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 10548 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 10576 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 10587 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="5"} 10588 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 10588 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="blackbox@swarm"} 33.924982067000016 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="blackbox@swarm"} 10588 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 680 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 706 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 721 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 721 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 721 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 15.190071249999988 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 721 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 1232 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 1429 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1578 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1579 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1579 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 136.9395314869999 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1579 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 5.590426e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 5.5905e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 5.590643e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 5.590817e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 5.590893e+06 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 77395.38109884576 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5.590893e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 298 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 304 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 316 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 324 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 324 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 30.639059367999995 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 324 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 4770 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5522 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5800 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 6155 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 6173 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1483.8649108930053 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6173 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 3.204139e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 3.600327e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 3.608153e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 3.609315e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 3.609631e+06 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 237312.16271894073 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 3.609631e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 318 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 348 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 351 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 351 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 351 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 9.093270280000002 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 351 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 3170 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 3260 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 3319 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 3491 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 3491 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 671.6942769990001 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 3491 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 2891 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 2969 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 3063 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="5"} 3073 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 3085 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@swarm"} 372.0168707679997 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@swarm"} 3085 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm"} 0.313464598 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="blackbox@swarm",le="0.1"} 36 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="blackbox@swarm",le="0.3"} 36 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="blackbox@swarm",le="1.2"} 36 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="blackbox@swarm",le="5"} 36 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="blackbox@swarm",le="+Inf"} 36 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="blackbox@swarm"} 0.05793569300000001 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="blackbox@swarm"} 36 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.1"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 0.033221248 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm"} 0.022049478 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 0.34039061800000003 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 161 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 175 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 176 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 176 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 176 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 9.016645432000002 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 176 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="node-exporter@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="node-exporter@swarm",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="node-exporter@swarm",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="node-exporter@swarm",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="node-exporter@swarm",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="node-exporter@swarm"} 0.012800058 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="node-exporter@swarm"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="1.2"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="5"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 11 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 0.7643332260000001 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="portainer@swarm"} 0.029454433000000002 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="portainer@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm"} 0.001254483 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 0.07513101 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm"} 0.074636069 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="0.1"} 1289 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="0.3"} 1333 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="1.2"} 1348 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="5"} 1348 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="+Inf"} 1348 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="blackbox@swarm"} 24.649141284999992 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="blackbox@swarm"} 1348 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 835 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 849 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 862 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 863 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 863 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 50.620394364000006 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 863 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 9.6662412e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 9.6845725e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 9.6865798e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 9.6897728e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 9.6917785e+07 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.9987155829157783e+06 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9.6917785e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 67 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 71 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 71 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 71 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 7.578856072 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 71 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 851775 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 869648 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 871244 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 872367 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 872574 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 51612.027906802614 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 872574 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 7304 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 7623 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 7650 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 7655 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 7655 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 627.5506027789999 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 7655 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 4.494567e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 4.499156e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 4.499374e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 4.499421e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 4.499439e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 279517.7982093716 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 4.499439e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 171 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 175 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 175 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 175 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 175 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 1.4490123050000001 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 175 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 73 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 91 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 101 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 101 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 101 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 11.236099675999998 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 101 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 273 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 280 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 281 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="5"} 281 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 281 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="portainer@swarm"} 3.8868977620000003 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="portainer@swarm"} 281 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="sse",service="ekotlownia@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="sse",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="sse",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="sse",service="ekotlownia@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="sse",service="ekotlownia@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="sse",service="ekotlownia@swarm"} 0.311159611 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="sse",service="ekotlownia@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="201",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="201",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="201",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="201",method="POST",protocol="http",service="portainer@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="201",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="201",method="POST",protocol="http",service="portainer@swarm"} 0.08955969999999999 traefik_service_request_duration_seconds_count{code="201",method="POST",protocol="http",service="portainer@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 63 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 63 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 63 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="5"} 63 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 63 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@swarm"} 0.24449250300000003 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@swarm"} 63 traefik_service_request_duration_seconds_bucket{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm"} 0.025413131 traefik_service_request_duration_seconds_count{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.558084898 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 8 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 377 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 381 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 385 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 385 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 385 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 4.232310276000001 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 385 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 36 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 36 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 36 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 36 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 36 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.32613417599999994 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 36 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="301",method="GET",protocol="http",service="ekotlownia@swarm"} 0.017213772999999998 traefik_service_request_duration_seconds_count{code="301",method="GET",protocol="http",service="ekotlownia@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="301",method="GET",protocol="http",service="portainer@swarm"} 0.015055003 traefik_service_request_duration_seconds_count{code="301",method="GET",protocol="http",service="portainer@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.042512813 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.072286134 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 120 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 127 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 128 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 133 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 133 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 20.001209758999998 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 133 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 1.604797e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 1.607484e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 1.607515e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 1.607538e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1.607541e+06 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 88767.92774610582 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 1.607541e+06 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.320683541 traefik_service_request_duration_seconds_count{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 103 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 187 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 196 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 199 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 199 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 30.42092759799998 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 199 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 23 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1.8987156400000003 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 40 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 61 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 76 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 76 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 76 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 14.424052728000001 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 76 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 15548 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 22034 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 22143 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 22149 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 22151 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1970.619137636997 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 22151 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 1.2021773489999998 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 18 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 18 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 18 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 18 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 18 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.168570212 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 18 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.013312000000000001 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 522 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 523 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 524 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 529 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 529 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 17.463533271000003 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 529 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 27008 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 27013 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 27039 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 27080 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 27080 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 142.6613998040004 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 27080 traefik_service_request_duration_seconds_bucket{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.0043196680000000005 traefik_service_request_duration_seconds_count{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="blackbox@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="307",method="GET",protocol="http",service="blackbox@swarm"} 0.001454615 traefik_service_request_duration_seconds_count{code="307",method="GET",protocol="http",service="blackbox@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="307",method="GET",protocol="http",service="node-exporter@swarm"} 0.029148341 traefik_service_request_duration_seconds_count{code="307",method="GET",protocol="http",service="node-exporter@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 0.392097104 traefik_service_request_duration_seconds_count{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 69 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 69 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 69 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 69 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 69 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 0.54052448 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 69 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 17368 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 17877 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 18129 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 18182 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 18182 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1096.6037482579984 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 18182 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 3426 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 3463 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 3559 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 3562 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 3562 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 224.05654873200007 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3562 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 61 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 72 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 73 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 73 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 73 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6.389213390999999 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 73 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 7089 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 7105 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 7105 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 7105 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 7105 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 453.7035477470022 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 7105 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 53 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 53 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 53 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="5"} 53 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 53 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="portainer@swarm"} 0.46681828900000016 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@swarm"} 53 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 64 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 64 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 69 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="5"} 70 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 70 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 6.697737928 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 70 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.188382459 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.12722023500000001 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm"} 0.041554491 traefik_service_request_duration_seconds_count{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.055675806 traefik_service_request_duration_seconds_count{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 278 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 283 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 283 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 283 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 283 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 3.2738431239999994 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 283 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 77 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 77 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 77 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 77 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 77 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.09952308700000002 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 77 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.004824634 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1.121169747 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 282 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 282 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 283 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 285 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 285 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 5.478616564999999 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 285 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 22 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 22 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 22 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 22 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 22 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.047525898 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 22 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="403",method="POST",protocol="http",service="clickhouse@swarm"} 0.195164383 traefik_service_request_duration_seconds_count{code="403",method="POST",protocol="http",service="clickhouse@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="403",method="POST",protocol="http",service="ekotlownia@swarm"} 0.008915558 traefik_service_request_duration_seconds_count{code="403",method="POST",protocol="http",service="ekotlownia@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.1"} 33 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.3"} 34 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="1.2"} 34 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="5"} 34 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="+Inf"} 34 traefik_service_request_duration_seconds_sum{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 2.102334108000001 traefik_service_request_duration_seconds_count{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 34 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="blackbox@swarm"} 0.2823834 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="blackbox@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 11068 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 11073 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 11073 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 11073 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 11073 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 33.83832059599988 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 11073 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 129 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 132 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 141 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 141 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 141 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 6.759313056000001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 141 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.582817511 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 2865 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 4151 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 4530 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 4579 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 4579 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 716.9920267969984 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 4579 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 76543 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 79428 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 79571 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 79811 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 79811 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 5682.855623459949 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 79811 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 6925 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 6933 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 6933 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 6933 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 6933 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 21.951693042999942 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 6933 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 6513 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 6517 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 6533 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 6558 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 6558 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 92.3382000140001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 6558 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 8530 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 8532 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 8532 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="5"} 8532 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 8532 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@swarm"} 10.550542134999938 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@swarm"} 8532 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="sse",service="ekotlownia@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="sse",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="sse",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="sse",service="ekotlownia@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="sse",service="ekotlownia@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="sse",service="ekotlownia@swarm"} 0.316041448 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="sse",service="ekotlownia@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm"} 0.157772505 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="clickhouse@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="clickhouse@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="clickhouse@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="clickhouse@swarm"} 0.001578315 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="clickhouse@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 322 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 326 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 326 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 326 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 326 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 20.99387457599999 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 326 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="node-exporter@swarm",le="0.1"} 87 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="node-exporter@swarm",le="0.3"} 87 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="node-exporter@swarm",le="1.2"} 87 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="node-exporter@swarm",le="5"} 87 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="node-exporter@swarm",le="+Inf"} 87 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="node-exporter@swarm"} 0.06268198400000002 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="node-exporter@swarm"} 87 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="0.1"} 94 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="0.3"} 94 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="1.2"} 94 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="5"} 94 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 94 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 0.14383630599999997 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 94 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 957 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 958 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 958 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 959 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 959 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 3.3854627019999963 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 959 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 2345 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2350 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2355 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2356 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2356 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 110.67088624500012 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2356 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 37 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 39 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 39 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 39 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 3.0787651139999994 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 39 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1.629593355 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 6447 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 6468 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 6475 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 6477 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 6477 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 423.3467490849991 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 6477 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 1017 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 1033 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 1035 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 1035 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 1035 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 4.5663185370000035 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 1035 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 352 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 352 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 352 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 352 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 352 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 0.544178895 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 352 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 1176 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 1177 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 1178 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="5"} 1178 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 1178 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="portainer@swarm"} 3.2583001279999997 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="portainer@swarm"} 1178 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="sse",service="ekotlownia@swarm",le="0.1"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="sse",service="ekotlownia@swarm",le="0.3"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="sse",service="ekotlownia@swarm",le="1.2"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="sse",service="ekotlownia@swarm",le="5"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="sse",service="ekotlownia@swarm",le="+Inf"} 28 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="sse",service="ekotlownia@swarm"} 1.8495284769999998 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="sse",service="ekotlownia@swarm"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="PUT",protocol="http",service="ekotlownia@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="PUT",protocol="http",service="ekotlownia@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="PUT",protocol="http",service="ekotlownia@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="PUT",protocol="http",service="ekotlownia@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="PUT",protocol="http",service="ekotlownia@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="404",method="PUT",protocol="http",service="ekotlownia@swarm"} 0.194470158 traefik_service_request_duration_seconds_count{code="404",method="PUT",protocol="http",service="ekotlownia@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="409",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="409",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="409",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="409",method="POST",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="409",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="409",method="POST",protocol="http",service="portainer@swarm"} 0.019055017 traefik_service_request_duration_seconds_count{code="409",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="414",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 384 traefik_service_request_duration_seconds_bucket{code="414",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 384 traefik_service_request_duration_seconds_bucket{code="414",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 384 traefik_service_request_duration_seconds_bucket{code="414",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 384 traefik_service_request_duration_seconds_bucket{code="414",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 384 traefik_service_request_duration_seconds_sum{code="414",method="GET",protocol="http",service="ekotlownia@swarm"} 0.54980975 traefik_service_request_duration_seconds_count{code="414",method="GET",protocol="http",service="ekotlownia@swarm"} 384 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="422",method="POST",protocol="http",service="portainer@swarm"} 1.119416224 traefik_service_request_duration_seconds_count{code="422",method="POST",protocol="http",service="portainer@swarm"} 14 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1.222930608 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 358 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 358 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 358 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 423 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 454 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 527.0097685489999 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 454 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.732834293 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 71.61804210200002 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 1401 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 1553 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 1578 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 2775 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2824 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2932.9009653319954 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2824 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 22 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 189.00866483100006 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 22 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 35 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 35 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="phpmyadmin@swarm"} 147.59449968 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="phpmyadmin@swarm"} 35 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="portainer@swarm"} 0.004357931 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0.011493533 traefik_service_request_duration_seconds_count{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.060799056000000004 traefik_service_request_duration_seconds_count{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="blackbox@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="blackbox@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="blackbox@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="blackbox@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="blackbox@swarm",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="blackbox@swarm"} 10.381129377999999 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="blackbox@swarm"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="clickhouse@swarm"} 0.000661166 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="clickhouse@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 0.300288463 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 21 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 27 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 29 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 91 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 222 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1366.6605485720008 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 222 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.315798677 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 60.54020826799999 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 11 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 17 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 17 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 17 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 2.03025524 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 17 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 1401 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 1415 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 1418 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 1423 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1430 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 125.87949876200005 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 1430 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="ekotlownia@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="ekotlownia@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="ekotlownia@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="ekotlownia@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="PUT",protocol="http",service="ekotlownia@swarm"} 0.014377729 traefik_service_request_duration_seconds_count{code="499",method="PUT",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.065267602 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.220715516 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 512 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 519 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 528 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 536 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 549 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 288.679474721 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 549 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 111 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 111 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 111 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 111 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 111 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4.6287789519999984 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 111 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 472491 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 498930 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 508319 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 523331 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 530581 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 139970.05022778152 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 530581 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 66765 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 68703 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 69621 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 70196 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 70393 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 7596.557968298899 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 70393 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 129 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 130 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 130 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 131 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 134 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 30.371536542999998 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 134 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 0.002904635 traefik_service_request_duration_seconds_count{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 266.413682544 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 0.00240008 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 127 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 127 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 127 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 127 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 307 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 15968.283289507996 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 307 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 103 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 105 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 105 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 105 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 105 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 4.111439162 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 105 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 15 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 5.858870334 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 15 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 180.005674674 traefik_service_request_duration_seconds_count{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 90.002788205 traefik_service_request_duration_seconds_count{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 382 traefik_service_request_duration_seconds_sum{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 11003.239391342011 traefik_service_request_duration_seconds_count{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 382 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 45 traefik_service_request_duration_seconds_sum{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1350.043386047 traefik_service_request_duration_seconds_count{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 45 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 360.01112429600005 traefik_service_request_duration_seconds_count{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 12 # 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="0",method="GET",protocol="websocket",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="DELETE",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="DELETE",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="node-exporter@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 3.769696e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 5.212299e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 7.7236619239e+10 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 236629 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.55810411e+09 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 374993 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.2622902e+07 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 594590 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 375107 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 962192 traefik_service_requests_bytes_total{code="200",method="POST",protocol="sse",service="ekotlownia@swarm"} 632 traefik_service_requests_bytes_total{code="201",method="POST",protocol="http",service="portainer@swarm"} 516 traefik_service_requests_bytes_total{code="204",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="301",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="301",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 176005 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 334192 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 4852 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.4234268e+07 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 458 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="307",method="GET",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="307",method="GET",protocol="http",service="node-exporter@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 1.546158e+06 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="POST",protocol="http",service="clickhouse@swarm"} 71 traefik_service_requests_bytes_total{code="403",method="POST",protocol="http",service="ekotlownia@swarm"} 158 traefik_service_requests_bytes_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 330614 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="sse",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="node-exporter@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 354960 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 7.405364e+06 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 3237 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1248 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 1.405421e+07 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 542298 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 26333 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="portainer@swarm"} 1.096196e+06 traefik_service_requests_bytes_total{code="404",method="POST",protocol="sse",service="ekotlownia@swarm"} 4756 traefik_service_requests_bytes_total{code="404",method="PUT",protocol="http",service="ekotlownia@swarm"} 618 traefik_service_requests_bytes_total{code="409",method="POST",protocol="http",service="portainer@swarm"} 2 traefik_service_requests_bytes_total{code="414",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="422",method="POST",protocol="http",service="portainer@swarm"} 682 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="blackbox@swarm"} 292013 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="clickhouse@swarm"} 5399 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 240690 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 326111 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 12210 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 561 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 420630 traefik_service_requests_bytes_total{code="499",method="PUT",protocol="http",service="ekotlownia@swarm"} 88 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 1.431277e+06 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.05141219e+09 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.40120033e+08 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 846661 traefik_service_requests_bytes_total{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 170822 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 174617 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 186 traefik_service_requests_bytes_total{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_requests_bytes_total{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 23112 traefik_service_requests_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 0 traefik_service_requests_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 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="blackbox@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 11922 traefik_service_requests_tls_total{service="blackbox@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 17 traefik_service_requests_tls_total{service="blackbox@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 53 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 13157 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 13 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 17 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 23595 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 28 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 6 traefik_service_requests_tls_total{service="ekotlownia-sz@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20097 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 4044 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 3 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 19285 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 8 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 6 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 9.649793e+06 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 80412 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 135970 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 29 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 3 traefik_service_requests_tls_total{service="node-exporter@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 8592 traefik_service_requests_tls_total{service="node-exporter@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 16 traefik_service_requests_tls_total{service="node-exporter@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 5 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 10679 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 19 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 7 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 13199 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 34 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 4 # 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="0",method="GET",protocol="websocket",service="portainer@swarm"} 6 traefik_service_requests_total{code="200",method="DELETE",protocol="http",service="blackbox@swarm"} 4 traefik_service_requests_total{code="200",method="DELETE",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="200",method="GET",protocol="http",service="blackbox@swarm"} 10588 traefik_service_requests_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 721 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1579 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5.590893e+06 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 324 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6173 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 3.609631e+06 traefik_service_requests_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 351 traefik_service_requests_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 3491 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 3085 traefik_service_requests_total{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm"} 4 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="blackbox@swarm"} 36 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 12 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm"} 3 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 4 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 176 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="node-exporter@swarm"} 9 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 11 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="portainer@swarm"} 6 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm"} 1 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_requests_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 1348 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 863 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9.6917785e+07 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 71 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 872574 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 7655 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 4.499439e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 175 traefik_service_requests_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 101 traefik_service_requests_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 281 traefik_service_requests_total{code="200",method="POST",protocol="sse",service="ekotlownia@swarm"} 4 traefik_service_requests_total{code="201",method="POST",protocol="http",service="portainer@swarm"} 6 traefik_service_requests_total{code="204",method="GET",protocol="http",service="portainer@swarm"} 63 traefik_service_requests_total{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm"} 2 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 8 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 385 traefik_service_requests_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 36 traefik_service_requests_total{code="301",method="GET",protocol="http",service="ekotlownia@swarm"} 4 traefik_service_requests_total{code="301",method="GET",protocol="http",service="portainer@swarm"} 2 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 133 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 1.607541e+06 traefik_service_requests_total{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 5 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 199 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 25 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 76 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 22151 traefik_service_requests_total{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 4 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 18 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 529 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 27080 traefik_service_requests_total{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_requests_total{code="307",method="GET",protocol="http",service="blackbox@swarm"} 2 traefik_service_requests_total{code="307",method="GET",protocol="http",service="node-exporter@swarm"} 1 traefik_service_requests_total{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 10 traefik_service_requests_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 69 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 18182 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3562 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 73 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 7105 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 53 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 70 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_requests_total{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_requests_total{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 283 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 77 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 285 traefik_service_requests_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 22 traefik_service_requests_total{code="403",method="POST",protocol="http",service="clickhouse@swarm"} 1 traefik_service_requests_total{code="403",method="POST",protocol="http",service="ekotlownia@swarm"} 4 traefik_service_requests_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 34 traefik_service_requests_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 5 traefik_service_requests_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 11073 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 141 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 9 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 4579 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 79811 traefik_service_requests_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 6933 traefik_service_requests_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 6558 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 8532 traefik_service_requests_total{code="404",method="GET",protocol="sse",service="ekotlownia@swarm"} 4 traefik_service_requests_total{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm"} 2 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="clickhouse@swarm"} 1 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 326 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="node-exporter@swarm"} 87 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 94 traefik_service_requests_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 959 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2356 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 39 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 9 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 6477 traefik_service_requests_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 1035 traefik_service_requests_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 352 traefik_service_requests_total{code="404",method="POST",protocol="http",service="portainer@swarm"} 1178 traefik_service_requests_total{code="404",method="POST",protocol="sse",service="ekotlownia@swarm"} 28 traefik_service_requests_total{code="404",method="PUT",protocol="http",service="ekotlownia@swarm"} 3 traefik_service_requests_total{code="409",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="414",method="GET",protocol="http",service="ekotlownia@swarm"} 384 traefik_service_requests_total{code="422",method="POST",protocol="http",service="portainer@swarm"} 14 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 10 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 454 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 25 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2824 traefik_service_requests_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 22 traefik_service_requests_total{code="499",method="GET",protocol="http",service="phpmyadmin@swarm"} 35 traefik_service_requests_total{code="499",method="GET",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_requests_total{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_requests_total{code="499",method="POST",protocol="http",service="blackbox@swarm"} 8 traefik_service_requests_total{code="499",method="POST",protocol="http",service="clickhouse@swarm"} 1 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 10 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 222 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 6 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 17 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 1430 traefik_service_requests_total{code="499",method="PUT",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 549 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 111 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 530581 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 70393 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 134 traefik_service_requests_total{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 2 traefik_service_requests_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5 traefik_service_requests_total{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 307 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 105 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 15 traefik_service_requests_total{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 6 traefik_service_requests_total{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 3 traefik_service_requests_total{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 382 traefik_service_requests_total{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 45 traefik_service_requests_total{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 12 # 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="0",method="GET",protocol="websocket",service="portainer@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="DELETE",protocol="http",service="blackbox@swarm"} 13162 traefik_service_responses_bytes_total{code="200",method="DELETE",protocol="http",service="portainer@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="blackbox@swarm"} 4.1307874e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 4.5731132e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 3.1963914e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1.748117946e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7.708657e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 8.671675e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 4.1436063219e+10 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 1.03402e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 7.4264949e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 3.19378357e+08 traefik_service_responses_bytes_total{code="200",method="GET",protocol="websocket",service="ekotlownia@swarm"} 81640 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="blackbox@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="node-exporter@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="portainer@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="blackbox@swarm"} 2472 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 4758 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia@swarm"} 4753 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 6.097396e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 722305 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 2.092151323e+09 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 66179 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.3940962e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1.317383e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.793142033e+09 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 260750 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 430024 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 1.270455e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="sse",service="ekotlownia@swarm"} 19126 traefik_service_responses_bytes_total{code="201",method="POST",protocol="http",service="portainer@swarm"} 444 traefik_service_responses_bytes_total{code="204",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_responses_bytes_total{code="204",method="OPTIONS",protocol="http",service="clickhouse@swarm"} 0 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 47476 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 3.320204e+06 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 936 traefik_service_responses_bytes_total{code="301",method="GET",protocol="http",service="ekotlownia@swarm"} 1254 traefik_service_responses_bytes_total{code="301",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 102 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 127 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 15239 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 1.83881514e+08 traefik_service_responses_bytes_total{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 24376 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 2831 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 11994 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.04615243e+08 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 9629 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="304",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="307",method="GET",protocol="http",service="blackbox@swarm"} 98 traefik_service_responses_bytes_total{code="307",method="GET",protocol="http",service="node-exporter@swarm"} 49 traefik_service_responses_bytes_total{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 8464 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 42435 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1.616984e+07 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3.039101e+06 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 241626 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 2.3280279e+07 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 4081 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="401",method="OPTIONS",protocol="http",service="ekotlownia-admin@swarm"} 847 traefik_service_responses_bytes_total{code="401",method="OPTIONS",protocol="http",service="ekotlownia-test5-admin@swarm"} 848 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 174045 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 21970 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 580 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2840 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 79296 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 6358 traefik_service_responses_bytes_total{code="403",method="POST",protocol="http",service="clickhouse@swarm"} 619 traefik_service_responses_bytes_total{code="403",method="POST",protocol="http",service="ekotlownia@swarm"} 1112 traefik_service_responses_bytes_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 106148 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 95 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 4.319108e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 75491 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 6344 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1.9108216e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 3.01778721e+08 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 131727 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 1.875614e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 162108 traefik_service_responses_bytes_total{code="404",method="GET",protocol="sse",service="ekotlownia@swarm"} 12488 traefik_service_responses_bytes_total{code="404",method="GET",protocol="websocket",service="ekotlownia@swarm"} 22618 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="clickhouse@swarm"} 0 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="node-exporter@swarm"} 0 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 387010 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 1.957878e+06 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 32370 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 28098 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 2.4967823e+07 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 19665 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 100672 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="portainer@swarm"} 22465 traefik_service_responses_bytes_total{code="404",method="POST",protocol="sse",service="ekotlownia@swarm"} 87416 traefik_service_responses_bytes_total{code="404",method="PUT",protocol="http",service="ekotlownia@swarm"} 9366 traefik_service_responses_bytes_total{code="409",method="POST",protocol="http",service="portainer@swarm"} 104 traefik_service_responses_bytes_total{code="414",method="GET",protocol="http",service="ekotlownia@swarm"} 127872 traefik_service_responses_bytes_total{code="422",method="POST",protocol="http",service="portainer@swarm"} 812 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 210 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 9534 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 63 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 525 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 59304 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 462 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="phpmyadmin@swarm"} 735 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="portainer@swarm"} 21 traefik_service_responses_bytes_total{code="499",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 21 traefik_service_responses_bytes_total{code="499",method="HEAD",protocol="http",service="ekotlownia@swarm"} 42 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="blackbox@swarm"} 168 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="clickhouse@swarm"} 21 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 210 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 4662 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 21 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 126 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 357 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 30030 traefik_service_responses_bytes_total{code="499",method="PUT",protocol="http",service="ekotlownia@swarm"} 21 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 216 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1512 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 42318 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 0 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 121681 traefik_service_responses_bytes_total{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 0 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 55 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 11 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 3377 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1155 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 165 traefik_service_responses_bytes_total{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 90 traefik_service_responses_bytes_total{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 45 traefik_service_responses_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 5730 traefik_service_responses_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 675 traefik_service_responses_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 180 # HELP traefik_tls_certs_not_after Certificate expiration timestamp # TYPE traefik_tls_certs_not_after gauge traefik_tls_certs_not_after{cn="admin.ekotlownia.pl",sans="admin.ekotlownia.pl,admin.test5.ekotlownia.pl,www.admin.ekotlownia.pl,www.admin.test5.ekotlownia.pl",serial="576993033318532607369314894506866611624721"} 1.79703394e+09 traefik_tls_certs_not_after{cn="admin.test5.ekotlownia.pl",sans="admin.ekotlownia.pl,admin.test5.ekotlownia.pl,www.admin.ekotlownia.pl,www.admin.test5.ekotlownia.pl",serial="511048474088965439118669531484227936082173"} 1.791836214e+09 traefik_tls_certs_not_after{cn="admin.test5.ekotlownia.pl",sans="admin.test5.ekotlownia.pl,www.admin.test5.ekotlownia.pl",serial="480632560121250059110286803782394109740499"} 1.794182706e+09 traefik_tls_certs_not_after{cn="admin.test5.ekotlownia.pl",sans="admin.test5.ekotlownia.pl,www.admin.test5.ekotlownia.pl",serial="609660441646337088734102922571447385675805"} 1.788985551e+09 traefik_tls_certs_not_after{cn="blackbox.ekotlownia.pl",sans="blackbox.ekotlownia.pl",serial="480801062335130363214151307010303778614516"} 1.79435551e+09 traefik_tls_certs_not_after{cn="blackbox.ekotlownia.pl",sans="blackbox.ekotlownia.pl",serial="523842121489598255847710709769060522558848"} 1.789158353e+09 traefik_tls_certs_not_after{cn="clickhouse.ekotlownia.pl",sans="clickhouse.ekotlownia.pl",serial="473469761140633997765679179211976421543893"} 1.790283406e+09 traefik_tls_certs_not_after{cn="clickhouse.ekotlownia.pl",sans="clickhouse.ekotlownia.pl",serial="551912601351586930037119940835342241625766"} 1.795478709e+09 traefik_tls_certs_not_after{cn="docker.ekotlownia.pl",sans="docker.ekotlownia.pl",serial="470379487137891574693077293100083717870297"} 1.788559693e+09 traefik_tls_certs_not_after{cn="docker.ekotlownia.pl",sans="docker.ekotlownia.pl",serial="489682349754514190081495713627924702972035"} 1.793750729e+09 traefik_tls_certs_not_after{cn="ekotlownia.pl",sans="ekotlownia.pl,test5.ekotlownia.pl,www.ekotlownia.pl,www.test5.ekotlownia.pl",serial="549502902119841109336354887838703191433918"} 1.797033968e+09 traefik_tls_certs_not_after{cn="metrics.ekotlownia.pl",sans="metrics.ekotlownia.pl",serial="500655337872934836029357919289911408865648"} 1.791836199e+09 traefik_tls_certs_not_after{cn="metrics.ekotlownia.pl",sans="metrics.ekotlownia.pl",serial="567398795095234617941663867949979849967754"} 1.797033911e+09 traefik_tls_certs_not_after{cn="node-exporter.ekotlownia.pl",sans="node-exporter.ekotlownia.pl",serial="458984657473982643915821876530797687718751"} 1.7885597e+09 traefik_tls_certs_not_after{cn="node-exporter.ekotlownia.pl",sans="node-exporter.ekotlownia.pl",serial="515894415559769569963526887736102428657454"} 1.793750734e+09 traefik_tls_certs_not_after{cn="phpmyadmin.ekotlownia.pl",sans="phpmyadmin.ekotlownia.pl",serial="437177569683177784315867931435869476483931"} 1.788559708e+09 traefik_tls_certs_not_after{cn="phpmyadmin.ekotlownia.pl",sans="phpmyadmin.ekotlownia.pl",serial="503447652468553435209266339892632456698580"} 1.793750744e+09 traefik_tls_certs_not_after{cn="pompy.ekotlownia.pl",sans="pompy.ekotlownia.pl",serial="440828439173918605002274270406558680747160"} 1.793750711e+09 traefik_tls_certs_not_after{cn="pompy.ekotlownia.pl",sans="pompy.ekotlownia.pl",serial="505175422012187603765861832322985235923890"} 1.788559676e+09 traefik_tls_certs_not_after{cn="pompy.ekotlownia.pl",sans="pompy.ekotlownia.pl,www.pompy.ekotlownia.pl",serial="436828655659078899093536561231199505016461"} 1.793750751e+09 traefik_tls_certs_not_after{cn="pompy.ekotlownia.pl",sans="pompy.ekotlownia.pl,www.pompy.ekotlownia.pl",serial="525384025625992137085346457909951278643494"} 1.788559714e+09 traefik_tls_certs_not_after{cn="proxy.ekotlownia.pl",sans="proxy.ekotlownia.pl",serial="461303353270836431241987909373283779551137"} 1.788559683e+09 traefik_tls_certs_not_after{cn="proxy.ekotlownia.pl",sans="proxy.ekotlownia.pl",serial="488807614632230079267683963626002133887587"} 1.79375072e+09 traefik_tls_certs_not_after{cn="test5.ekotlownia.pl",sans="ekotlownia.pl,test5.ekotlownia.pl,www.ekotlownia.pl,www.test5.ekotlownia.pl",serial="442775175243330623097928980026801876090605"} 1.791836216e+09 traefik_tls_certs_not_after{cn="test5.ekotlownia.pl",sans="test5.ekotlownia.pl,www.test5.ekotlownia.pl",serial="492724956493379063461980577341265393980973"} 1.792431305e+09