# 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"} 8.01e-05 go_gc_duration_seconds{quantile="0.25"} 0.000140199 go_gc_duration_seconds{quantile="0.5"} 0.000160501 go_gc_duration_seconds{quantile="0.75"} 0.000218327 go_gc_duration_seconds{quantile="1"} 0.005816606 go_gc_duration_seconds_sum 6.7627156 go_gc_duration_seconds_count 25786 # 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 120 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.0083424e+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 2.8074450648e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.839235e+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 2.598424562e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.623104e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.0083424e+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 6.8124672e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.588672e+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 132639 # 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 6.3414272e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 9.4011392e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7899323810185282e+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 2.598557201e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9184 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 405600 # 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 979200 # 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 2.6204082e+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 1.366925e+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.4576e+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.4576e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.06293528e+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 13 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 14882.48 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.1442021247e+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 1.4053986497e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 64 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.6342912e+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.544904704e+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.789923263e+09 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 5 # HELP traefik_entrypoint_request_duration_seconds How long it took to process the request on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_request_duration_seconds histogram traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.1"} 265944 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 265949 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 265961 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 265984 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 265987 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 3467.5444544038905 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 265987 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.1"} 5.612608e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.3"} 5.637295e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="1.2"} 5.640789e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="5"} 5.642463e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="+Inf"} 5.642648e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="POST",protocol="http"} 105166.82019142908 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="POST",protocol="http"} 5.642648e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 114385 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 144767 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 145761 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 145943 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 145970 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 10750.843398370213 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 145970 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0.133856873 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 4 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"} 364029 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 364948 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 364980 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 364989 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 364989 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 22641.879710105113 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 364989 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 29 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 29 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 30 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 0.472805707 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2764 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2764 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2764 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 2764 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2764 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 0.18276701799999953 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 2764 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 50164 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 51812 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 51814 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 51814 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 51814 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 3331.6514994220192 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 51814 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 4089 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 5122 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 5154 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 5159 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5161 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 429.54463214699933 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 5161 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 5725 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 5725 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 5731 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 5756 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 5756 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 66.52703293699989 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 5756 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"} 47 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 47 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 47 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="5"} 47 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 47 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="POST",protocol="http"} 0.003016613 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="POST",protocol="http"} 47 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2628 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2664 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2729 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 2732 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2732 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 188.4186057879997 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 2732 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 117 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 117 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 117 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 117 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 117 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 0.4501454090000003 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 117 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 10 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 12.578211371000002 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.000199967 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 0.00021832699999999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 18812 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 18812 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 18812 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 18812 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 18812 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 0.5200898709999995 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 18812 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="sse"} 0.00018514699999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="sse"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="websocket",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="websocket"} 4.3464e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="websocket"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="5"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 74 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="HEAD",protocol="http"} 0.004742531 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="HEAD",protocol="http"} 74 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.000239774 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 1397 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 1397 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 1397 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 1397 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 1397 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.05565587500000005 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 1397 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="sse",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="sse"} 9.4505e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="sse"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="PUT",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="PUT",protocol="http"} 0.000121917 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="PUT",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.000325319 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 68 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 0.273478453 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 68 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 10 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.000261319 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 28045 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 29612 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 29832 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 29918 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 29918 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 945.7262767529925 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 29918 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0.000288957 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 48 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 48 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 48 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 48 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 48 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0.0020559400000000005 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 48 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 5209 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 5212 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 5212 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 5212 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5212 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 72.17931461399984 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 5212 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="5"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="+Inf"} 7 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="GET",protocol="http"} 13.659058433 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="GET",protocol="http"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="POST",protocol="http"} 10.863971284 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="POST",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 146 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 146 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 147 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 150 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 40.07299986799999 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 150 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 162 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 162 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 164 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 164 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 164 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 5.515984239000001 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 164 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.1"} 35728 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.3"} 39762 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="1.2"} 41987 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="5"} 42574 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="+Inf"} 42687 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="web",method="POST",protocol="http"} 6113.050787586025 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="web",method="POST",protocol="http"} 42687 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 34 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 39 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 40 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 8.113304128 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 40 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 13 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 32.120926989 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.1"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.3"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="1.2"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="5"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="+Inf"} 30 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="POST",protocol="http"} 1.081682886 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="POST",protocol="http"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="POST",protocol="http"} 0.000639042 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="POST",protocol="http"} 1 # HELP traefik_entrypoint_requests_bytes_total The total size of requests in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_bytes_total counter traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 4.606813774e+09 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"} 1.0599507e+07 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="POST",protocol="http"} 2.314581e+06 traefik_entrypoint_requests_bytes_total{code="304",entrypoint="websecure",method="GET",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="401",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 201056 traefik_entrypoint_requests_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 0 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="POST",protocol="http"} 542845 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"} 3163 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"} 4418 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 8.4804022e+07 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"} 19450 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 55914 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 13 # 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"} 144 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 90 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 40 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 596705 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1058 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 17143 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"} 64 # HELP traefik_entrypoint_requests_total How many HTTP requests processed on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_total counter traefik_entrypoint_requests_total{code="200",entrypoint="web",method="GET",protocol="http"} 265987 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="POST",protocol="http"} 5.642648e+06 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 145970 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 4 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"} 364989 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 30 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 2764 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 51814 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 5161 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 5756 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"} 47 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 2732 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 117 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 10 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 18812 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="sse"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 74 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 4 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 1397 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="sse"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="PUT",protocol="http"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 68 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 10 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 29918 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 4 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 48 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 5212 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="GET",protocol="http"} 7 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="POST",protocol="http"} 3 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 150 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 164 traefik_entrypoint_requests_total{code="500",entrypoint="web",method="POST",protocol="http"} 42687 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 40 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 13 traefik_entrypoint_requests_total{code="502",entrypoint="web",method="POST",protocol="http"} 30 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 1 # HELP traefik_entrypoint_responses_bytes_total The total size of responses in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_responses_bytes_total counter traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 8.6310699e+07 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 1.21092531e+08 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 2.070426691e+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"} 1.74373705e+08 traefik_entrypoint_responses_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 466761 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 46988 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 5.909794e+06 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 1.6967009e+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="OPTIONS",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 846 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 4.61107e+06 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 71955 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 2810 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 357428 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="sse"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="websocket"} 19 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 1406 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 76 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 26543 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="sse"} 19 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="PUT",protocol="http"} 19 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 13704 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 190 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 2.995671e+07 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 76 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 912 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 3.647649e+06 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="GET",protocol="http"} 147 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 63 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 3150 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 3444 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 3978 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 4542 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 330 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 11 # 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"} 6 traefik_open_connections{entrypoint="websecure",protocol="TCP"} 39 # HELP traefik_service_request_duration_seconds How long it took to process the request on a service, partitioned by status code, protocol, and method. # TYPE traefik_service_request_duration_seconds histogram traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 879 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 882 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 883 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="5"} 883 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 883 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="blackbox@swarm"} 2.3355821649999955 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="blackbox@swarm"} 883 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 47 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 48 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 0.516635253 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 45 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 48 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 55 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 57 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 8.484702929000001 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 265944 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 265949 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 265961 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 265984 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 265987 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 3447.0896142280094 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 265987 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1046 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1232 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1286 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1344 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1344 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 240.57194651700007 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1344 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 112389 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 142477 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 143399 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 143519 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 143546 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 10473.770828288998 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 143546 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 13 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 13 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 13 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 1.1088373029999998 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 13 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 41 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 50 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 55 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 57 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 8.491742034000001 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 57 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 17 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="5"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 22 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@swarm"} 1.3480579499999996 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@swarm"} 22 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="clickhouse@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 0.0068890159999999995 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.126670876 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 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"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="0.3"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="1.2"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="5"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="+Inf"} 12 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="blackbox@swarm"} 0.29171774699999997 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="blackbox@swarm"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 15 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 18 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 19 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 19 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4.6213384159999995 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 19 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 5.251571e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 5.260619e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 5.261001e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 5.261945e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 5.262076e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 81540.72061327458 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 5.262076e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 12 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 15 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 16 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1.982014346 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 366034 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 381589 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 384702 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 385438 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 385492 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 23355.221586841268 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 385492 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1354 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1408 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1413 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1414 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1414 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 114.42424106200005 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1414 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 357730 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 358553 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 358573 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 358574 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 358574 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 22325.14597590749 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 358574 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 0.040073232 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 16 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 0.31723548599999996 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 16 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="portainer@swarm"} 0.25127146499999997 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="portainer@swarm"} 8 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 29 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 29 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 30 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 30 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 30 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 0.469710766 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 30 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 35 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 41 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 41 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 41 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 41 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 3.078114518000001 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 41 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 50142 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 51771 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 51773 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 51773 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 51773 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 3323.3788708669927 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 51773 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 3.4138193299999995 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 18 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 18 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 18 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 2.8663721060000005 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 18 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 4078 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 5104 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 5131 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 5135 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 5137 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 422.7188008 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 5137 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.06482801599999999 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 99 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 99 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 99 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 99 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 99 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.2773631019999999 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 99 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 5624 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 5624 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 5630 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 5655 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 5655 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 65.64702848899996 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 5655 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 35 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 35 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 35 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 35 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 35 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 0.107816148 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 35 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 836 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 859 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 897 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 897 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 897 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 63.652402151 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 897 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 836 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 843 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 870 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 873 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 873 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 62.884293915 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 873 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 39 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 41 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 41 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 41 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 41 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2.9384389260000003 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 41 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 882 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 886 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 886 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 886 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 886 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 58.547601708999984 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 886 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 117 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 117 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 117 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 117 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 117 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 0.442825026 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 117 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 10.751157579000001 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 1.8262345740000003 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 0.271757742 traefik_service_request_duration_seconds_count{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="blackbox@swarm"} 0.031911833 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="blackbox@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 1168 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 1168 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 1168 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 1168 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 1168 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 1.973173308000001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 1168 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0.629777055 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 906 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1620 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1828 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1898 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1898 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 499.97283678500037 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1898 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 3836 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 4687 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 4695 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 4709 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 4709 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 430.90374336600047 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 4709 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 575 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 577 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 577 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 577 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 577 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 1.2650051880000008 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 577 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 1371 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 1371 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 1373 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 1375 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 1375 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 8.555706469000002 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 1375 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 904 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 904 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 904 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="5"} 904 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 904 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@swarm"} 1.1388669030000003 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@swarm"} 904 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.1"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="0.3"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="1.2"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="5"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="clickhouse@swarm",le="+Inf"} 875 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 1.3934686790000002 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 875 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 161 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 163 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 163 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 163 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 163 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 7.398572132000002 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 163 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.683332109 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 977 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 977 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 977 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 977 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 977 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 62.46137247200004 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 977 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 0.009707799 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="blackbox@swarm"} 0.001939933 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="blackbox@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 13.658315782 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.045124573 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 123 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 137 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 137 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 137 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 140 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 35.114766955000036 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 140 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"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 4.896143926 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 1 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"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 0.041730436 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 10.821950897 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.018794013999999998 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 160 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 160 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 161 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 161 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 161 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 4.966044902999997 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 161 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 32 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 34 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 39 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 40 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 40 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 8.109276257000001 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 40 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 7239 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 7481 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 7545 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 7567 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 7584 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 755.2808963509997 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 7584 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 28493 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 32282 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 34443 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 35009 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 35105 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 5358.645143336998 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 35105 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 11 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 27.836417333999997 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 11 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 0.000798126 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 29 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 29 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 29 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 29 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 29 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1.07860882 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 29 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 0.000528973 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 1 # HELP traefik_service_requests_bytes_total The total size of requests in bytes received by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_bytes_total counter traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="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@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@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"} 6771 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 27422 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 3.949735185e+09 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 29926 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 6.66804291e+08 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 360048 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 430639 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 5457 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 9028 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 4514 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@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="POST",protocol="http",service="ekotlownia-admin@swarm"} 2944 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 3446 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 2.308191e+06 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="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="POST",protocol="http",service="clickhouse@swarm"} 201056 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="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@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="POST",protocol="http",service="clickhouse@swarm"} 154924 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2682 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 274999 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 110032 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 208 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-sz@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"} 595 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2568 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 33 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 4370 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-sz@swarm"} 1.4870246e+07 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 6.9937728e+07 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 15498 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 566 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 55348 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 13 # 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"} 901 traefik_service_requests_tls_total{service="blackbox@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 2313 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 1144 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_service_requests_tls_total{service="ekotlownia-sz@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 4922 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 860 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 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"} 4875 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 558568 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 932 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 12170 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"} 602 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 1435 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 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"} 934 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 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="200",method="GET",protocol="http",service="blackbox@swarm"} 883 traefik_service_requests_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 48 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 57 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 265987 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1344 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 143546 traefik_service_requests_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 13 traefik_service_requests_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 57 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 22 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="clickhouse@swarm"} 2 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 2 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"} 12 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 19 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 5.262076e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 16 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 385492 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1414 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 358574 traefik_service_requests_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 10 traefik_service_requests_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 16 traefik_service_requests_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 8 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 30 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 41 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 51773 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 6 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 18 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 5137 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 99 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 5655 traefik_service_requests_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 35 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 897 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 873 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 41 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 886 traefik_service_requests_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 117 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 5 traefik_service_requests_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 4 traefik_service_requests_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 2 traefik_service_requests_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 1168 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1898 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 4709 traefik_service_requests_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 577 traefik_service_requests_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 1375 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 904 traefik_service_requests_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 875 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 163 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 977 traefik_service_requests_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 1 traefik_service_requests_total{code="499",method="GET",protocol="http",service="blackbox@swarm"} 5 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 7 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 4 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 140 traefik_service_requests_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 1 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"} 1 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 161 traefik_service_requests_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 40 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 7584 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 35105 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 11 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 29 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 1 # HELP traefik_service_responses_bytes_total The total size of responses in bytes returned by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_responses_bytes_total counter traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="blackbox@swarm"} 553920 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 3.394925e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1.587847e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 8.6310699e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1.7331491e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 2.040570464e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 34335 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 615328 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 6.338381e+06 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@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"} 7336 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 15770 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.14934048e+08 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 13280 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 6.232283e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 2.370663e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.71765683e+08 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 14900 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 73969 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 38304 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 466761 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 4667 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 5.905127e+06 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 742 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 18879 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.6947388e+07 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="401",method="GET",protocol="http",service="clickhouse@swarm"} 21525 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 765932 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 741911 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 135896 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 2.945806e+06 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="clickhouse@swarm"} 71955 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1420 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 1390 traefik_service_responses_bytes_total{code="404",method="DELETE",protocol="http",service="ekotlownia@swarm"} 12488 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 38 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 438532 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 3022 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 5.913374e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 2.2813978e+07 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 10963 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 393250 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 17176 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="clickhouse@swarm"} 354018 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 135290 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 31220 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 3.066568e+06 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 19 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="blackbox@swarm"} 105 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 147 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 84 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2940 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="node-exporter@swarm"} 21 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"} 21 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 42 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 42 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 3381 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="ekotlownia@swarm"} 3978 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 0 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 0 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 4542 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 11 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 319 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia@swarm"} 11 # 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