# 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.8715e-05 go_gc_duration_seconds{quantile="0.25"} 8.587e-05 go_gc_duration_seconds{quantile="0.5"} 0.00010394 go_gc_duration_seconds{quantile="0.75"} 0.000140206 go_gc_duration_seconds{quantile="1"} 0.017198618 go_gc_duration_seconds_sum 83.916447911 go_gc_duration_seconds_count 424240 # 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 128 # 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 2.1836832e+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.75039119728e+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.969995e+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.3962863067e+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 2.1836832e+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.87039488e+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.9106176e+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 140012 # 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.8114944e+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.16145664e+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.7895431677267878e+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.3963003079e+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 477920 # 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.1139434e+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.011909e+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.62144e+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.62144e+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 239372.01 # 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.88623528355e+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.39209805168e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 67 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.916096e+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.432358e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 5.43243e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 5.432571e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 5.432741e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 5.432816e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 75630.81228842869 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 5.432816e+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.4306634e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.3"} 9.4503187e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="1.2"} 9.4524666e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="5"} 9.4557154e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="+Inf"} 9.4577289e+07 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="POST",protocol="http"} 1.9972412557869942e+06 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="POST",protocol="http"} 9.4577289e+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.142407e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3.528108e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3.536033e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 3.537615e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3.537934e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 233562.48097135348 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 3.537934e+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"} 237 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 252 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 254 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 254 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 254 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 10.150753966000009 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 254 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.265329e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 4.269927e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 4.270186e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 4.27023e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 4.270245e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 265867.6191205375 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 4.270245e+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"} 62 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 62 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 62 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 62 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 62 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.24169124599999997 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 62 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"} 412 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 416 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 420 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 420 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 420 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 4.668846911000001 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 420 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 35157 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 35157 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 35157 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 35157 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 35157 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 2.145366394000011 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 35157 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.575574e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1.57748e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1.577505e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 1.57753e+06 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1.577533e+06 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 87087.45485349002 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 1.577533e+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"} 13498 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 19810 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 19933 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 19940 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 19942 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 1851.6672811989968 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 19942 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 24276 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 24281 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 24307 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 24346 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 24346 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 136.2656697889998 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 24346 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"} 1220 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1220 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1220 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="5"} 1220 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1220 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="POST",protocol="http"} 0.07294004699999995 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="POST",protocol="http"} 1220 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"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 0.24703957999999998 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 25048 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 25576 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 25841 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 25889 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 25889 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 1566.3066453890046 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 25889 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"} 378 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 378 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 378 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 379 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 379 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 2.2294516469999994 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 379 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"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 88 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.0057942639999999995 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 88 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"} 1234 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 1234 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 1234 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 1234 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 1234 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 0.08141623499999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 1234 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 958601 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 958601 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 958601 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 958601 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 958601 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 27.060066398999776 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 958601 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.1"} 87 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.3"} 87 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="1.2"} 87 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="5"} 87 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="+Inf"} 87 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="sse"} 0.014527479 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="sse"} 87 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"} 1053 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 1053 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 1053 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="5"} 1053 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 1053 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="HEAD",protocol="http"} 0.05120046700000005 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="HEAD",protocol="http"} 1053 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 150 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 150 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 150 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 150 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 150 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.008657853000000004 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 150 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"} 11380 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 11380 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 11380 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 11380 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 11380 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.43123909399999955 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 11380 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"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 56 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.0027124440000000005 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 181 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 181 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 181 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 181 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 181 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 0.7597418579999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 181 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 124 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 124 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 124 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 124 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 124 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.005109255000000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 124 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 546266 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 549884 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 550106 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 550366 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 550366 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 5940.299960464801 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 550366 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 80 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 81 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 81 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 81 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 81 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0.331850345 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 81 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"} 872 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 876 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 876 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 876 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 876 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 21.136354711999985 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 876 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"} 26784 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 26825 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 26839 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 26843 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 26843 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 536.9991619239945 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 26843 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"} 54 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 54 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 54 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="5"} 54 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 54 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="PUT",protocol="http"} 0.19703207299999995 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="PUT",protocol="http"} 54 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"} 422 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="+Inf"} 453 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="GET",protocol="http"} 524.6429803270001 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="GET",protocol="http"} 453 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"} 227 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="POST",protocol="http"} 1416.9422198350023 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="POST",protocol="http"} 227 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1325 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1468 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1498 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 2744 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2809 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 3330.840163722999 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 2809 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"} 1363 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1379 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1384 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 1393 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1400 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 135.8541749080001 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 1400 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"} 522152 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.3"} 550305 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="1.2"} 560503 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="5"} 575956 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="+Inf"} 583384 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="web",method="POST",protocol="http"} 146231.25557215308 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="web",method="POST",protocol="http"} 583384 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 518 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 525 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 534 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 542 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 555 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 288.9858268479999 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 555 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 239 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 240 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 240 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="5"} 241 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 244 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 34.97382037599999 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 244 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"} 224 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.3"} 225 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="1.2"} 225 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="5"} 225 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="+Inf"} 405 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="POST",protocol="http"} 15972.097551276009 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="POST",protocol="http"} 405 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.6156084903e+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.3597074e+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.411298e+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.346592e+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"} 336288 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"} 957952 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.156529024e+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"} 333530 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"} 7541 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 14852 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 1291 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 9.814426e+06 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 103425 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 156339 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 28 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 1743 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 38 # 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.432816e+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.4577289e+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.537934e+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"} 254 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.270245e+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"} 62 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"} 420 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 35157 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.577533e+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"} 19942 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 24346 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"} 1220 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"} 6 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 25889 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"} 379 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"} 88 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"} 1234 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 958601 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="sse"} 87 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"} 1053 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 150 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"} 11380 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"} 56 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 181 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 124 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 550366 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 81 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"} 876 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"} 26843 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"} 54 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"} 453 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="POST",protocol="http"} 227 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 2809 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"} 1400 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"} 583384 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 555 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 244 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"} 405 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.696733227e+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.037549003e+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.0851134611e+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.693389224e+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.33697e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 598821 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.80457393e+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.00009963e+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"} 21960 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"} 5076 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 3.9177599e+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"} 106265 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"} 1672 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"} 23446 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 1.8213419e+07 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="sse"} 1653 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"} 20007 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 2850 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"} 216220 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"} 1064 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 40675 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 2356 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 3.16405893e+08 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 13951 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.7249253e+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"} 10335 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"} 9513 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 4767 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 58989 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"} 29400 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"} 43614 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 121465 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"} 4455 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"} 10450 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 10474 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 10485 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="5"} 10486 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 10486 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="blackbox@swarm"} 32.66084860300002 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="blackbox@swarm"} 10486 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 674 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 700 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 715 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 715 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 715 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 15.133551515999988 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 715 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 1206 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 1400 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1548 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1548 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1548 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 133.25961483699987 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1548 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 5.432358e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 5.43243e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 5.432571e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 5.432741e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 5.432816e+06 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 75217.3918856884 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5.432816e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 293 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 299 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 311 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 319 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 319 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 30.524326728 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 319 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 4101 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 4724 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 4904 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5202 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5218 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1249.754608423004 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5218 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 3.120841e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 3.504017e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 3.511413e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 3.512506e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 3.512797e+06 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 230764.53477867373 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 3.512797e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 310 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 336 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 339 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 339 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 339 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 8.235977444 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 339 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 3123 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 3212 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 3271 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 3443 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 3443 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 670.921292605 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 3443 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 2877 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 2953 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 3047 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="5"} 3057 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 3069 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@swarm"} 371.34965291999987 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@swarm"} 3069 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"} 159 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 173 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 174 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 174 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 174 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 8.875008424000002 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 174 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"} 1332 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="1.2"} 1347 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="5"} 1347 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="+Inf"} 1347 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="blackbox@swarm"} 24.497243374999993 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="blackbox@swarm"} 1347 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 828 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 835 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 844 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 844 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 844 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 44.10104002799999 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 844 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 9.3682628e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 9.3865129e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 9.3885107e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 9.391672e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 9.393666e+07 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.9499679205309069e+06 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9.393666e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 55 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 57 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 4.758516419000001 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 644818 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 658156 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 659653 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 660529 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 660724 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 40738.499281089214 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 660724 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 5697 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5974 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5984 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5985 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5985 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 490.11720463499944 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5985 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 4.236959e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 4.241101e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 4.241309e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 4.241351e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 4.241366e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 264287.2146141236 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 4.241366e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 167 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 170 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 170 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 170 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 170 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 1.3072327580000003 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 170 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 72 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 90 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 100 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 100 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 100 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 11.200152817 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 100 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"} 62 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 62 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 62 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="5"} 62 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 62 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@swarm"} 0.23767648200000002 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@swarm"} 62 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"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.078613357 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 371 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 375 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 379 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 379 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 379 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 4.220929063 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 379 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"} 108 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 112 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 112 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 114 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 114 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 11.121313064000002 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 114 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 1.575484e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 1.577366e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 1.577391e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 1.577414e+06 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1.577417e+06 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 86941.20770927028 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 1.577417e+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"} 102 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 184 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 193 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 194 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 194 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 27.10907982799998 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 194 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"} 38 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 53 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 67 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 67 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 67 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 12.305600421 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 67 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 13340 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 19546 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 19644 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 19650 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 19652 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1807.2020518599957 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 19652 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"} 17 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 17 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 17 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 17 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 17 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.119046581 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 17 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"} 421 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 421 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 422 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 423 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 423 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2.962843323 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 423 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 23831 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 23836 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 23861 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 23899 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 23899 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 130.95416552699976 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 23899 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"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 0.24643231799999998 traefik_service_request_duration_seconds_count{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 6 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"} 15690 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 16176 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 16382 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 16429 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 16429 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 979.3637541759956 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 16429 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 2453 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 2477 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2536 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2537 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2537 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 147.0126244219999 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2537 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 50 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 56 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 56 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 56 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 56 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 4.519113569 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 56 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 6736 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 6748 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 6748 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 6748 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 6748 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 432.0870778530018 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 6748 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 50 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 50 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 50 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="5"} 50 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 50 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="portainer@swarm"} 0.45088743000000014 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@swarm"} 50 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"} 75 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 75 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 75 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 75 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 75 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.09720519900000002 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 75 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"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.020281586 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 275 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 275 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 275 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 276 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 276 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 2.0313995680000003 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 276 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 21 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 21 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 21 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 21 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 21 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.046146942999999996 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 21 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"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 0.7529573989999999 traefik_service_request_duration_seconds_count{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 12 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"} 10457 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 10462 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 10462 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 10462 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 10462 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 31.94860748599989 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 10462 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 101 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 104 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 112 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 112 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 112 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 5.925157232000002 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 112 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"} 1760 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 2662 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 2763 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 2793 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 2793 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 400.1703605920005 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2793 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 73509 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 76200 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 76297 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 76506 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 76506 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 5372.641908551953 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 76506 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 6352 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 6359 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 6359 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 6359 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 6359 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 20.33400548899993 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 6359 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 6220 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 6224 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 6239 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 6260 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 6260 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 81.45480045600014 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 6260 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 8252 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 8253 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 8253 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="5"} 8253 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 8253 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@swarm"} 10.061384490999949 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@swarm"} 8253 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"} 320 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 324 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 324 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 324 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 324 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 20.886673396999992 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 324 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"} 2317 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2321 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2324 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2325 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2325 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 107.81241452100015 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2325 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"} 38 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 38 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 38 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 2.1828272579999997 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 38 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"} 8 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1.1940631769999999 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 8 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 6285 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 6304 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 6310 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 6312 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 6312 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 412.76991081199947 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 6312 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"} 9 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.6650652340000001 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 9 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"} 422 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 453 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 524.6048386519999 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 453 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"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.487721403 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 22 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 22 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 71.60065567000001 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 22 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 1306 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 1448 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 1473 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 2670 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2718 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2921.1181306969947 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2718 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"} 5 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 50.264071435999995 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.46483107599999995 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 1341 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 1355 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 1358 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 1363 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1370 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 124.25689388300013 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 1370 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"} 510 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 517 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 526 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 534 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 547 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 288.58635798100005 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 547 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"} 470588 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 496986 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 506369 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 521326 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 528559 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 139553.50682116064 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 528559 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 51634 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 53320 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 54135 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 54630 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 54825 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 6633.307540461914 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 54825 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 128 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 129 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 129 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 130 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 133 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 30.321474400999996 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 133 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"} 126 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 126 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 126 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 126 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 306 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 15968.279489102995 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 306 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 98 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 99 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 99 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 99 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 99 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 3.7786766710000004 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 99 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.768961e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 5.202156e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 7.5011123599e+10 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 228768 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.184680365e+09 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 314609 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.2435651e+07 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 591451 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 374225 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"} 172670 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"} 4256 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.3601404e+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.402493e+06 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 3029 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1040 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 1.4039571e+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"} 10177 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 330 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 419520 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.047400342e+09 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.09128682e+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"} 170120 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 163410 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"} 11819 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"} 12540 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"} 21719 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"} 2999 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"} 14704 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.255258e+06 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 80194 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 135968 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 28 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"} 8001 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"} 10332 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 18 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"} 12898 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"} 10486 traefik_service_requests_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 715 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1548 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5.432816e+06 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 319 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5218 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 3.512797e+06 traefik_service_requests_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 339 traefik_service_requests_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 3443 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 3069 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"} 174 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"} 1347 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 844 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9.393666e+07 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 57 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 660724 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5985 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 4.241366e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 170 traefik_service_requests_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 100 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"} 62 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"} 5 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 379 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"} 114 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 1.577417e+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"} 194 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"} 67 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 19652 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"} 17 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"} 423 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 23899 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"} 6 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"} 16429 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2537 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 56 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 6748 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 50 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"} 75 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"} 5 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 276 traefik_service_requests_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 21 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"} 12 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"} 10462 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 112 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"} 2793 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 76506 traefik_service_requests_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 6359 traefik_service_requests_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 6260 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 8253 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"} 324 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"} 2325 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 38 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 8 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 6312 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"} 9 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 453 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 22 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2718 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"} 5 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 1370 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"} 547 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"} 528559 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 54825 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 133 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"} 306 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 99 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.119088e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 4.5619419e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 3.1158415e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1.696733227e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7.642906e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7.1708133e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 4.0263191444e+10 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 994901 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 7.3513398e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 3.16115115e+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.096347e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 706535 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 2.027297632e+09 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 54559 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.0561369e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1.0300322e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.673972325e+09 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 253300 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 425383 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"} 15886 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 3.320148e+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"} 13013 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 1.80444151e+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"} 23757 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"} 10959 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 9.9962787e+07 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"} 5076 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.4683096e+07 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2.167148e+06 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 185407 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 2.2095663e+07 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 3850 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"} 21402 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"} 1420 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 76794 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 6069 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"} 37464 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.078238e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 66112 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.068392e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 2.91150637e+08 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 120821 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 1.790386e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 156807 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.932148e+06 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 31540 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 24976 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 2.4452693e+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"} 189 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 9513 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 42 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 462 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 57078 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"} 105 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 210 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 28770 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"} 41886 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"} 121465 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"} 3366 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1089 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