# 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"} 7.9472e-05 go_gc_duration_seconds{quantile="0.25"} 0.000128095 go_gc_duration_seconds{quantile="0.5"} 0.000155985 go_gc_duration_seconds{quantile="0.75"} 0.000221993 go_gc_duration_seconds{quantile="1"} 0.010394323 go_gc_duration_seconds_sum 24.426680859 go_gc_duration_seconds_count 78945 # 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 167 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.8143968e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.020016223128e+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.216123e+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 9.45774587e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 6.028096e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.8143968e+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 3.40557824e+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.9917184e+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 92759 # 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 3.29801728e+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.70475008e+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.7903385038238478e+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 9.457838629e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 501600 # 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.93312e+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.7285402e+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.185365e+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.818048e+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.818048e+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.88671832e+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 51058.37 # 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 4.3730076715e+10 # 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 5.3074415365e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 84 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 7.79264e+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.78975045617e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.81891072e+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.790299085e+09 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 48 # 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"} 1741.246361764 traefik_entrypoint_request_duration_seconds_count{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.1"} 973070 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 973090 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 973124 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 973212 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 973427 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 21371.836655725514 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 973427 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.1"} 2.0072196e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.3"} 2.0165132e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="1.2"} 2.0179274e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="5"} 2.0185981e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="+Inf"} 2.0193018e+07 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="POST",protocol="http"} 656464.9327167314 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="POST",protocol="http"} 2.0193018e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 459914 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 567709 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 573600 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 574660 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 574871 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 40123.7088347894 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 574871 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 26 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 26 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 26 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 2.159048395 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 26 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.0814085 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1.646154e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1.649595e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1.649748e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 1.649786e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1.649793e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 102295.52966713872 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 1.649793e+06 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.118853781 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"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 13 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.033076948 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 109 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 110 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 111 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 113 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 113 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 5.847291171000001 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 113 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 8605 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 8605 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 8605 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 8605 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 8605 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 0.5380255579999996 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 8605 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 261666 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 264095 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 264113 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 264120 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 264128 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 13341.745237856894 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 264128 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0.059107456 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 20861 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 25612 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 25823 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 25834 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 25836 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 1953.3940336179996 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 25836 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 40437 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 40442 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 40476 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 40539 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 40539 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 218.27434406200038 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 40539 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="DELETE",protocol="http"} 0.00037472700000000005 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="DELETE",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 0.003752662 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 4.1889e-05 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 404 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 404 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 404 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="5"} 404 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 404 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="POST",protocol="http"} 0.022187244000000016 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="POST",protocol="http"} 404 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="5"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 11 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="POST",protocol="http"} 1.220364391 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="POST",protocol="http"} 11 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.26505356 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"} 100514 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 101029 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 101157 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 101223 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 101231 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 6205.181558847996 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 101231 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0.354989053 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 122 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 0.5379966710000003 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 24 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 17.257386059 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="POST",protocol="http"} 0.006613126 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 25 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.001737221 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 25 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.1"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 20 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 0.001150588 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 35946 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 35946 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 35946 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 35946 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 35946 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 1.1244339739999982 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 35946 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.1"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="sse"} 0.00071883 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="sse"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="websocket"} 6.3878e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="websocket"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 223 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 223 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 223 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="5"} 223 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 223 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="HEAD",protocol="http"} 0.010510393000000005 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="HEAD",protocol="http"} 223 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 17 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.0009501730000000001 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 2353 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 2353 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 2353 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 2353 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 2353 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.10056483899999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 2353 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="sse"} 0.00016554500000000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="sse"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="PUT",protocol="http"} 0.000270108 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="PUT",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 8 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.00044665700000000004 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 148 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 0.9474625179999997 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 31 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.000662044 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 70892 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 74418 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 74847 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 74997 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 74997 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 2363.5771009130294 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 74997 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 14 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0.0019054500000000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 49 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0.0020788200000000003 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 14 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0.939071645 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 14 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 7.4197e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 10155 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 10167 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 10174 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 10174 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 10174 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 216.52338041199974 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 10174 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="sse"} 0.003584038 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="sse"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="422",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="422",entrypoint="websecure",method="POST",protocol="http"} 0.20281977099999998 traefik_entrypoint_request_duration_seconds_count{code="422",entrypoint="websecure",method="POST",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.1"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="1.2"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="5"} 73 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="+Inf"} 252 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="GET",protocol="http"} 2255.435057833 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="GET",protocol="http"} 252 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="1.2"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="5"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="+Inf"} 39 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="POST",protocol="http"} 567.944257416 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="POST",protocol="http"} 39 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 638 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 708 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 733 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 817 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 964 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 2346.804139268998 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 964 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 743 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 746 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 753 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 758 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 799 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 520.6083316019996 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 799 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.1"} 116577 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.3"} 134163 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="1.2"} 143208 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="5"} 145920 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="+Inf"} 147103 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="web",method="POST",protocol="http"} 42664.256659757906 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="web",method="POST",protocol="http"} 147103 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 210 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 219 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 238 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 258 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 295 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 1243.0413167230017 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 295 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 101 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 102 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 106 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="5"} 114 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 148 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 1205.3073320659998 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="0.1"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="0.3"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="1.2"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="5"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="GET",protocol="http",le="+Inf"} 26 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="GET",protocol="http"} 232.18999563699998 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="GET",protocol="http"} 26 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.1"} 367 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.3"} 372 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="1.2"} 372 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="5"} 372 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="+Inf"} 614 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="POST",protocol="http"} 9051.960390473998 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="POST",protocol="http"} 614 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="5"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 31 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="GET",protocol="http"} 0.034251064000000005 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="GET",protocol="http"} 31 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="5"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 20 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="POST",protocol="http"} 0.268055099 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="POST",protocol="http"} 20 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"} 34 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="web",method="GET",protocol="http"} 1020.0300278910003 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="web",method="GET",protocol="http"} 34 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"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="504",entrypoint="web",method="POST",protocol="http",le="+Inf"} 1588 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="web",method="POST",protocol="http"} 47613.03898609292 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="web",method="POST",protocol="http"} 1588 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"} 13 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="websecure",method="GET",protocol="http"} 390.014372747 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="websecure",method="GET",protocol="http"} 13 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"} 59 traefik_entrypoint_request_duration_seconds_sum{code="504",entrypoint="websecure",method="POST",protocol="http"} 1770.064305622 traefik_entrypoint_request_duration_seconds_count{code="504",entrypoint="websecure",method="POST",protocol="http"} 59 # 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="200",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 1.6499264853e+10 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 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"} 5.8093018e+07 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="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="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.0545263e+07 traefik_entrypoint_requests_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="websecure",method="DELETE",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="400",entrypoint="websecure",method="POST",protocol="http"} 1452 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="POST",protocol="http"} 203315 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"} 2 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="CONNECT",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="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="PUT",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"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 6.585737e+06 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="422",entrypoint="websecure",method="POST",protocol="http"} 100 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"} 49206 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 422621 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 2.92513061e+08 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"} 788231 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"} 318306 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"} 14 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"} 1284 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"} 786 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 310 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 159 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 2.67348e+06 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 14292 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 65337 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 5 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 228 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 4 # 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="200",entrypoint="web",method="GET",protocol="http"} 973427 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="POST",protocol="http"} 2.0193018e+07 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 574871 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 26 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 1.649793e+06 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"} 13 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 113 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 8605 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 264128 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 25835 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 40539 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="DELETE",protocol="http"} 6 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 404 traefik_entrypoint_requests_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 11 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"} 101231 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 6 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 122 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 24 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 25 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 20 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 35946 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="sse"} 12 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 223 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 17 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 2353 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="sse"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="PUT",protocol="http"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 8 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 148 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 31 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 74997 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 14 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 49 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 14 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 10174 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 1 traefik_entrypoint_requests_total{code="422",entrypoint="websecure",method="POST",protocol="http"} 2 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="GET",protocol="http"} 252 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="POST",protocol="http"} 39 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 964 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 799 traefik_entrypoint_requests_total{code="500",entrypoint="web",method="POST",protocol="http"} 147103 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 295 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 148 traefik_entrypoint_requests_total{code="502",entrypoint="web",method="GET",protocol="http"} 26 traefik_entrypoint_requests_total{code="502",entrypoint="web",method="POST",protocol="http"} 614 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 31 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 20 traefik_entrypoint_requests_total{code="504",entrypoint="web",method="GET",protocol="http"} 34 traefik_entrypoint_requests_total{code="504",entrypoint="web",method="POST",protocol="http"} 1588 traefik_entrypoint_requests_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 13 traefik_entrypoint_requests_total{code="504",entrypoint="websecure",method="POST",protocol="http"} 59 # 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="200",entrypoint="web",method="GET",protocol="http"} 3.38660346e+08 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 4.3985559e+08 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 9.019010931e+09 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"} 4758 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 7.42163576e+08 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="206",entrypoint="websecure",method="GET",protocol="http"} 1.27264e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 146285 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 2.9922583e+07 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"} 7.6315445e+07 traefik_entrypoint_responses_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="DELETE",protocol="http"} 108 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="OPTIONS",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 7272 traefik_entrypoint_responses_bytes_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 561 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="DELETE",protocol="http"} 5078 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 3.19036612e+08 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 74492 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 6756 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="POST",protocol="http"} 31 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 475 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 380 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 682974 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="sse"} 228 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 4237 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 323 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 44707 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="sse"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="PUT",protocol="http"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 152 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 45774 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 589 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 9.8564339e+07 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 266 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 931 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 9.50161e+06 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 19 traefik_entrypoint_responses_bytes_total{code="422",entrypoint="websecure",method="POST",protocol="http"} 116 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="GET",protocol="http"} 5292 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 819 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 20244 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 16779 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 357 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 51660 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 79534 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="GET",protocol="http"} 286 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 6754 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 341 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 220 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="web",method="GET",protocol="http"} 510 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="web",method="POST",protocol="http"} 23820 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="websecure",method="GET",protocol="http"} 195 traefik_entrypoint_responses_bytes_total{code="504",entrypoint="websecure",method="POST",protocol="http"} 885 # 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"} 4 traefik_open_connections{entrypoint="websecure",protocol="TCP"} 51 # 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"} 1741.245989147 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="GET",protocol="http",service="blackbox@swarm",le="0.1"} 1762 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 1775 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 1776 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="5"} 1776 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 1776 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="blackbox@swarm"} 5.949482479999995 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="blackbox@swarm"} 1776 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 135 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 136 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 138 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 138 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 138 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 1.9266050300000004 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 138 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 2421 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2575 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2752 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2767 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2767 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 180.067130486 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2767 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 973070 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 973090 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 973124 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 973212 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 973427 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 21298.146031204815 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 973427 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 38 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 47 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 55 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 55 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 55 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 6.668083654000001 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 55 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 4225 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 4742 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 4927 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5224 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5224 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1018.7107858320002 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5224 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 450155 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 556854 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 562296 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 563023 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 563232 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 38693.40943517058 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 563232 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 36 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 38 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 41 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 41 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 41 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 1.919414297 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 41 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 392 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 439 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 468 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 487 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 489 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 113.23791954900007 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 489 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 1075 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 1109 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 1147 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="5"} 1149 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 1149 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@swarm"} 45.65627415299998 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@swarm"} 1149 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 0.019604182999999997 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 0.450876942 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 17 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 21 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 1.6862014039999997 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 21 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.081329757 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="POST",protocol="http",service="blackbox@swarm",le="0.1"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="0.3"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="1.2"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="5"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="+Inf"} 22 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="blackbox@swarm"} 0.40015892399999997 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="blackbox@swarm"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 143 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 154 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 173 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 174 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 174 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 19.547427006000014 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 174 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 1.8902476e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 1.8933114e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 1.8934614e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 1.8938242e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 1.8944809e+07 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 567678.3615123972 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.8944809e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 194 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 206 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 222 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 223 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 223 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 20.530652682 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 223 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 1.195809e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 1.257822e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 1.270463e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 1.273554e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 1.274025e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 88061.27565189896 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.274025e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 5387 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5554 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5564 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5565 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5565 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 428.75138256999895 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5565 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 1.614457e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 1.617612e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 1.617696e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 1.617719e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1.617725e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 100856.3252627168 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.617725e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 24 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 0.258065347 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 131 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 166 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 185 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 185 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 185 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 23.112549364000003 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 185 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 59 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 59 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 59 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="5"} 59 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 59 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="portainer@swarm"} 1.035426845 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="portainer@swarm"} 59 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.11844278599999998 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"} 13 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 13 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 13 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="5"} 13 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 13 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@swarm"} 0.032356417 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@swarm"} 13 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.01256415 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 103 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 103 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 104 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 106 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 106 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 5.591373202000001 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 106 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.231364986 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 5 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"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.626694709 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 87 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 98 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 101 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 103 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 103 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 12.489234672000002 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 103 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 261600 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 263996 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 264010 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 264015 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 264023 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 13306.387091861929 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 264023 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.058982299 traefik_service_request_duration_seconds_count{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 82 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 115 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 129 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 130 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 130 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 20.825432316 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 130 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.24113389899999998 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 31 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 51 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 56 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 56 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 56 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 8.399429085 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 56 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 20749 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 25438 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 25629 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 25639 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 25641 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1919.9993355800038 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 25641 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 1.355561084 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 47 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 47 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 47 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 47 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 47 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.28613694100000003 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 47 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 426 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 426 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 426 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 429 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 429 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 8.625948859 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 429 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 39964 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 39969 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 40003 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 40063 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 40063 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 205.64463685500084 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 40063 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 11 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 11 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 11 traefik_service_request_duration_seconds_sum{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1.219303993 traefik_service_request_duration_seconds_count{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 11 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 0.171621142 traefik_service_request_duration_seconds_count{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.092820473 traefik_service_request_duration_seconds_count{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 38 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 0.186273675 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 2271 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2313 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2377 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2377 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2377 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 142.7362640299997 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2377 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1951 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1975 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2038 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2104 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2112 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 411.97599328800027 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2112 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 80 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 88 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 88 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 88 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 88 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6.668398296000001 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 88 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 96161 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 96600 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 96601 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 96601 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 96601 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 5637.127092740107 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 96601 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 15 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 15 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 15 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="5"} 15 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 15 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="portainer@swarm"} 0.09981956799999998 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@swarm"} 15 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0.354356751 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 121 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 121 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 121 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 121 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 121 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 0.528752277 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 121 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="portainer@swarm"} 0.00152381 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.004826151 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.001454172 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 15.412446367000001 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 8 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 11 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 11 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 1.8368088680000003 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 11 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="403",method="POST",protocol="http",service="portainer@swarm"} 0.006531378 traefik_service_request_duration_seconds_count{code="403",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 0.9416567199999999 traefik_service_request_duration_seconds_count{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="portainer@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="portainer@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="portainer@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="portainer@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="portainer@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="404",method="DELETE",protocol="http",service="portainer@swarm"} 0.001733783 traefik_service_request_duration_seconds_count{code="404",method="DELETE",protocol="http",service="portainer@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="blackbox@swarm"} 0.057679284 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="blackbox@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 2330 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 2330 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 2330 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 2330 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 2330 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 5.276875921000006 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 2330 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 47 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 49 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 50 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 50 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 50 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1.8492155549999996 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 50 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.5644834319999998 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 3819 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5903 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 6258 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 6369 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 6369 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1085.0501464999982 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6369 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 13890 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 15280 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 15343 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 15375 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 15375 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 1226.577873251997 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 15375 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 1795 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 1839 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 1839 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 1839 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 1839 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 8.650678123999992 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 1839 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 2782 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 2782 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 2790 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 2797 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 2797 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 28.454863707000033 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 2797 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 2930 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 2931 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 2931 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="5"} 2931 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 2931 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@swarm"} 3.591635495000006 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@swarm"} 2931 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.9362345300000001 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 875 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 1.3934686790000002 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 522 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 525 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 532 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 532 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 532 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 28.382048246000004 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 532 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 423 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 424 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 424 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 424 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 424 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 18.096041936999995 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 424 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 11 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.8203952569999999 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 12 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 2624 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 2631 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 2631 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 2631 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2631 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 167.06745708599993 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 2631 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 231 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 231 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 231 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 231 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 231 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 0.19911316 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 231 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 0.02092988 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 16 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="5"} 16 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 16 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="portainer@swarm"} 0.017411341 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="portainer@swarm"} 16 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="422",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="422",method="POST",protocol="http",service="portainer@swarm"} 0.202682929 traefik_service_request_duration_seconds_count{code="422",method="POST",protocol="http",service="portainer@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="blackbox@swarm"} 0.006088777 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="blackbox@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.47445900699999993 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 73 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 252 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 2255.4040913160006 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 252 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 48 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 48 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 110.77374691 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 48 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 17 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 51 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 51 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 121.02405371199997 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 51 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 609 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 679 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 690 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 706 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 853 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2104.6026061640023 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 853 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 9.812345772 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 0.515488837 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 27 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 427.592409657 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 27 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 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.019723521 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"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 23 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 250.426994437 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 23 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.19357008199999998 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 737 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 740 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 746 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 751 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 781 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 409.72215973500016 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 781 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 16 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 25 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 25 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 4.803523783999999 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 25 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 30.743908024 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 193 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 202 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 212 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 232 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 268 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 1207.4648376069995 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 268 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 1.006053426 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 33165 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 33738 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 33876 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 34139 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 34538 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 11778.614650900046 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 34538 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 12 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.472456885 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 12 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 83431 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 100431 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 109337 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 111787 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 112572 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 30884.8705182387 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 112572 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 84 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 85 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 87 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 94 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 127 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 1193.01479048 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 127 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 22 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 22 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 22 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 22 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 26 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 232.187711515 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 26 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 31 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 31 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 31 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 31 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 31 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 0.031150120999999996 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 31 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 295 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 298 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 298 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 298 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 540 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9049.442406145994 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 540 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 72 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 74 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 74 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 74 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 74 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2.458703394 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 74 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 19 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 20 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 20 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 20 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 20 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 0.265913126 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 20 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"} 34 traefik_service_request_duration_seconds_sum{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1020.0270679599998 traefik_service_request_duration_seconds_count{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 34 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"} 13 traefik_service_request_duration_seconds_sum{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 390.01305236199994 traefik_service_request_duration_seconds_count{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 13 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"} 0 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 1523 traefik_service_request_duration_seconds_sum{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 45691.25776876017 traefik_service_request_duration_seconds_count{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1523 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"} 1 traefik_service_request_duration_seconds_bucket{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 71 traefik_service_request_duration_seconds_sum{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2101.651415266 traefik_service_request_duration_seconds_count{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 71 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"} 53 traefik_service_request_duration_seconds_sum{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 1590.0513207069998 traefik_service_request_duration_seconds_count{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 53 # 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="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="HEAD",protocol="http",service="clickhouse@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="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 11493 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 1.523136e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.4422113651e+10 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 2.140645e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2.128200658e+09 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 474935 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 2.548237e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 12644 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 322604 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 9868 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="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="302",method="GET",protocol="http",service="ekotlownia-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"} 124777 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1183 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5913 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.041255e+07 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 840 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@swarm"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1452 traefik_service_requests_bytes_total{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-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="POST",protocol="http",service="clickhouse@swarm"} 203313 traefik_service_requests_bytes_total{code="401",method="POST",protocol="http",service="portainer@swarm"} 2 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="POST",protocol="http",service="portainer@swarm"} 2 traefik_service_requests_bytes_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="DELETE",protocol="http",service="portainer@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"} 0 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="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 154924 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 352676 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1.078158e+06 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 275415 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 4.719171e+06 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 3851 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 208 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="portainer@swarm"} 1334 traefik_service_requests_bytes_total{code="422",method="POST",protocol="http",service="portainer@swarm"} 100 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="blackbox@swarm"} 0 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="POST",protocol="http",service="ekotlownia-admin@swarm"} 15 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 32241 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 8355 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 38734 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 132 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 392350 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-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"} 5278 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 6.8029717e+07 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 65864 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2.24497188e+08 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 703245 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"} 201498 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 116808 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 14 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"} 0 traefik_service_requests_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1284 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"} 1809 traefik_service_requests_tls_total{service="blackbox@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 3573 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 6121 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 4 traefik_service_requests_tls_total{service="ekotlownia-sz@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 25840 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 2858 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 4 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 26 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 17827 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 100 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 2.57448e+06 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 13794 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 39436 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 5 traefik_service_requests_tls_total{service="node-exporter@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 2136 traefik_service_requests_tls_total{service="node-exporter@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 3469 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 12 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 4206 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 1 # 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="GET",protocol="http",service="blackbox@swarm"} 1776 traefik_service_requests_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 138 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2767 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 973427 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 55 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5224 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 563232 traefik_service_requests_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 41 traefik_service_requests_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 489 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 1149 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 4 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 21 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_requests_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 22 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 174 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.8944809e+07 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 223 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.274025e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5565 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.617725e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 24 traefik_service_requests_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 185 traefik_service_requests_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 59 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"} 13 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 106 traefik_service_requests_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 5 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 103 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 264023 traefik_service_requests_total{code="302",method="HEAD",protocol="http",service="ekotlownia@swarm"} 1 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 130 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 3 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 56 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 25641 traefik_service_requests_total{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 6 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 47 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 429 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 40063 traefik_service_requests_total{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 11 traefik_service_requests_total{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_requests_total{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm"} 2 traefik_service_requests_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 38 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2377 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2112 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 88 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 96601 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 15 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 6 traefik_service_requests_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 121 traefik_service_requests_total{code="401",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 8 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 11 traefik_service_requests_total{code="403",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 14 traefik_service_requests_total{code="404",method="DELETE",protocol="http",service="portainer@swarm"} 2 traefik_service_requests_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 7 traefik_service_requests_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 2330 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 50 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6369 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 15375 traefik_service_requests_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 1839 traefik_service_requests_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 2797 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 2931 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 14 traefik_service_requests_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 875 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 532 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 424 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 12 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 2631 traefik_service_requests_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 231 traefik_service_requests_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 1 traefik_service_requests_total{code="404",method="POST",protocol="http",service="portainer@swarm"} 16 traefik_service_requests_total{code="422",method="POST",protocol="http",service="portainer@swarm"} 2 traefik_service_requests_total{code="499",method="GET",protocol="http",service="blackbox@swarm"} 6 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 252 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 48 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 51 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 853 traefik_service_requests_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 2 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 27 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"} 23 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 5 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 781 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 25 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 268 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 34538 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 12 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 112572 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 127 traefik_service_requests_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 26 traefik_service_requests_total{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 31 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 540 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 74 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 20 traefik_service_requests_total{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 34 traefik_service_requests_total{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 13 traefik_service_requests_total{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1523 traefik_service_requests_total{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 71 traefik_service_requests_total{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 53 # 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="GET",protocol="http",service="blackbox@swarm"} 1.302297e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 7.166258e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 6.6216271e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 3.38660346e+08 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 885254 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7.2237885e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 8.804521178e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 89106 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 6.524673e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 6.0068009e+07 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-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="OPTIONS",protocol="http",service="ekotlownia-test5@swarm"} 4758 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 15402 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 145619 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 4.18869248e+08 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 187646 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2.1403935e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 8.043202e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 7.32697633e+08 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 35760 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 533919 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 86802 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="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 52 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 1.272458e+06 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 130 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 227 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 11874 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 2.9910482e+07 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"} 15770 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 440 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 24093 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 7.6275022e+07 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="phpmyadmin@swarm"} 120 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@swarm"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 561 traefik_service_responses_bytes_total{code="401",method="DELETE",protocol="http",service="ekotlownia-admin@swarm"} 3386 traefik_service_responses_bytes_total{code="401",method="DELETE",protocol="http",service="ekotlownia-test5-admin@swarm"} 1692 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 23370 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2.034208e+06 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1.936529e+06 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 289561 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 3.14751789e+08 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 1155 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 74415 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="portainer@swarm"} 77 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1136 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 290 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2272 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 3058 traefik_service_responses_bytes_total{code="403",method="POST",protocol="http",service="portainer@swarm"} 31 traefik_service_responses_bytes_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 43228 traefik_service_responses_bytes_total{code="404",method="DELETE",protocol="http",service="portainer@swarm"} 38 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 133 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 892840 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 41927 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3276 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2.2001372e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 7.3911671e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 34941 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 799942 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 55689 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 354018 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 441560 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 351920 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 37416 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 8.208129e+06 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 4389 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 286 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="portainer@swarm"} 304 traefik_service_responses_bytes_total{code="422",method="POST",protocol="http",service="portainer@swarm"} 116 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="blackbox@swarm"} 126 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 84 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 5292 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 1008 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1071 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 17913 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 42 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 21 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 567 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"} 483 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 105 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 16401 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 5400 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 432 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 45828 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 216 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 315 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 42 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 79318 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 286 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 341 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 5940 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 814 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 220 traefik_service_responses_bytes_total{code="504",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 510 traefik_service_responses_bytes_total{code="504",method="GET",protocol="http",service="ekotlownia@swarm"} 195 traefik_service_responses_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 22845 traefik_service_responses_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1065 traefik_service_responses_bytes_total{code="504",method="POST",protocol="http",service="ekotlownia@swarm"} 795 # 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.test5.ekotlownia.pl,www.admin.test5.ekotlownia.pl",serial="480632560121250059110286803782394109740499"} 1.794182706e+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="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="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="567398795095234617941663867949979849967754"} 1.797033911e+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="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,www.pompy.ekotlownia.pl",serial="436828655659078899093536561231199505016461"} 1.793750751e+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="test5.ekotlownia.pl,www.test5.ekotlownia.pl",serial="492724956493379063461980577341265393980973"} 1.792431305e+09 traefik_tls_certs_not_after{cn="test5.ekotlownia.pl",sans="test5.ekotlownia.pl,www.test5.ekotlownia.pl",serial="507627414964978469652392728845138836396183"} 1.79769575e+09