# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.8858e-05 go_gc_duration_seconds{quantile="0.25"} 0.000132761 go_gc_duration_seconds{quantile="0.5"} 0.000161037 go_gc_duration_seconds{quantile="0.75"} 0.000243235 go_gc_duration_seconds{quantile="1"} 0.01089314 go_gc_duration_seconds_sum 26.953290129 go_gc_duration_seconds_count 85951 # 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 125 # 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.717176e+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.126513289056e+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.249267e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.0453853579e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 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.717176e+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.428352e+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.8065792e+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 88160 # 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.33389824e+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.70900992e+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.7903904549863117e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.0453941739e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9184 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 476160 # 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.516641e+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.152221e+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.392064e+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.392064e+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 55644 # 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.8308252822e+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.8656246347e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 65 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 7.0066176e+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"} 1.084159e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 1.084181e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 1.084221e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 1.084321e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 1.084543e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 22979.877742494587 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 1.084543e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.1"} 2.2185838e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.3"} 2.2283369e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="1.2"} 2.2297872e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="5"} 2.2305061e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="+Inf"} 2.2312671e+07 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="POST",protocol="http"} 702340.4455876783 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="POST",protocol="http"} 2.2312671e+07 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 503228 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 622291 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 628912 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 630117 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 630336 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 44296.911300847685 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 630336 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 23 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 29 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 29 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 29 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 2.368870958 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 29 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.847779e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1.851693e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1.851859e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 1.851898e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1.851907e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 114407.34019191562 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 1.851907e+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"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 119 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 120 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 122 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 5.863961351 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 8877 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 8877 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 8877 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 8877 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 8877 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 0.5529668519999987 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 8877 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 289199 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 291855 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 291873 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 291880 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 291888 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 14685.824572603919 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 291888 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"} 23420 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 28832 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 29070 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 29081 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 29083 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 2196.186692533995 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 29083 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 44730 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 44737 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 44774 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 44846 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 44846 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 248.10712373600123 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 44846 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"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 0.003792055 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="HEAD",protocol="http"} 2 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"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="POST",protocol="http"} 1.246594657 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="POST",protocol="http"} 12 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"} 114347 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 115088 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 115230 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 115296 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 115304 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 7073.15365070098 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 115304 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"} 123 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 123 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 123 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 123 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 123 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 0.5728119620000003 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 123 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 23 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 23 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 23 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 28 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 17.269997655 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 28 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"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 27 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.00186469 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.1"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 22 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 0.001269856 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 39250 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 39250 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 39250 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 39250 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 39250 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 1.2228607219999983 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 39250 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.1"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.3"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="1.2"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="5"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="+Inf"} 15 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="sse"} 0.001830911 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="sse"} 15 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"} 2527 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 2527 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 2527 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 2527 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 2527 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.10515722600000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 2527 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"} 166 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 166 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 166 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 166 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 166 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 0.9478075289999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 166 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 33 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.000707136 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 77574 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 81296 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 81727 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 81881 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 81881 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 2494.818009415018 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 81881 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 16 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0.003136078 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 16 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"} 12868 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 12883 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 12890 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 12890 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 12890 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 276.4766585139988 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 12890 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"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.3"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="1.2"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="5"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="+Inf"} 275 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="GET",protocol="http"} 2359.269679031 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="GET",protocol="http"} 275 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="1.2"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="5"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="+Inf"} 41 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="POST",protocol="http"} 578.04358043 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="POST",protocol="http"} 41 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 707 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 785 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 810 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 894 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1042 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 2402.0166579929974 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 1042 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 857 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 861 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 868 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 873 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 915 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 533.493367179999 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 915 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.1"} 130180 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.3"} 148068 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="1.2"} 157195 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="5"} 160078 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="+Inf"} 161345 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="web",method="POST",protocol="http"} 44588.79486618994 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="web",method="POST",protocol="http"} 161345 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 246 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 255 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 274 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 294 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 331 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 1244.698751126002 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 331 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 122 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 123 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 128 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="5"} 136 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 170 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 1207.3613710659997 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 170 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="501",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 0.008376582 traefik_entrypoint_request_duration_seconds_count{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 3 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"} 371 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.3"} 376 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="1.2"} 376 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="5"} 376 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="+Inf"} 618 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="POST",protocol="http"} 9051.978687277999 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="POST",protocol="http"} 618 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"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="5"} 21 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 21 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="POST",protocol="http"} 0.27072602300000004 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="POST",protocol="http"} 21 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.82543574e+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"} 6.34205e+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.2037319e+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"} 1584 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"} 203770 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.732841e+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"} 53273 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"} 427361 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 3.20796492e+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"} 833507 traefik_entrypoint_requests_bytes_total{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 321507 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"} 928 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 326 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.98213e+06 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 16804 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 71289 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"} 230 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"} 1.084543e+06 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="POST",protocol="http"} 2.2312671e+07 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 630336 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 29 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.851907e+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"} 122 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 8877 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 291888 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"} 29083 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 44846 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"} 2 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"} 12 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"} 115304 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"} 123 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 28 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"} 27 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 22 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 39250 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="sse"} 15 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"} 2527 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"} 166 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 33 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 81881 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 16 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"} 12890 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"} 275 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="POST",protocol="http"} 41 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 1042 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 915 traefik_entrypoint_requests_total{code="500",entrypoint="web",method="POST",protocol="http"} 161345 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 331 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 170 traefik_entrypoint_requests_total{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 3 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"} 618 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"} 21 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.78905819e+08 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 4.86581886e+08 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 9.850092646e+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"} 8.3372948e+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.275244e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 150909 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 3.3058676e+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"} 8.7131005e+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"} 36 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"} 612 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.6351108e+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"} 75107 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 7892 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"} 513 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 418 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 745750 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="sse"} 285 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"} 48013 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"} 46116 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 627 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 1.03903664e+08 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 304 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"} 1.2688194e+07 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"} 5775 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 861 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 21882 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 19215 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"} 60264 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 90962 traefik_entrypoint_responses_bytes_total{code="501",entrypoint="websecure",method="DELETE",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="GET",protocol="http"} 286 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 6798 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"} 231 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"} 5 traefik_open_connections{entrypoint="websecure",protocol="TCP"} 30 # 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"} 1771 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 1784 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 1785 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="5"} 1785 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 1785 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="blackbox@swarm"} 6.167635253999995 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="blackbox@swarm"} 1785 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 158 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 159 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 161 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 161 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 161 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 2.067834714000001 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 161 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 2463 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2618 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2803 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2818 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2818 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 186.706345444 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2818 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 1.084159e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 1.084181e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 1.084221e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 1.084321e+06 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 1.084543e+06 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 22898.43945007396 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1.084543e+06 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"} 4626 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5196 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 5395 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5740 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5740 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1178.8135710080016 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5740 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 492972 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 610850 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 616998 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 617822 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 618039 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 42693.12667354973 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 618039 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 42 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 44 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 48 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 2.294167419 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 437 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 484 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 513 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 532 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 534 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 113.70412655400008 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 534 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 1079 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 1116 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 1154 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="5"} 1156 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 1156 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@swarm"} 46.274776816999974 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@swarm"} 1156 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"} 19 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 24 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 24 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 1.8957978059999996 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 24 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"} 2.0892054e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 2.0925521e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 2.0927269e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 2.0931244e+07 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 2.0938326e+07 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 606706.8549045783 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 2.0938326e+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.322399e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 1.386164e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 1.398919e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 1.402145e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 1.402674e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 94830.33327385882 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.402674e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 6144 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 6321 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 6332 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 6333 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 6333 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 484.262880254999 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 6333 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 1.812813e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 1.81643e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 1.816525e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 1.816549e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1.816557e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 112826.99847428867 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.816557e+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"} 132 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 167 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 186 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 186 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 186 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 23.130479341000004 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 186 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"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.015000689 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 110 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 110 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 111 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 113 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 113 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 5.601510955000001 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 113 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.23468999299999999 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 6 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"} 99 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 111 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 114 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 116 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 116 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 13.405353197 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 116 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 289122 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 291743 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 291757 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 291762 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 291770 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 14647.506841890943 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 291770 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"} 116 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 132 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 133 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 133 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 22.455731372 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 133 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"} 40 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 60 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 66 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 66 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 66 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 9.608294755000003 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 66 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 23299 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 28648 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 28863 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 28873 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 28875 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 2159.661648476998 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 28875 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"} 48 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 48 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 48 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 48 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 48 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.29363690600000003 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 48 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 453 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 453 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 455 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 458 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 458 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 10.251700298999998 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 458 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 44229 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 44236 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 44271 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 44340 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 44340 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 233.48750349100135 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 44340 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1.245415819 traefik_service_request_duration_seconds_count{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 12 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"} 2615 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2665 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2739 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2739 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2739 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 162.37084419099992 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2739 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 2320 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 2348 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 2415 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 2481 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 2489 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 429.13558712700046 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2489 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 92 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 101 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 101 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 101 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 101 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7.6516832300000015 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 101 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 109270 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 109921 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 109922 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 109922 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 109922 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 6466.52058588007 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 109922 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"} 122 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 122 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 122 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 122 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 122 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 0.5635428680000001 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 122 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"} 3 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.012435429 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 3 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"} 12 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 13 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 13 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 1.8381727110000001 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 13 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"} 2754 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 2754 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 2754 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 2754 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 2754 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 6.7934734770000045 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 2754 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 48 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 50 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 51 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 51 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 51 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1.9068154179999997 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 51 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 20 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 20 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 21 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 21 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 21 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.5714276639999999 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 21 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 3825 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 5911 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 6266 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 6377 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 6377 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1085.674042672998 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6377 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 15313 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 16897 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 16961 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 16993 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 16993 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 1344.6105722339976 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 16993 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 1917 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 1961 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 1961 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 1961 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 1961 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 9.78060946 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 1961 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 2897 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 2897 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 2906 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 2917 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 2917 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 37.88092080400004 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 2917 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 3049 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 3050 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 3050 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="5"} 3050 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 3050 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@swarm"} 3.7964302320000063 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@swarm"} 3050 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"} 906 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 906 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 906 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 906 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 906 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 1.4396618460000001 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 906 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"} 434 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 435 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 435 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 435 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 435 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 18.613437401999995 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 435 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"} 3635 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 3645 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 3645 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 3645 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 3645 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 226.341457357 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 3645 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"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 89 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 275 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 2359.236821064001 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 275 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"} 17 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 17 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 18 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 52 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 52 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 121.02432111399997 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 52 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 677 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 755 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 766 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 782 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 930 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2159.8079644980035 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 930 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"} 28 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 437.598625954 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 28 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"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 260.52620160199996 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.208578202 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 850 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 854 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 860 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 865 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 895 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 412.5764306640001 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 895 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"} 229 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 238 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 248 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 268 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 304 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 1209.1188505899995 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 304 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"} 38134 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 38794 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 38948 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 39262 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 39704 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 12595.965607602035 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 39704 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"} 92066 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 109281 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 118254 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 120824 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 121650 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 31992.173618570796 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 121650 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 104 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 105 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 107 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 114 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 147 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 1193.916136252 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 147 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="501",method="DELETE",protocol="http",service="clickhouse@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 0.008188382999999999 traefik_service_request_duration_seconds_count{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 3 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"} 298 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 301 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 301 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 301 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 543 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9049.455643974994 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 543 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 73 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 75 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 75 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 75 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 75 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2.463461819 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 75 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 20 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 21 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 21 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 21 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 21 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 0.268495672 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 21 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.5964807837e+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.345569059e+09 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 500246 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 2.880368e+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"} 125140 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"} 6588 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.1903568e+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"} 1584 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"} 203768 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"} 159174 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.078993e+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.86119e+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"} 34217 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"} 42801 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 165 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 395081 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"} 7.8227101e+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.42587187e+08 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 744569 traefik_service_requests_bytes_total{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 203415 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 118092 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"} 1818 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"} 4055 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"} 6540 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"} 28356 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 3262 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"} 19188 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.873673e+06 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 16282 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 42872 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"} 2265 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"} 3636 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"} 4332 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"} 1785 traefik_service_requests_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 161 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2818 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1.084543e+06 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"} 5740 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 618039 traefik_service_requests_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 48 traefik_service_requests_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 534 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 1156 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"} 24 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"} 2.0938326e+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.402674e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 6333 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.816557e+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"} 186 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"} 3 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 113 traefik_service_requests_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 6 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"} 116 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 291770 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"} 133 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"} 66 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 28875 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"} 48 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 458 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 44340 traefik_service_requests_total{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 12 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"} 2739 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2489 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 101 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 109922 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"} 122 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"} 3 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"} 13 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"} 2754 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 51 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 21 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 6377 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 16993 traefik_service_requests_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 1961 traefik_service_requests_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 2917 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 3050 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"} 906 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"} 435 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"} 3645 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"} 275 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"} 52 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 930 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"} 28 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"} 25 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 6 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 895 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"} 304 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"} 39704 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"} 121650 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 147 traefik_service_requests_total{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 3 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"} 543 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 75 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 21 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.315402e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 9.748044e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 6.7727202e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 3.78905819e+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.8084039e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 9.622438268e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 114109 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 7.257563e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 6.2522765e+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.63480081e+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.3559606e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 9.39801e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 8.22849521e+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"} 552919 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"} 78 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 1.27501e+06 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 156 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"} 13393 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 3.3045056e+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"} 16114 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"} 25264 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 8.7089067e+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"} 612 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.763495e+06 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 2.256605e+06 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 331998 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 3.58134457e+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"} 75030 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"} 870 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"} 3614 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"} 1.059941e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 43481 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 7294 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2.2050429e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 7.8905665e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 37259 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 834262 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 57950 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"} 366586 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"} 361050 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"} 1.1341475e+07 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"} 5775 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"} 1092 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 19530 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"} 588 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"} 525 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 126 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 18795 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"} 54432 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"} 90746 traefik_service_responses_bytes_total{code="501",method="DELETE",protocol="http",service="clickhouse@swarm"} 0 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 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"} 5973 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 825 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 231 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