# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.5524e-05 go_gc_duration_seconds{quantile="0.25"} 0.000117542 go_gc_duration_seconds{quantile="0.5"} 0.000132293 go_gc_duration_seconds{quantile="0.75"} 0.000168027 go_gc_duration_seconds{quantile="1"} 0.010492132 go_gc_duration_seconds_sum 4.735090002 go_gc_duration_seconds_count 15830 # 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 109 # 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.216504e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.97790589352e+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.708259e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.84832387e+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 5.259568e+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.216504e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 2.4645632e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.7942912e+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 142327 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 2.42589696e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.74399232e+08 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7905487835700297e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.848466197e+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 442880 # 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 2.2848e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 2.7232042e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 2.337069e+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.424832e+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.424832e+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 2.89429832e+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 9413.33 # 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 8.386789525e+09 # 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.0093428207e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 56 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.83156736e+08 # 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.7904476514e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.749024768e+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.7904477e+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"} 198293 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 198304 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 198312 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 198314 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 198319 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 2752.6030382160598 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 198319 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.1"} 4.067578e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="0.3"} 4.078543e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="1.2"} 4.079317e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="5"} 4.080252e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="POST",protocol="http",le="+Inf"} 4.080938e+06 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="POST",protocol="http"} 82964.25982186117 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="POST",protocol="http"} 4.080938e+06 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 71936 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 89903 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 90852 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 90983 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 91002 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 6535.498501650095 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 91002 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 29 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 30 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0.35791365099999994 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 263250 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 263676 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 263692 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 263694 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 263694 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 16234.75019952962 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 263694 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.006371102 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 18 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 19 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 1.2442725940000001 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1507 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1507 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1507 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 1507 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1507 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 0.08795960100000004 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 1507 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 57022 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 57050 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 57051 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 57053 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 57057 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 2534.7910958399643 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 57057 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 4688 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 5616 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 5646 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 5654 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5655 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 420.1449274459988 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 5655 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 6707 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 6709 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 6717 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 6728 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 6728 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 46.82446961200016 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 6728 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="5"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 27 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="websecure",method="POST",protocol="http"} 0.0014974470000000003 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="websecure",method="POST",protocol="http"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="POST",protocol="http"} 0.045183583 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 28819 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 28884 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 28893 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 28893 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 28893 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 1582.4125261780096 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 28893 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0.387062086 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 0.003402231 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.00029691300000000005 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 0.00018285 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 5207 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 5207 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 5207 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 5207 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 5207 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 0.1490506399999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 5207 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="sse",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="sse"} 0.002960486 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="sse"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="5"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 63 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="HEAD",protocol="http"} 0.0016955279999999997 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="HEAD",protocol="http"} 63 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 3585 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 3585 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 3585 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 3585 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 3585 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 3.844154684000006 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 3585 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.00021486999999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 33 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 0.0006546519999999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.000110016 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 11676 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 11784 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 11785 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 11790 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 11790 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 216.65695654300058 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 11790 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0.002585232 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 8 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0.00032963700000000003 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 462 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 463 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 463 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 463 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 463 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 2.348012788000001 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 463 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="GET",protocol="http"} 0.001754697 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="web",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="web",method="POST",protocol="http"} 10.006014166 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="web",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 114 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 126 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 127 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 130 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 132 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 39.623440591000005 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 132 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 151 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 151 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 152 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 153 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 7.417401363999996 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 153 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.1"} 27798 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="0.3"} 28828 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="1.2"} 29141 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="5"} 29376 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="web",method="POST",protocol="http",le="+Inf"} 29470 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="web",method="POST",protocol="http"} 3086.3332880819985 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="web",method="POST",protocol="http"} 29470 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 0.28366625500000003 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.1"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="0.3"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="1.2"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="5"} 11 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="web",method="POST",protocol="http",le="+Inf"} 11 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="web",method="POST",protocol="http"} 0.282904438 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="web",method="POST",protocol="http"} 11 # 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"} 3.383719946e+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="POST",protocol="http"} 1.0022987e+07 traefik_entrypoint_requests_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 2.128988e+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="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 132 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="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="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 3.48843e+06 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"} 7087 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"} 2037 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"} 4803 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 5.861389e+07 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 15279 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 17119 # 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"} 32 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 65 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 28 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 421972 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 33540 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 11621 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 30 # 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"} 198319 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="POST",protocol="http"} 4.080938e+06 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 91002 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 30 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 263694 traefik_entrypoint_requests_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 19 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 1507 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 57057 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 5655 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 6728 traefik_entrypoint_requests_total{code="308",entrypoint="websecure",method="POST",protocol="http"} 27 traefik_entrypoint_requests_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 28893 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 2 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 4 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 5207 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="sse"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 63 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 3585 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 33 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 11790 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 8 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 463 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="499",entrypoint="web",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 132 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 153 traefik_entrypoint_requests_total{code="500",entrypoint="web",method="POST",protocol="http"} 29470 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 3 traefik_entrypoint_requests_total{code="502",entrypoint="web",method="POST",protocol="http"} 11 # 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"} 7.5714863e+07 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="POST",protocol="http"} 8.7748952e+07 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 1.348257007e+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="POST",protocol="http"} 1.20007284e+08 traefik_entrypoint_responses_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 500298 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 25619 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 6.453797e+06 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 1.549567e+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="POST",protocol="http"} 486 traefik_entrypoint_responses_bytes_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 51 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 9.1281825e+07 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 845 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 76 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 19 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 98933 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="sse"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 1197 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 961535 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 95 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 627 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 95 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 1.0411359e+07 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 152 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 150735 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="GET",protocol="http"} 21 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="web",method="POST",protocol="http"} 21 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 2772 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 3213 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 11167 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="web",method="POST",protocol="http"} 121 # 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"} 2 traefik_open_connections{entrypoint="websecure",protocol="TCP"} 35 # 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"} 305 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 306 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 306 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="5"} 306 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 306 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="blackbox@swarm"} 0.6053298859999998 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="blackbox@swarm"} 306 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 0.040317781 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 6 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"} 50 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 51 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 51 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 51 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 2.3715319060000004 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 51 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 198293 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 198304 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 198312 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 198314 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 198319 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 2738.308547358047 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 198319 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 507 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 567 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 585 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 618 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 618 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 116.31030928099999 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 618 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 70879 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 88717 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 89645 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 89742 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 89761 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 6401.2027849159595 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 89761 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"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 11 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 0.214970724 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 11 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 219 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 226 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 227 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 228 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 228 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 5.442218860999998 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 228 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 18 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"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="5"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 21 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@swarm"} 0.9017368929999999 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@swarm"} 21 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 0.094510827 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.1"} 28 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="0.3"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="1.2"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="5"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm",le="+Inf"} 29 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0.260763961 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 29 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="blackbox@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="blackbox@swarm"} 0.035054448 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="blackbox@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 0.540599618 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 3.827135e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 3.833114e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 3.833365e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 3.833774e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 3.83434e+06 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 67879.40544168574 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 3.83434e+06 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.253847951 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 245391 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 250322 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 250845 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 251372 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 251492 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 14942.081730527974 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 251492 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 542 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 556 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 556 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 556 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 556 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 44.597605538000025 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 556 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 257792 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 258195 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 258211 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 258212 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 258212 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 16017.487896971812 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 258212 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="node-exporter@swarm",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 0.017715379 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 0.413972507 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 8 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="portainer@swarm"} 0.002356011 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@swarm"} 0.004670726 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.004684359 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 12 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 13 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 1.224281693 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 14 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.012722983 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.6945127269999999 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 57013 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 57040 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 57041 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 57043 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 57047 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 2529.8729724380164 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 57047 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 0.8587824740000001 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.634338295 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 4684 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 5605 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 5635 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 5643 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 5644 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 418.125363196 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 5644 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.054183999999999996 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"} 58 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 59 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 59 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 62 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 62 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 12.422180647000003 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 62 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 6647 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 6648 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 6656 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 6664 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 6664 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 33.79083242699999 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 6664 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.045033409 traefik_service_request_duration_seconds_count{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 0.20178535 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 544 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 564 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 572 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="5"} 572 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 572 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 30.290774483 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 572 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 559 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 569 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 570 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 570 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 570 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 28.071169004 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 570 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0.486211769 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 27694 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 27719 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 27719 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 27719 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 27719 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 1520.5940837710025 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 27719 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 23 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 23 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="5"} 23 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 23 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="portainer@swarm"} 1.0780198480000005 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@swarm"} 23 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0.31177998 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.075179327 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 0.002171442 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 0.000997529 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="blackbox@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="blackbox@swarm"} 0.021149512 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="blackbox@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.1"} 124 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="0.3"} 125 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="1.2"} 125 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="5"} 125 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="clickhouse@swarm",le="+Inf"} 125 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 0.720977975 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 125 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"} 2 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.302585799 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"} 625 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 666 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 666 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="5"} 666 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 666 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 46.40406131700001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 666 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 2395 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 2460 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 2460 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 2460 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 2460 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 155.7047385889999 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 2460 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.1"} 384 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="0.3"} 384 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="1.2"} 384 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="5"} 384 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="node-exporter@swarm",le="+Inf"} 384 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 0.9485739980000001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 384 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.1"} 637 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="0.3"} 637 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="1.2"} 638 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="5"} 643 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 643 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 11.836826868 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 643 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.1"} 128 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="0.3"} 128 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="1.2"} 128 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="5"} 128 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@swarm",le="+Inf"} 128 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@swarm"} 0.25151810799999996 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@swarm"} 128 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 0.303924492 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 0.049156168 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 3410 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 3410 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 3410 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 3410 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 3410 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 3.587596812000001 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 3410 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 0.084419376 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 29 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 30 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 30 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 30 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 30 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 1.8693250080000008 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 30 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.006780364 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="phpmyadmin@swarm",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 0.018946635 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 9 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 0.001633846 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.1"} 114 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="0.3"} 126 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="1.2"} 127 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="5"} 130 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="ekotlownia@swarm",le="+Inf"} 132 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 39.61178462400001 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 132 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 10.005888235 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1 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.087660104 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"} 149 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 149 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 150 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 151 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 151 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 7.3087983009999995 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 151 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 9049 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 9199 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 9215 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 9260 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 9284 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 767.3536975759971 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9284 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 18750 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 19629 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 19926 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 20116 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 20186 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2316.85557286001 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 20186 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="ekotlownia@swarm",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 0.283415424 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 0.003951141 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 4 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.1"} 7 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="0.3"} 7 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="1.2"} 7 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm",le="+Inf"} 7 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 0.278106176 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 7 # 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="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 3408 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 2465 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 2.964210181e+09 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 2465 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 4.29182119e+08 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 20582 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 316342 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 2465 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 2906 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="204",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-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"} 484 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 510 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 2.127994e+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="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 132 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 0 traefik_service_requests_bytes_total{code="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="ekotlownia-admin@swarm"} 525 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 208 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 3.48843e+06 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 208 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 5212 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 208 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 726 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@swarm"} 0 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 2037 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 66 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia@swarm"} 4737 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 1.8350123e+07 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 4.0263767e+07 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 15279 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 3158 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 13961 # 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"} 314 traefik_service_requests_tls_total{service="clickhouse@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 132 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"} 639 traefik_service_requests_tls_total{service="ekotlownia-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="ekotlownia-sz@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 4894 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 577 traefik_service_requests_tls_total{service="ekotlownia-test5-admin@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 1932 traefik_service_requests_tls_total{service="ekotlownia-test5@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 407677 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 33473 traefik_service_requests_tls_total{service="ekotlownia@swarm",tls_cipher="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 6727 traefik_service_requests_tls_total{service="node-exporter@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 401 traefik_service_requests_tls_total{service="phpmyadmin@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 892 traefik_service_requests_tls_total{service="portainer@swarm",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 176 # 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"} 306 traefik_service_requests_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 6 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 51 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 198319 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 618 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 89761 traefik_service_requests_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 11 traefik_service_requests_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 228 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 21 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 29 traefik_service_requests_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 7 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 5 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 3.83434e+06 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 6 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 251492 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 556 traefik_service_requests_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 258212 traefik_service_requests_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 5 traefik_service_requests_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 8 traefik_service_requests_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="204",method="GET",protocol="http",service="portainer@swarm"} 1 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2 traefik_service_requests_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 14 traefik_service_requests_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 3 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 10 traefik_service_requests_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 57047 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 7 traefik_service_requests_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 5644 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"} 62 traefik_service_requests_total{code="304",method="GET",protocol="http",service="ekotlownia@swarm"} 6664 traefik_service_requests_total{code="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_requests_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 2 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 572 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 570 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 7 traefik_service_requests_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 27719 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 23 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 1 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 2 traefik_service_requests_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 1 traefik_service_requests_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 1 traefik_service_requests_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 125 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"} 666 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 2460 traefik_service_requests_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 384 traefik_service_requests_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 643 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 128 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 1 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 3410 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 1 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 30 traefik_service_requests_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 1 traefik_service_requests_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 9 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 1 traefik_service_requests_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 132 traefik_service_requests_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 1 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"} 151 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 9284 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 20186 traefik_service_requests_total{code="500",method="POST",protocol="http",service="ekotlownia@swarm"} 3 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 4 traefik_service_requests_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 7 # 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"} 166464 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="clickhouse@swarm"} 84678 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 1.564225e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 7.5714863e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 9.242503e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ekotlownia@swarm"} 1.331235291e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="node-exporter@swarm"} 16390 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="phpmyadmin@swarm"} 2.678744e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@swarm"} 3.268712e+06 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia-test5@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="ekotlownia@swarm"} 0 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="blackbox@swarm"} 3808 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 4150 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 8.3663278e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 6179 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 4.163978e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 947483 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="ekotlownia@swarm"} 1.18908265e+08 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="node-exporter@swarm"} 7450 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="phpmyadmin@swarm"} 37443 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="portainer@swarm"} 14202 traefik_service_responses_bytes_total{code="204",method="GET",protocol="http",service="portainer@swarm"} 0 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 52 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="ekotlownia@swarm"} 500168 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="phpmyadmin@swarm"} 78 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 1161 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="ekotlownia@swarm"} 6.452636e+06 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 480 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 814 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="ekotlownia@swarm"} 1.5494376e+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="400",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 51 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="clickhouse@swarm"} 1230 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 495204 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5-admin@swarm"} 494457 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 22792 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="ekotlownia@swarm"} 9.0266371e+07 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="portainer@swarm"} 1771 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-admin@swarm"} 0 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="ekotlownia-test5-admin@swarm"} 0 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="ekotlownia@swarm"} 556 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="phpmyadmin@swarm"} 289 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="blackbox@swarm"} 19 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="clickhouse@swarm"} 48863 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-admin@swarm"} 3108 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia-test5@swarm"} 2.136989e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ekotlownia@swarm"} 7.888515e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="node-exporter@swarm"} 7296 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="phpmyadmin@swarm"} 183898 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@swarm"} 2432 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-admin@swarm"} 3320 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-admin@swarm"} 830 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 958210 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia-test5@swarm"} 3074 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ekotlownia@swarm"} 132995 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="node-exporter@swarm"} 19 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="phpmyadmin@swarm"} 2574 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia-sz@swarm"} 21 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="ekotlownia@swarm"} 2772 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 21 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"} 3171 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"} 11167 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-sz@swarm"} 44 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="ekotlownia-test5-sz@swarm"} 77 # 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="507627414964978469652392728845138836396183"} 1.79769575e+09