# 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"} 2.4135e-05 go_gc_duration_seconds{quantile="0.25"} 3.0558e-05 go_gc_duration_seconds{quantile="0.5"} 3.4386e-05 go_gc_duration_seconds{quantile="0.75"} 5.3911e-05 go_gc_duration_seconds{quantile="1"} 0.000223082 go_gc_duration_seconds_sum 0.693324551 go_gc_duration_seconds_count 11028 # 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 49 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.10"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.6946768e+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 5.70488342e+10 # 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.430063e+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 7.23155824e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.344656e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.6946768e+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.4338432e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.0619264e+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 154735 # 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.3289856e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 4.4957696e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.770844492291408e+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 7.23310559e+08 # 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 1208 # 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 15704 # 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 317600 # 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 603840 # 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.3716906e+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 491825 # 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 1.179648e+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 1.179648e+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 5.4023432e+07 # 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 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 11 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1965.38 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 16383 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.1008736165e+11 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.07129668475e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 16 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.374272e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76954224998e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.435201536e+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.770838318e+09 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 14 # HELP traefik_entrypoint_request_duration_seconds How long it took to process the request on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_request_duration_seconds histogram traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 3143 traefik_entrypoint_request_duration_seconds_bucket{code="0",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 4877 traefik_entrypoint_request_duration_seconds_sum{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 1.5958922021154792e+06 traefik_entrypoint_request_duration_seconds_count{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 4877 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="2",entrypoint="websecure",method="POST",protocol="grpc",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 3.0026e-05 traefik_entrypoint_request_duration_seconds_count{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 8 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 0.45374360399999997 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 29855 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 31566 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 32189 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 32508 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 34027 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 32591.19470328299 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 34027 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="sse",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="sse"} 97823.721951852 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="sse"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 10736 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 11134 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 12663 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 13732 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 13765 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 3432.793130909997 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 13765 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.001133024 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="PATCH",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="PATCH",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="PATCH",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="PATCH",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="PATCH",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="PATCH",protocol="http"} 0.304967696 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="PATCH",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 9296 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 10175 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 10339 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 10373 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 10620 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 6462.095661952 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 10620 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="PUT",protocol="http",le="0.1"} 783 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 1210 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 1338 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="PUT",protocol="http",le="5"} 1407 traefik_entrypoint_request_duration_seconds_bucket{code="201",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 1498 traefik_entrypoint_request_duration_seconds_sum{code="201",entrypoint="websecure",method="PUT",protocol="http"} 1659.7912673570006 traefik_entrypoint_request_duration_seconds_count{code="201",entrypoint="websecure",method="PUT",protocol="http"} 1498 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="5"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 33 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="GET",protocol="http"} 0.15403682999999999 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="GET",protocol="http"} 33 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="PATCH",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="PATCH",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="PATCH",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="PATCH",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="PATCH",protocol="http",le="+Inf"} 17 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="PATCH",protocol="http"} 119.81982256999999 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="PATCH",protocol="http"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 828 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1186 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1259 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="5"} 1271 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1271 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="POST",protocol="http"} 154.1670853390001 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="POST",protocol="http"} 1271 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 0.002554234 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.1"} 10763 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.3"} 10763 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="1.2"} 10763 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="5"} 10763 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="+Inf"} 10763 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="web",method="GET",protocol="http"} 0.5499162730000009 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="web",method="GET",protocol="http"} 10763 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="websecure",method="GET",protocol="http"} 0.005817609 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 146 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 146 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 146 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 148 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 5.814937700000001 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 148 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="sse",le="5"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 17 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="sse"} 0.031617981 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="sse"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0.002128438 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.001177799 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="POST",protocol="http"} 0.004907268 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="POST",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="GET",protocol="http",le="5"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 28 traefik_entrypoint_request_duration_seconds_sum{code="303",entrypoint="websecure",method="GET",protocol="http"} 0.07653325899999999 traefik_entrypoint_request_duration_seconds_count{code="303",entrypoint="websecure",method="GET",protocol="http"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="303",entrypoint="websecure",method="HEAD",protocol="http"} 0.00322297 traefik_entrypoint_request_duration_seconds_count{code="303",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="POST",protocol="http",le="5"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="303",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 15 traefik_entrypoint_request_duration_seconds_sum{code="303",entrypoint="websecure",method="POST",protocol="http"} 0.029218354999999994 traefik_entrypoint_request_duration_seconds_count{code="303",entrypoint="websecure",method="POST",protocol="http"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 10538 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 10567 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 10573 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 10573 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 10573 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 41.420521123000086 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 10573 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="307",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="307",entrypoint="websecure",method="GET",protocol="http"} 0.02756617 traefik_entrypoint_request_duration_seconds_count{code="307",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="5"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 27 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="HEAD",protocol="http"} 0.0019426990000000004 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="HEAD",protocol="http"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 149 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 158 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 158 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="5"} 160 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 166 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="GET",protocol="http"} 173.23101426399995 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="GET",protocol="http"} 166 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="POST",protocol="http"} 4.624377926 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 853 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 865 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 868 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 868 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 868 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 7.705599261000003 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 868 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 4164 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 4202 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 4207 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 4207 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 4207 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 22.283144880000002 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 4207 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 52 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 52 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 52 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 53 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 6.061696152 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 53 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="GET",protocol="http",le="0.1"} 1285 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="GET",protocol="http",le="0.3"} 1285 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="GET",protocol="http",le="1.2"} 1285 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="GET",protocol="http",le="5"} 1285 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="GET",protocol="http",le="+Inf"} 1285 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="web",method="GET",protocol="http"} 0.088028545 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="web",method="GET",protocol="http"} 1285 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="web",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="web",method="POST",protocol="http"} 7.5193e-05 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="web",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 30 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 0.0025115050000000007 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 143 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 143 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 143 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="5"} 143 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 143 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="CONNECT",protocol="http"} 0.006836015999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="CONNECT",protocol="http"} 143 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 6.1708e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 7682 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 7682 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 7682 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 7682 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 7682 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 0.22242235599999938 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 7682 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="5"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 24 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="HEAD",protocol="http"} 0.001058578 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="HEAD",protocol="http"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 10 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.000172995 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 967 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 967 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 967 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 967 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 967 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.04004923100000003 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 967 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 202 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 202 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 202 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 202 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 202 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 0.006784232000000003 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 202 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.1"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 27 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.000490882 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 27 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 3296 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3296 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3296 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 3296 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3296 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 1.9433011430000071 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 3296 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 268 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 270 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 270 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 270 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 270 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 2.5157203630000016 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 270 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 1409 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 1497 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 1499 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 1499 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 1499 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 35.96136227099993 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 1499 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.002874017 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 427 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 427 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 427 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 427 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 427 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 0.06259687300000007 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 427 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="PUT",protocol="http"} 5.8601e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="PUT",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.001554101 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="POST",protocol="http"} 0.23282195800000002 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="POST",protocol="http"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="429",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="429",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="429",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="429",entrypoint="websecure",method="POST",protocol="http",le="5"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="429",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 16 traefik_entrypoint_request_duration_seconds_sum{code="429",entrypoint="websecure",method="POST",protocol="http"} 0.018443508999999997 traefik_entrypoint_request_duration_seconds_count{code="429",entrypoint="websecure",method="POST",protocol="http"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2072 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 61698.79069077497 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 2072 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="sse",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="sse"} 34.108596903 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="sse"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 10 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="5"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 143 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="POST",protocol="http"} 3781.244315918001 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="POST",protocol="http"} 143 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="PUT",protocol="http"} 62.086145687 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="PUT",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 4.547047204 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 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"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 50 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="POST",protocol="http"} 443.76747626 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="POST",protocol="http"} 50 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="GET",protocol="http"} 0.34931473 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="GET",protocol="websocket"} 0.015010217 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="GET",protocol="websocket"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="HEAD",protocol="http"} 0.251254976 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="HEAD",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="POST",protocol="http"} 0.035290748 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="PUT",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="PUT",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="PUT",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="PUT",protocol="http",le="5"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="PUT",protocol="http",le="+Inf"} 15 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="PUT",protocol="http"} 900.6957223339999 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="PUT",protocol="http"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 15 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="5"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 16 traefik_entrypoint_request_duration_seconds_sum{code="503",entrypoint="websecure",method="GET",protocol="http"} 0.30384803199999993 traefik_entrypoint_request_duration_seconds_count{code="503",entrypoint="websecure",method="GET",protocol="http"} 16 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 7 traefik_entrypoint_request_duration_seconds_sum{code="503",entrypoint="websecure",method="GET",protocol="websocket"} 0.014354599999999999 traefik_entrypoint_request_duration_seconds_count{code="503",entrypoint="websecure",method="GET",protocol="websocket"} 7 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 13 traefik_entrypoint_request_duration_seconds_sum{code="503",entrypoint="websecure",method="HEAD",protocol="http"} 0.126985126 traefik_entrypoint_request_duration_seconds_count{code="503",entrypoint="websecure",method="HEAD",protocol="http"} 13 # HELP traefik_entrypoint_requests_bytes_total The total size of requests in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_bytes_total counter traefik_entrypoint_requests_bytes_total{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 2 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="PATCH",protocol="http"} 43 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 1.2975662e+07 traefik_entrypoint_requests_bytes_total{code="201",entrypoint="websecure",method="PUT",protocol="http"} 2.4275590482e+10 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="PATCH",protocol="http"} 1.097724593e+09 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="POST",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="web",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="GET",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 186 traefik_entrypoint_requests_bytes_total{code="303",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="303",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="303",entrypoint="websecure",method="POST",protocol="http"} 810 traefik_entrypoint_requests_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="307",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 154468 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 35555 traefik_entrypoint_requests_bytes_total{code="403",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="403",entrypoint="web",method="POST",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="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="CONNECT",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="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 8805 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="PUT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 72634 traefik_entrypoint_requests_bytes_total{code="429",entrypoint="websecure",method="POST",protocol="http"} 7639 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 7.098087e+06 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="PUT",protocol="http"} 7.70564194e+08 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 832142 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 18 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="PUT",protocol="http"} 1.0518478848e+10 traefik_entrypoint_requests_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="503",entrypoint="websecure",method="HEAD",protocol="http"} 0 # HELP traefik_entrypoint_requests_tls_total How many HTTP requests with TLS processed on an entrypoint, partitioned by TLS Version and TLS cipher Used. # TYPE traefik_entrypoint_requests_tls_total counter traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 650 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 177 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA",tls_version="1.2"} 1 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 209 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 89097 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 268 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 733 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 3 # HELP traefik_entrypoint_requests_total How many HTTP requests processed on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_total counter traefik_entrypoint_requests_total{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 4877 traefik_entrypoint_requests_total{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 2 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 8 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 34027 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="sse"} 1 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 13765 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="PATCH",protocol="http"} 2 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 10620 traefik_entrypoint_requests_total{code="201",entrypoint="websecure",method="PUT",protocol="http"} 1498 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="GET",protocol="http"} 33 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="PATCH",protocol="http"} 17 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 1271 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_requests_total{code="301",entrypoint="web",method="GET",protocol="http"} 10763 traefik_entrypoint_requests_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 148 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="sse"} 17 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 3 traefik_entrypoint_requests_total{code="303",entrypoint="websecure",method="GET",protocol="http"} 28 traefik_entrypoint_requests_total{code="303",entrypoint="websecure",method="HEAD",protocol="http"} 1 traefik_entrypoint_requests_total{code="303",entrypoint="websecure",method="POST",protocol="http"} 15 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 10573 traefik_entrypoint_requests_total{code="307",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 27 traefik_entrypoint_requests_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 166 traefik_entrypoint_requests_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 868 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 4207 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 53 traefik_entrypoint_requests_total{code="403",entrypoint="web",method="GET",protocol="http"} 1285 traefik_entrypoint_requests_total{code="403",entrypoint="web",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 30 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 143 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 7682 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 24 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 10 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 967 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 202 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 27 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 3296 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 270 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 1499 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 427 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="PUT",protocol="http"} 4 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 12 traefik_entrypoint_requests_total{code="429",entrypoint="websecure",method="POST",protocol="http"} 16 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 2072 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="sse"} 3 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 143 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="PUT",protocol="http"} 3 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 50 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="GET",protocol="websocket"} 1 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="HEAD",protocol="http"} 3 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="PUT",protocol="http"} 15 traefik_entrypoint_requests_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 16 traefik_entrypoint_requests_total{code="503",entrypoint="websecure",method="GET",protocol="websocket"} 7 traefik_entrypoint_requests_total{code="503",entrypoint="websecure",method="HEAD",protocol="http"} 13 # HELP traefik_entrypoint_responses_bytes_total The total size of responses in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_responses_bytes_total counter traefik_entrypoint_responses_bytes_total{code="0",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_responses_bytes_total{code="2",entrypoint="websecure",method="POST",protocol="grpc"} 38 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="DELETE",protocol="http"} 407 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 6.4700139532e+10 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="sse"} 42381 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="PATCH",protocol="http"} 209 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 7.470436e+07 traefik_entrypoint_responses_bytes_total{code="201",entrypoint="websecure",method="PUT",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="GET",protocol="http"} 5577 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="PATCH",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 1028 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="web",method="GET",protocol="http"} 182971 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="websecure",method="GET",protocol="http"} 58 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 20575 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="sse"} 7330 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="303",entrypoint="websecure",method="GET",protocol="http"} 1064 traefik_entrypoint_responses_bytes_total{code="303",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="303",entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="307",entrypoint="websecure",method="GET",protocol="http"} 268 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 486 traefik_entrypoint_responses_bytes_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 196188 traefik_entrypoint_responses_bytes_total{code="400",entrypoint="websecure",method="POST",protocol="http"} 492 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 88946 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 5321 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="web",method="GET",protocol="http"} 11565 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="web",method="POST",protocol="http"} 9 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 270 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="CONNECT",protocol="http"} 2717 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="EXTENSION_METHOD",protocol="http"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 145958 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="HEAD",protocol="http"} 456 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 190 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 18373 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 3838 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 513 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 162948 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 5268 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 114 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 85 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 8047 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="PUT",protocol="http"} 76 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 3825 traefik_entrypoint_responses_bytes_total{code="429",entrypoint="websecure",method="POST",protocol="http"} 272 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 43512 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="sse"} 63 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="POST",protocol="http"} 3003 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="PUT",protocol="http"} 63 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 8313 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="POST",protocol="http"} 4560 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 33 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="websocket"} 11 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="POST",protocol="http"} 11 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="PUT",protocol="http"} 165 traefik_entrypoint_responses_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 320 traefik_entrypoint_responses_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="websocket"} 140 traefik_entrypoint_responses_bytes_total{code="503",entrypoint="websecure",method="HEAD",protocol="http"} 0 # HELP traefik_open_connections How many open connections exist, by entryPoint and protocol # TYPE traefik_open_connections gauge traefik_open_connections{entrypoint="traefik",protocol="TCP"} 0 traefik_open_connections{entrypoint="web",protocol="TCP"} 0 traefik_open_connections{entrypoint="websecure",protocol="TCP"} 2 # HELP traefik_router_request_duration_seconds How long it took to process the request on a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_request_duration_seconds histogram traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 49 traefik_router_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 716343.6965724971 traefik_router_request_duration_seconds_count{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 49 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 26 traefik_router_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 722777.3124709419 traefik_router_request_duration_seconds_count{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 26 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="5"} 3143 traefik_router_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="+Inf"} 4802 traefik_router_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 156771.0874464653 traefik_router_request_duration_seconds_count{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 4802 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0.038164936 traefik_router_request_duration_seconds_count{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.023063863 traefik_router_request_duration_seconds_count{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.143206 traefik_router_request_duration_seconds_count{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0.249077707 traefik_router_request_duration_seconds_count{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.1"} 49 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.3"} 52 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="1.2"} 52 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="5"} 52 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="+Inf"} 52 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0.4557009729999999 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 52 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.1"} 54 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.3"} 56 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="1.2"} 56 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="5"} 56 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="+Inf"} 56 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0.321861712 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 56 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 54 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 56 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 58 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="5"} 58 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 58 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 1.901092034 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 58 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 109 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 109 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 115 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 116 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 1284 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 24718.64003764102 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1284 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 288 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 341 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 351 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 353 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 353 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 27.18215270199999 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 353 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 15808 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 16112 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 16129 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 16133 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 16133 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 514.4300487170023 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 16133 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="0.1"} 9 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="0.3"} 9 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="1.2"} 9 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="5"} 9 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="+Inf"} 9 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 0.116128229 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 9 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 1564 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 2454 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 2792 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 3082 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 3433 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 7028.534164358015 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 3433 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0.001202596 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 5952 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 6228 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 6361 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 6366 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 6366 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 148.83762127199967 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 6366 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 5968 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 6148 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 6265 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 6282 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 6282 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 150.14057474399988 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 6282 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 97823.721929969 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0.0032273370000000003 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0.003758911 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 6809 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 6962 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 8483 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 9552 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 9585 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3335.8228761299947 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 9585 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.001451367 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 3917 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 4162 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 4170 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 4170 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 4170 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 96.71005656399979 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 4170 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.003928143 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0.008670436 traefik_router_request_duration_seconds_count{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0.001110872 traefik_router_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.304913173 traefik_router_request_duration_seconds_count{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0.680694009 traefik_router_request_duration_seconds_count{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 7 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 26 traefik_router_request_duration_seconds_sum{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 425.44666251999996 traefik_router_request_duration_seconds_count{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 26 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 2423 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 2882 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 2940 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 2943 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 2943 traefik_router_request_duration_seconds_sum{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 183.74209403200018 traefik_router_request_duration_seconds_count{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2943 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 6713 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 7020 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 7067 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 7075 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 7075 traefik_router_request_duration_seconds_sum{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 238.08768313500008 traefik_router_request_duration_seconds_count{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 7075 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 4 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 32 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 42 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 49 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 175 traefik_router_request_duration_seconds_sum{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2747.843473881999 traefik_router_request_duration_seconds_count{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 175 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 151 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 236 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 284 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 298 traefik_router_request_duration_seconds_bucket{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 400 traefik_router_request_duration_seconds_sum{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 2866.073289712998 traefik_router_request_duration_seconds_count{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 400 traefik_router_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 783 traefik_router_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 1210 traefik_router_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 1338 traefik_router_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 1407 traefik_router_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 1498 traefik_router_request_duration_seconds_sum{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1659.7483456589996 traefik_router_request_duration_seconds_count{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1498 traefik_router_request_duration_seconds_bucket{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 33 traefik_router_request_duration_seconds_bucket{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 33 traefik_router_request_duration_seconds_bucket{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 33 traefik_router_request_duration_seconds_bucket{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 33 traefik_router_request_duration_seconds_bucket{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 33 traefik_router_request_duration_seconds_sum{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.15334643500000003 traefik_router_request_duration_seconds_count{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 33 traefik_router_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 6 traefik_router_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 10 traefik_router_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 17 traefik_router_request_duration_seconds_sum{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file"} 119.81960862699998 traefik_router_request_duration_seconds_count{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file"} 17 traefik_router_request_duration_seconds_bucket{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 829 traefik_router_request_duration_seconds_bucket{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 1186 traefik_router_request_duration_seconds_bucket{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 1259 traefik_router_request_duration_seconds_bucket{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 1271 traefik_router_request_duration_seconds_bucket{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 1271 traefik_router_request_duration_seconds_sum{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 154.14792945199994 traefik_router_request_duration_seconds_count{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1271 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0.001188599 traefik_router_request_duration_seconds_count{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0.001327081 traefik_router_request_duration_seconds_count{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="0.1"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="0.3"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="1.2"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="5"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="+Inf"} 16 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 0.00256121 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="0.1"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="0.3"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="1.2"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="5"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="+Inf"} 14 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 0.0021581869999999998 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="0.1"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="0.3"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="1.2"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="5"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="+Inf"} 11 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 0.00039521999999999995 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file",le="0.1"} 6 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file",le="0.3"} 6 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file",le="1.2"} 6 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file",le="5"} 6 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file",le="+Inf"} 6 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file"} 0.000232741 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file"} 6 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file",le="0.1"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file",le="0.3"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file",le="1.2"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file",le="5"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file",le="+Inf"} 11 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file"} 0.00039073999999999994 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file"} 11 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="0.1"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="0.3"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="1.2"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="5"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="+Inf"} 12 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 0.000360522 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.005766552 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="0.1"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="0.3"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="1.2"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="5"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="+Inf"} 12 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 0.000346084 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 12 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file",le="0.1"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file",le="0.3"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file",le="1.2"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file",le="5"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file",le="+Inf"} 16 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file"} 0.000550071 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file"} 16 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file",le="0.1"} 8 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file",le="0.3"} 8 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file",le="1.2"} 8 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file",le="5"} 8 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file",le="+Inf"} 8 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file"} 0.000299564 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file"} 8 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="0.1"} 5321 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="0.3"} 5321 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="1.2"} 5321 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="5"} 5321 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="+Inf"} 5321 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 0.17649579700000026 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 5321 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="0.1"} 5312 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="0.3"} 5312 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="1.2"} 5312 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="5"} 5312 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="+Inf"} 5312 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 0.182902908 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 5312 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file",le="0.1"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file",le="0.3"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file",le="1.2"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file",le="5"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file",le="+Inf"} 14 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file"} 0.00047986200000000006 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file"} 14 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file",le="0.1"} 10 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file",le="0.3"} 10 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file",le="1.2"} 10 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file",le="5"} 10 traefik_router_request_duration_seconds_bucket{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file",le="+Inf"} 10 traefik_router_request_duration_seconds_sum{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file"} 0.0003625879999999999 traefik_router_request_duration_seconds_count{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file"} 10 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 39 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 39 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 39 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="5"} 39 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 39 traefik_router_request_duration_seconds_sum{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0.271838858 traefik_router_request_duration_seconds_count{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 39 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 25 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 25 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 25 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 25 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 25 traefik_router_request_duration_seconds_sum{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.10710642599999999 traefik_router_request_duration_seconds_count{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 25 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 80 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 80 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 80 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 80 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 80 traefik_router_request_duration_seconds_sum{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.34689940600000013 traefik_router_request_duration_seconds_count{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 80 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="5"} 4 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="+Inf"} 4 traefik_router_request_duration_seconds_sum{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 5.085952976000001 traefik_router_request_duration_seconds_count{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 4 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 17 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 17 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 17 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="5"} 17 traefik_router_request_duration_seconds_bucket{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 17 traefik_router_request_duration_seconds_sum{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 0.031277611 traefik_router_request_duration_seconds_count{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 17 traefik_router_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.002091829 traefik_router_request_duration_seconds_count{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.001137282 traefik_router_request_duration_seconds_count{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.004859676 traefik_router_request_duration_seconds_count{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 28 traefik_router_request_duration_seconds_bucket{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 28 traefik_router_request_duration_seconds_bucket{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 28 traefik_router_request_duration_seconds_bucket{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 28 traefik_router_request_duration_seconds_bucket{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 28 traefik_router_request_duration_seconds_sum{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.076064958 traefik_router_request_duration_seconds_count{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 28 traefik_router_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.003199405 traefik_router_request_duration_seconds_count{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 15 traefik_router_request_duration_seconds_bucket{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 15 traefik_router_request_duration_seconds_bucket{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 15 traefik_router_request_duration_seconds_bucket{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 15 traefik_router_request_duration_seconds_bucket{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 15 traefik_router_request_duration_seconds_sum{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.028989068999999996 traefik_router_request_duration_seconds_count{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 15 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 10291 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 10315 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 10319 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 10319 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 10319 traefik_router_request_duration_seconds_sum{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 38.378662020000085 traefik_router_request_duration_seconds_count{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 10319 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 125 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 130 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 132 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 132 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 132 traefik_router_request_duration_seconds_sum{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2.049001409999999 traefik_router_request_duration_seconds_count{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 132 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 90 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 90 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 90 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 90 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 90 traefik_router_request_duration_seconds_sum{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.6491700790000002 traefik_router_request_duration_seconds_count{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 90 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 30 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 30 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 30 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 30 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 30 traefik_router_request_duration_seconds_sum{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.15107524999999997 traefik_router_request_duration_seconds_count{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 30 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0.002743932 traefik_router_request_duration_seconds_count{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.025723212 traefik_router_request_duration_seconds_count{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 0.00010399600000000001 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 0.00011799400000000001 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 5.4753e-05 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 6.6265e-05 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 5.4413e-05 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file",le="0.1"} 9 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file",le="0.3"} 9 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file",le="1.2"} 9 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file",le="5"} 9 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file",le="+Inf"} 9 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file"} 0.000329082 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file"} 9 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 9.150400000000001e-05 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 0.000162408 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file"} 5.9373e-05 traefik_router_request_duration_seconds_count{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 149 traefik_router_request_duration_seconds_bucket{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 158 traefik_router_request_duration_seconds_bucket{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 158 traefik_router_request_duration_seconds_bucket{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 160 traefik_router_request_duration_seconds_bucket{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 166 traefik_router_request_duration_seconds_sum{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 173.22734191699996 traefik_router_request_duration_seconds_count{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 166 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.166139401 traefik_router_request_duration_seconds_count{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 4.458099714 traefik_router_request_duration_seconds_count{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0.022156203 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 38 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 38 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 38 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 38 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 38 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.075957872 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 38 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.002049279 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 521 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 521 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 521 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 521 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 521 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 3.097312868999999 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 521 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 277 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 289 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 292 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 292 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 292 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 4.325505617 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 292 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 4 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.028260227 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 10 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 10 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 10 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 10 traefik_router_request_duration_seconds_bucket{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 10 traefik_router_request_duration_seconds_sum{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0.139329918 traefik_router_request_duration_seconds_count{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 10 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 3455 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 3464 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 3464 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 3464 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 3464 traefik_router_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 10.261403721000013 traefik_router_request_duration_seconds_count{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3464 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 709 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 738 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 743 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 743 traefik_router_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 743 traefik_router_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 11.943999336000006 traefik_router_request_duration_seconds_count{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 743 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 45 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 48 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 48 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 48 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 48 traefik_router_request_duration_seconds_sum{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 1.029024529 traefik_router_request_duration_seconds_count{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 48 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 4 traefik_router_request_duration_seconds_bucket{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 5.031650559999999 traefik_router_request_duration_seconds_count{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="0.1"} 1315 traefik_router_request_duration_seconds_bucket{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="0.3"} 1315 traefik_router_request_duration_seconds_bucket{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="1.2"} 1315 traefik_router_request_duration_seconds_bucket{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="5"} 1315 traefik_router_request_duration_seconds_bucket{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="+Inf"} 1315 traefik_router_request_duration_seconds_sum{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 0.03627396399999999 traefik_router_request_duration_seconds_count{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 1315 traefik_router_request_duration_seconds_bucket{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 2.8894e-05 traefik_router_request_duration_seconds_count{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file",le="0.1"} 32 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file",le="0.3"} 32 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file",le="1.2"} 32 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file",le="5"} 32 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file",le="+Inf"} 32 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file"} 0.054195473 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file"} 32 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 68 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 68 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 68 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 68 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 68 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.490003523 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 68 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 26 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 26 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 26 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 26 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 26 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.07854801500000001 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 26 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 28 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 28 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 28 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 28 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 28 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.361720111 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 28 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 66 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 66 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 66 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 66 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 66 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0.107233166 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 66 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.1"} 70 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.3"} 70 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="1.2"} 70 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="5"} 70 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="+Inf"} 70 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0.132543903 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 70 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 36 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 36 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 36 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 36 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 36 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.125393137 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 36 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 37 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 37 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 37 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 37 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 37 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0.118962177 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 37 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.1"} 92 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.3"} 92 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file",le="1.2"} 92 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file",le="5"} 92 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file",le="+Inf"} 92 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0.25730248399999994 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file"} 92 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.1"} 103 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.3"} 103 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="1.2"} 103 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="5"} 103 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="+Inf"} 103 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0.14114629599999998 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 103 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0.019735703 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 263 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 265 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 265 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="5"} 265 traefik_router_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 265 traefik_router_request_duration_seconds_sum{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 2.490875169999999 traefik_router_request_duration_seconds_count{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 265 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 17 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 17 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 17 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 17 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 17 traefik_router_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.015623750999999998 traefik_router_request_duration_seconds_count{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 17 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 1381 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 1469 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 1471 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 1471 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 1471 traefik_router_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 35.92036781199994 traefik_router_request_duration_seconds_count{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1471 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0.0021303010000000002 traefik_router_request_duration_seconds_count{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0.001239947 traefik_router_request_duration_seconds_count{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0.001183068 traefik_router_request_duration_seconds_count{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0.000784846 traefik_router_request_duration_seconds_count{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0.000818839 traefik_router_request_duration_seconds_count{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.005224246 traefik_router_request_duration_seconds_count{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 14 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 14 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 14 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 14 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 14 traefik_router_request_duration_seconds_sum{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.021550206000000002 traefik_router_request_duration_seconds_count{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 14 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0.007765264 traefik_router_request_duration_seconds_count{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0.012677383 traefik_router_request_duration_seconds_count{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0.004986947 traefik_router_request_duration_seconds_count{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0.003088307 traefik_router_request_duration_seconds_count{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.001536338 traefik_router_request_duration_seconds_count{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0.001608134 traefik_router_request_duration_seconds_count{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.1"} 8 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="0.3"} 8 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="1.2"} 8 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="5"} 8 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file",le="+Inf"} 8 traefik_router_request_duration_seconds_sum{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0.22453284500000004 traefik_router_request_duration_seconds_count{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 8 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 3 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.0064782699999999995 traefik_router_request_duration_seconds_count{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 16 traefik_router_request_duration_seconds_bucket{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 16 traefik_router_request_duration_seconds_bucket{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 16 traefik_router_request_duration_seconds_bucket{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 16 traefik_router_request_duration_seconds_bucket{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 16 traefik_router_request_duration_seconds_sum{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0.018217712 traefik_router_request_duration_seconds_count{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 16 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 4 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 2069 traefik_router_request_duration_seconds_sum{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 61698.45259988399 traefik_router_request_duration_seconds_count{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 2069 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0.301286929 traefik_router_request_duration_seconds_count{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 3.952489143 traefik_router_request_duration_seconds_count{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 30.15603247 traefik_router_request_duration_seconds_count{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 31.157293285 traefik_router_request_duration_seconds_count{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.747982668 traefik_router_request_duration_seconds_count{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 8 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 8 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 11 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="5"} 11 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 11 traefik_router_request_duration_seconds_sum{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 2.6472131129999994 traefik_router_request_duration_seconds_count{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 11 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 4.754236947 traefik_router_request_duration_seconds_count{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file",le="+Inf"} 125 traefik_router_request_duration_seconds_sum{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 3741.9344783049996 traefik_router_request_duration_seconds_count{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 125 traefik_router_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 62.08605537700001 traefik_router_request_duration_seconds_count{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 4.546993491 traefik_router_request_duration_seconds_count{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 3 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 10 traefik_router_request_duration_seconds_sum{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 168.722136268 traefik_router_request_duration_seconds_count{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 10 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0.189926433 traefik_router_request_duration_seconds_count{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="5"} 9 traefik_router_request_duration_seconds_bucket{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file",le="+Inf"} 39 traefik_router_request_duration_seconds_sum{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 274.8544342260001 traefik_router_request_duration_seconds_count{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 39 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.349258463 traefik_router_request_duration_seconds_count{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0.014987235 traefik_router_request_duration_seconds_count{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 3 traefik_router_request_duration_seconds_sum{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.251189172 traefik_router_request_duration_seconds_count{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3 traefik_router_request_duration_seconds_bucket{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 1 traefik_router_request_duration_seconds_sum{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.035273915 traefik_router_request_duration_seconds_count{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1 traefik_router_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.1"} 0 traefik_router_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="0.3"} 0 traefik_router_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="1.2"} 0 traefik_router_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="5"} 0 traefik_router_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file",le="+Inf"} 15 traefik_router_request_duration_seconds_sum{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 900.6944093239999 traefik_router_request_duration_seconds_count{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 15 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 15 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 16 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 16 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 16 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 16 traefik_router_request_duration_seconds_sum{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.30349577499999997 traefik_router_request_duration_seconds_count{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 16 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 2 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 2 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 2 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 2 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 2 traefik_router_request_duration_seconds_sum{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0.008211654 traefik_router_request_duration_seconds_count{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 2 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 0.006020033 traefik_router_request_duration_seconds_count{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 5 traefik_router_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.1"} 13 traefik_router_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="0.3"} 13 traefik_router_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="1.2"} 13 traefik_router_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="5"} 13 traefik_router_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file",le="+Inf"} 13 traefik_router_request_duration_seconds_sum{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0.12670768699999999 traefik_router_request_duration_seconds_count{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 13 # HELP traefik_router_requests_bytes_total The total size of requests in bytes handled by a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_requests_bytes_total counter traefik_router_requests_bytes_total{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 2 traefik_router_requests_bytes_total{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 43 traefik_router_requests_bytes_total{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 50 traefik_router_requests_bytes_total{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 915 traefik_router_requests_bytes_total{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 881607 traefik_router_requests_bytes_total{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 2.951342e+06 traefik_router_requests_bytes_total{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2.449535e+06 traefik_router_requests_bytes_total{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 6.692213e+06 traefik_router_requests_bytes_total{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 2.4275590482e+10 traefik_router_requests_bytes_total{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1.097724593e+09 traefik_router_requests_bytes_total{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 0 traefik_router_requests_bytes_total{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 186 traefik_router_requests_bytes_total{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 810 traefik_router_requests_bytes_total{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 201 traefik_router_requests_bytes_total{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 154267 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 17319 traefik_router_requests_bytes_total{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 18236 traefik_router_requests_bytes_total{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 0 traefik_router_requests_bytes_total{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0 traefik_router_requests_bytes_total{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 4 traefik_router_requests_bytes_total{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 6961 traefik_router_requests_bytes_total{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 460 traefik_router_requests_bytes_total{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 460 traefik_router_requests_bytes_total{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file"} 460 traefik_router_requests_bytes_total{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 460 traefik_router_requests_bytes_total{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 755 traefik_router_requests_bytes_total{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 71603 traefik_router_requests_bytes_total{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 276 traefik_router_requests_bytes_total{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 7639 traefik_router_requests_bytes_total{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_requests_bytes_total{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 0 traefik_router_requests_bytes_total{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 102 traefik_router_requests_bytes_total{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 789 traefik_router_requests_bytes_total{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 5449 traefik_router_requests_bytes_total{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 153731 traefik_router_requests_bytes_total{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 6.938016e+06 traefik_router_requests_bytes_total{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 7.70564194e+08 traefik_router_requests_bytes_total{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 0 traefik_router_requests_bytes_total{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 477 traefik_router_requests_bytes_total{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_requests_bytes_total{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 831665 traefik_router_requests_bytes_total{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 18 traefik_router_requests_bytes_total{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1.0518478848e+10 traefik_router_requests_bytes_total{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_requests_bytes_total{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_requests_bytes_total{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 # HELP traefik_router_requests_tls_total How many HTTP requests with TLS are processed on a router, partitioned by service, TLS Version, and TLS cipher Used. # TYPE traefik_router_requests_tls_total counter traefik_router_requests_tls_total{router="alchemist-https@file",service="alchemist-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 45 traefik_router_requests_tls_total{router="alchemist-https@file",service="alchemist-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_router_requests_tls_total{router="alchemist-https@file",service="alchemist-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 8 traefik_router_requests_tls_total{router="alchemist-test-https@file",service="alchemist-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 57 traefik_router_requests_tls_total{router="alchemist-test-https@file",service="alchemist-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_router_requests_tls_total{router="alchemist-test-https@file",service="alchemist-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 8 traefik_router_requests_tls_total{router="argocd-https@file",service="argocd-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 117 traefik_router_requests_tls_total{router="argocd-https@file",service="argocd-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_router_requests_tls_total{router="argocd-https@file",service="argocd-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 3 traefik_router_requests_tls_total{router="denapi-https@file",service="denapi-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 29 traefik_router_requests_tls_total{router="denapi-https@file",service="denapi-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_router_requests_tls_total{router="denapi-test-https@file",service="denapi-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 27190 traefik_router_requests_tls_total{router="denapi-test-https@file",service="denapi-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 8 traefik_router_requests_tls_total{router="gitea-https@file",service="gitea-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 3595 traefik_router_requests_tls_total{router="gitea-https@file",service="gitea-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_router_requests_tls_total{router="gitea-https@file",service="gitea-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 10 traefik_router_requests_tls_total{router="grafana-https@file",service="grafana-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 24288 traefik_router_requests_tls_total{router="grafana-https@file",service="grafana-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 9 traefik_router_requests_tls_total{router="grafana-https@file",service="grafana-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20 traefik_router_requests_tls_total{router="oauth2-proxy@docker",service="oauth2-proxy@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 16 traefik_router_requests_tls_total{router="registry-https@file",service="registry-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 12986 traefik_router_requests_tls_total{router="registry-https@file",service="registry-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 5 traefik_router_requests_tls_total{router="registry-https@file",service="registry-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20 traefik_router_requests_tls_total{router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 4866 traefik_router_requests_tls_total{router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_router_requests_tls_total{router="ssh-gitea-https@file",service="ssh-gitea-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 10 traefik_router_requests_tls_total{router="tidal-https@file",service="tidal-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 6633 traefik_router_requests_tls_total{router="tidal-https@file",service="tidal-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 7 traefik_router_requests_tls_total{router="tidal-https@file",service="tidal-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 36 traefik_router_requests_tls_total{router="tidal-test-https@file",service="tidal-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 6857 traefik_router_requests_tls_total{router="tidal-test-https@file",service="tidal-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 11 traefik_router_requests_tls_total{router="tidal-test-https@file",service="tidal-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 36 traefik_router_requests_tls_total{router="torch-https@file",service="torch-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 78 traefik_router_requests_tls_total{router="torch-https@file",service="torch-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_router_requests_tls_total{router="torch-https@file",service="torch-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20 traefik_router_requests_tls_total{router="torch-test-https@file",service="torch-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 81 traefik_router_requests_tls_total{router="torch-test-https@file",service="torch-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 30 # HELP traefik_router_requests_total How many HTTP requests are processed on a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_requests_total counter traefik_router_requests_total{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 49 traefik_router_requests_total{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 26 traefik_router_requests_total{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 4802 traefik_router_requests_total{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 1 traefik_router_requests_total{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1 traefik_router_requests_total{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 5 traefik_router_requests_total{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 1 traefik_router_requests_total{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 52 traefik_router_requests_total{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 56 traefik_router_requests_total{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 58 traefik_router_requests_total{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1284 traefik_router_requests_total{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 353 traefik_router_requests_total{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 16133 traefik_router_requests_total{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 9 traefik_router_requests_total{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 3433 traefik_router_requests_total{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 1 traefik_router_requests_total{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 6366 traefik_router_requests_total{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 6282 traefik_router_requests_total{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 2 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 2 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 9585 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 4170 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2 traefik_router_requests_total{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 3 traefik_router_requests_total{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1 traefik_router_requests_total{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2 traefik_router_requests_total{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 1 traefik_router_requests_total{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 26 traefik_router_requests_total{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2943 traefik_router_requests_total{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 7075 traefik_router_requests_total{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 175 traefik_router_requests_total{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 400 traefik_router_requests_total{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1498 traefik_router_requests_total{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 33 traefik_router_requests_total{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file"} 17 traefik_router_requests_total{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1271 traefik_router_requests_total{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 1 traefik_router_requests_total{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 1 traefik_router_requests_total{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 16 traefik_router_requests_total{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 14 traefik_router_requests_total{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 11 traefik_router_requests_total{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file"} 6 traefik_router_requests_total{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file"} 11 traefik_router_requests_total{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 12 traefik_router_requests_total{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 12 traefik_router_requests_total{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file"} 16 traefik_router_requests_total{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file"} 8 traefik_router_requests_total{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 5321 traefik_router_requests_total{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 5312 traefik_router_requests_total{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file"} 14 traefik_router_requests_total{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file"} 10 traefik_router_requests_total{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 39 traefik_router_requests_total{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 25 traefik_router_requests_total{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 80 traefik_router_requests_total{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 4 traefik_router_requests_total{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 17 traefik_router_requests_total{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 1 traefik_router_requests_total{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 1 traefik_router_requests_total{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 3 traefik_router_requests_total{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 28 traefik_router_requests_total{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 15 traefik_router_requests_total{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 10319 traefik_router_requests_total{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 132 traefik_router_requests_total{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 90 traefik_router_requests_total{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 30 traefik_router_requests_total{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 2 traefik_router_requests_total{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 3 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 3 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 1 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 2 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 1 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file"} 9 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 3 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 3 traefik_router_requests_total{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file"} 2 traefik_router_requests_total{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 166 traefik_router_requests_total{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 3 traefik_router_requests_total{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 2 traefik_router_requests_total{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 2 traefik_router_requests_total{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 38 traefik_router_requests_total{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 521 traefik_router_requests_total{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 292 traefik_router_requests_total{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 4 traefik_router_requests_total{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 10 traefik_router_requests_total{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3464 traefik_router_requests_total{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 743 traefik_router_requests_total{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 48 traefik_router_requests_total{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 5 traefik_router_requests_total{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 1315 traefik_router_requests_total{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 1 traefik_router_requests_total{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file"} 32 traefik_router_requests_total{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 68 traefik_router_requests_total{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 26 traefik_router_requests_total{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 28 traefik_router_requests_total{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 66 traefik_router_requests_total{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 70 traefik_router_requests_total{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 36 traefik_router_requests_total{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 37 traefik_router_requests_total{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file"} 92 traefik_router_requests_total{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 103 traefik_router_requests_total{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 3 traefik_router_requests_total{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 265 traefik_router_requests_total{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 17 traefik_router_requests_total{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1471 traefik_router_requests_total{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file"} 3 traefik_router_requests_total{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 2 traefik_router_requests_total{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 1 traefik_router_requests_total{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file"} 1 traefik_router_requests_total{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 1 traefik_router_requests_total{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2 traefik_router_requests_total{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 14 traefik_router_requests_total{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 5 traefik_router_requests_total{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 5 traefik_router_requests_total{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file"} 5 traefik_router_requests_total{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 5 traefik_router_requests_total{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 1 traefik_router_requests_total{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 8 traefik_router_requests_total{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 3 traefik_router_requests_total{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 16 traefik_router_requests_total{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 2069 traefik_router_requests_total{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 3 traefik_router_requests_total{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 2 traefik_router_requests_total{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 2 traefik_router_requests_total{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 2 traefik_router_requests_total{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 11 traefik_router_requests_total{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 3 traefik_router_requests_total{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 125 traefik_router_requests_total{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 3 traefik_router_requests_total{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 3 traefik_router_requests_total{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 10 traefik_router_requests_total{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1 traefik_router_requests_total{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 39 traefik_router_requests_total{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3 traefik_router_requests_total{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 1 traefik_router_requests_total{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 3 traefik_router_requests_total{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1 traefik_router_requests_total{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 15 traefik_router_requests_total{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 16 traefik_router_requests_total{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 2 traefik_router_requests_total{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 5 traefik_router_requests_total{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 13 # HELP traefik_router_responses_bytes_total The total size of responses in bytes handled by a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_responses_bytes_total counter traefik_router_responses_bytes_total{code="0",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_responses_bytes_total{code="0",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_responses_bytes_total{code="0",method="GET",protocol="websocket",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="DELETE",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 26 traefik_router_responses_bytes_total{code="200",method="DELETE",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 57 traefik_router_responses_bytes_total{code="200",method="DELETE",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 232 traefik_router_responses_bytes_total{code="200",method="DELETE",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 92 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 7.392536e+06 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 7.394168e+06 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 1.790523e+06 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1.2901663e+07 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 3.3368296e+07 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 1.055088205e+09 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 1.377705e+06 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 6.3419278701e+10 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 7 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 8.8777012e+07 traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 7.2770716e+07 traefik_router_responses_bytes_total{code="200",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 42381 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="HEAD",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="OPTIONS",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="200",method="PATCH",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 209 traefik_router_responses_bytes_total{code="200",method="POST",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 252 traefik_router_responses_bytes_total{code="200",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 10085 traefik_router_responses_bytes_total{code="200",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 8.527519e+06 traefik_router_responses_bytes_total{code="200",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 5.6726065e+07 traefik_router_responses_bytes_total{code="200",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 8.745139e+06 traefik_router_responses_bytes_total{code="200",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 695300 traefik_router_responses_bytes_total{code="201",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="202",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 5577 traefik_router_responses_bytes_total{code="202",method="PATCH",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="202",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="206",method="GET",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 514 traefik_router_responses_bytes_total{code="206",method="GET",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 514 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 272 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 238 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 187 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="denapi-http@file",service="denapi-k0s@file"} 102 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="denapi-test-http@file",service="denapi-k0s@file"} 187 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 204 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 58 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 204 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="registry-http@file",service="registry-k0s@file"} 272 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="ssh-gitea-http@file",service="ssh-gitea-k0s@file"} 136 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 90457 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 90304 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="torch-http@file",service="torch-k0s@file"} 238 traefik_router_responses_bytes_total{code="301",method="GET",protocol="http",router="torch-test-http@file",service="torch-k0s@file"} 170 traefik_router_responses_bytes_total{code="302",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 13898 traefik_router_responses_bytes_total{code="302",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 923 traefik_router_responses_bytes_total{code="302",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 5020 traefik_router_responses_bytes_total{code="302",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 734 traefik_router_responses_bytes_total{code="302",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 7330 traefik_router_responses_bytes_total{code="302",method="HEAD",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_responses_bytes_total{code="302",method="OPTIONS",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_responses_bytes_total{code="302",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_responses_bytes_total{code="303",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 1064 traefik_router_responses_bytes_total{code="303",method="HEAD",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="303",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="304",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_responses_bytes_total{code="304",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="304",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 0 traefik_router_responses_bytes_total{code="304",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 0 traefik_router_responses_bytes_total{code="304",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 0 traefik_router_responses_bytes_total{code="307",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 268 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="alchemist-http@file",service="alchemist-k0s@file"} 54 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="alchemist-test-http@file",service="alchemist-k0s@file"} 54 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="argocd-http@file",service="argocd-k0s@file"} 18 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="gitea-http@file",service="gitea-k0s@file"} 36 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="grafana-http@file",service="grafana-k0s@file"} 18 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="registry-http@file",service="registry-k0s@file"} 162 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="tidal-http@file",service="tidal-k0s@file"} 54 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="tidal-test-http@file",service="tidal-k0s@file"} 54 traefik_router_responses_bytes_total{code="308",method="HEAD",protocol="http",router="torch-http@file",service="torch-k0s@file"} 36 traefik_router_responses_bytes_total{code="400",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 196188 traefik_router_responses_bytes_total{code="400",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 60 traefik_router_responses_bytes_total{code="400",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 432 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="argocd-https@file",service="argocd-k0s@file"} 158 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 2280 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 50 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 54696 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 31086 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 216 traefik_router_responses_bytes_total{code="401",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 460 traefik_router_responses_bytes_total{code="401",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_responses_bytes_total{code="401",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="401",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 5031 traefik_router_responses_bytes_total{code="401",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 290 traefik_router_responses_bytes_total{code="403",method="GET",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 11835 traefik_router_responses_bytes_total{code="403",method="POST",protocol="http",router="block-sensitive@docker",service="traefik-blue-traefik@docker"} 9 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="denapi-https@file",service="denapi-k0s@file"} 608 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 9067 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 92619 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 2094 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="registry-https@file",service="registry-k0s@file"} 1254 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 630 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 468 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 481 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="torch-https@file",service="torch-k0s@file"} 1748 traefik_router_responses_bytes_total{code="404",method="GET",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 1957 traefik_router_responses_bytes_total{code="404",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 195 traefik_router_responses_bytes_total{code="404",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 5035 traefik_router_responses_bytes_total{code="404",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_responses_bytes_total{code="404",method="HEAD",protocol="http",router="registry-https@file",service="registry-k0s@file"} 0 traefik_router_responses_bytes_total{code="404",method="HEAD",protocol="http",router="torch-https@file",service="torch-k0s@file"} 0 traefik_router_responses_bytes_total{code="404",method="HEAD",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 0 traefik_router_responses_bytes_total{code="404",method="OPTIONS",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 9 traefik_router_responses_bytes_total{code="404",method="OPTIONS",protocol="http",router="torch-https@file",service="torch-k0s@file"} 19 traefik_router_responses_bytes_total{code="404",method="OPTIONS",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 19 traefik_router_responses_bytes_total{code="404",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 22 traefik_router_responses_bytes_total{code="404",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 266 traefik_router_responses_bytes_total{code="404",method="POST",protocol="http",router="registry-https@file",service="registry-k0s@file"} 95 traefik_router_responses_bytes_total{code="404",method="POST",protocol="http",router="ssh-gitea-https@file",service="ssh-gitea-k0s@file"} 45 traefik_router_responses_bytes_total{code="404",method="POST",protocol="http",router="torch-https@file",service="torch-k0s@file"} 95 traefik_router_responses_bytes_total{code="404",method="POST",protocol="http",router="torch-test-https@file",service="torch-k0s@file"} 95 traefik_router_responses_bytes_total{code="405",method="OPTIONS",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="405",method="POST",protocol="http",router="alchemist-https@file",service="alchemist-k0s@file"} 559 traefik_router_responses_bytes_total{code="405",method="POST",protocol="http",router="alchemist-test-https@file",service="alchemist-k0s@file"} 3266 traefik_router_responses_bytes_total{code="405",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 0 traefik_router_responses_bytes_total{code="429",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 272 traefik_router_responses_bytes_total{code="499",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 43449 traefik_router_responses_bytes_total{code="499",method="GET",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 63 traefik_router_responses_bytes_total{code="499",method="GET",protocol="sse",router="argocd-https@file",service="argocd-k0s@file"} 42 traefik_router_responses_bytes_total{code="499",method="GET",protocol="sse",router="gitea-https@file",service="gitea-k0s@file"} 21 traefik_router_responses_bytes_total{code="499",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 42 traefik_router_responses_bytes_total{code="499",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 42 traefik_router_responses_bytes_total{code="499",method="POST",protocol="http",router="grafana-https@file",service="grafana-k0s@file"} 231 traefik_router_responses_bytes_total{code="499",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 63 traefik_router_responses_bytes_total{code="499",method="POST",protocol="http",router="tidal-test-https@file",service="tidal-k0s@file"} 2625 traefik_router_responses_bytes_total{code="499",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 63 traefik_router_responses_bytes_total{code="500",method="GET",protocol="http",router="oauth2-proxy@docker",service="oauth2-proxy@docker"} 8313 traefik_router_responses_bytes_total{code="500",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 1057 traefik_router_responses_bytes_total{code="500",method="POST",protocol="http",router="gitea-https@file",service="gitea-k0s@file"} 32 traefik_router_responses_bytes_total{code="500",method="POST",protocol="http",router="tidal-https@file",service="tidal-k0s@file"} 3471 traefik_router_responses_bytes_total{code="502",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 33 traefik_router_responses_bytes_total{code="502",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 11 traefik_router_responses_bytes_total{code="502",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 traefik_router_responses_bytes_total{code="502",method="POST",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 11 traefik_router_responses_bytes_total{code="502",method="PUT",protocol="http",router="registry-https@file",service="registry-k0s@file"} 165 traefik_router_responses_bytes_total{code="503",method="GET",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 320 traefik_router_responses_bytes_total{code="503",method="GET",protocol="websocket",router="denapi-test-https@file",service="denapi-k0s@file"} 40 traefik_router_responses_bytes_total{code="503",method="GET",protocol="websocket",router="grafana-https@file",service="grafana-k0s@file"} 100 traefik_router_responses_bytes_total{code="503",method="HEAD",protocol="http",router="denapi-test-https@file",service="denapi-k0s@file"} 0 # HELP traefik_service_request_duration_seconds How long it took to process the request on a service, partitioned by status code, protocol, and method. # TYPE traefik_service_request_duration_seconds histogram traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="denapi-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="denapi-k0s@file",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="denapi-k0s@file",le="+Inf"} 49 traefik_service_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",service="denapi-k0s@file"} 716343.695123882 traefik_service_request_duration_seconds_count{code="0",method="GET",protocol="websocket",service="denapi-k0s@file"} 49 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="grafana-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="grafana-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="grafana-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="grafana-k0s@file",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="grafana-k0s@file",le="+Inf"} 26 traefik_service_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",service="grafana-k0s@file"} 722777.311634274 traefik_service_request_duration_seconds_count{code="0",method="GET",protocol="websocket",service="grafana-k0s@file"} 26 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file",le="5"} 3143 traefik_service_request_duration_seconds_bucket{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file",le="+Inf"} 4802 traefik_service_request_duration_seconds_sum{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file"} 156770.9482454235 traefik_service_request_duration_seconds_count{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file"} 4802 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="argocd-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="argocd-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="argocd-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="argocd-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="argocd-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",service="argocd-k0s@file"} 0.037020281 traefik_service_request_duration_seconds_count{code="200",method="DELETE",protocol="http",service="argocd-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="denapi-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="denapi-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="denapi-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="denapi-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="denapi-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",service="denapi-k0s@file"} 0.023038676 traefik_service_request_duration_seconds_count{code="200",method="DELETE",protocol="http",service="denapi-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="tidal-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="tidal-k0s@file",le="0.3"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="tidal-k0s@file",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="tidal-k0s@file",le="5"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="DELETE",protocol="http",service="tidal-k0s@file",le="+Inf"} 6 traefik_service_request_duration_seconds_sum{code="200",method="DELETE",protocol="http",service="tidal-k0s@file"} 0.392090343 traefik_service_request_duration_seconds_count{code="200",method="DELETE",protocol="http",service="tidal-k0s@file"} 6 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="alchemist-k0s@file",le="0.1"} 103 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="alchemist-k0s@file",le="0.3"} 108 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="alchemist-k0s@file",le="1.2"} 108 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="alchemist-k0s@file",le="5"} 108 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="alchemist-k0s@file",le="+Inf"} 108 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="alchemist-k0s@file"} 0.7746345410000002 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="alchemist-k0s@file"} 108 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="argocd-k0s@file",le="0.1"} 54 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="argocd-k0s@file",le="0.3"} 56 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="argocd-k0s@file",le="1.2"} 58 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="argocd-k0s@file",le="5"} 58 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="argocd-k0s@file",le="+Inf"} 58 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="argocd-k0s@file"} 1.7684831739999993 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="argocd-k0s@file"} 58 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 109 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 109 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 115 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 116 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 1284 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="denapi-k0s@file"} 24718.603875249973 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="denapi-k0s@file"} 1284 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 288 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 341 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 351 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 353 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 353 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="gitea-k0s@file"} 27.172677090999983 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="gitea-k0s@file"} 353 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="grafana-k0s@file",le="0.1"} 15808 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="grafana-k0s@file",le="0.3"} 16112 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="grafana-k0s@file",le="1.2"} 16129 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="grafana-k0s@file",le="5"} 16133 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="grafana-k0s@file",le="+Inf"} 16133 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="grafana-k0s@file"} 514.0104934100011 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="grafana-k0s@file"} 16133 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="oauth2-proxy@docker",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="oauth2-proxy@docker",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="oauth2-proxy@docker",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="oauth2-proxy@docker",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="oauth2-proxy@docker",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="oauth2-proxy@docker"} 0.115935886 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="oauth2-proxy@docker"} 9 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="registry-k0s@file",le="0.1"} 1565 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="registry-k0s@file",le="0.3"} 2454 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="registry-k0s@file",le="1.2"} 2792 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="registry-k0s@file",le="5"} 3082 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="registry-k0s@file",le="+Inf"} 3433 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="registry-k0s@file"} 7028.434857450992 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="registry-k0s@file"} 3433 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 0.001153152 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="tidal-k0s@file",le="0.1"} 11922 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="tidal-k0s@file",le="0.3"} 12376 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="tidal-k0s@file",le="1.2"} 12626 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="tidal-k0s@file",le="5"} 12648 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="tidal-k0s@file",le="+Inf"} 12648 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="tidal-k0s@file"} 298.69574246799993 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="tidal-k0s@file"} 12648 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",service="gitea-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",service="gitea-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",service="gitea-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",service="gitea-k0s@file",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="sse",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="sse",service="gitea-k0s@file"} 97823.721864827 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="sse",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file"} 0.006866475 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.1"} 6809 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.3"} 6962 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="denapi-k0s@file",le="1.2"} 8483 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="denapi-k0s@file",le="5"} 9552 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="denapi-k0s@file",le="+Inf"} 9585 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="denapi-k0s@file"} 3335.5834062709996 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="denapi-k0s@file"} 9585 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="gitea-k0s@file"} 0.001419928 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="registry-k0s@file",le="0.1"} 3917 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="registry-k0s@file",le="0.3"} 4162 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="registry-k0s@file",le="1.2"} 4170 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="registry-k0s@file",le="5"} 4170 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="registry-k0s@file",le="+Inf"} 4170 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="registry-k0s@file"} 96.62432479 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="registry-k0s@file"} 4170 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="tidal-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="tidal-k0s@file",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="tidal-k0s@file",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="tidal-k0s@file",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="tidal-k0s@file",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="tidal-k0s@file"} 0.012486167000000001 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="tidal-k0s@file"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file"} 0.00108315 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",service="tidal-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",service="tidal-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",service="tidal-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",service="tidal-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="PATCH",protocol="http",service="tidal-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="200",method="PATCH",protocol="http",service="tidal-k0s@file"} 0.30480795299999996 traefik_service_request_duration_seconds_count{code="200",method="PATCH",protocol="http",service="tidal-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="argocd-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="argocd-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="argocd-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="argocd-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="argocd-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="argocd-k0s@file"} 0.679998493 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="argocd-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="denapi-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="denapi-k0s@file",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="denapi-k0s@file",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="denapi-k0s@file",le="5"} 7 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="denapi-k0s@file",le="+Inf"} 26 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="denapi-k0s@file"} 425.4458702360001 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="denapi-k0s@file"} 26 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 2423 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 2882 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 2940 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 2943 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 2943 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="gitea-k0s@file"} 183.66136123699997 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="gitea-k0s@file"} 2943 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="grafana-k0s@file",le="0.1"} 6713 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="grafana-k0s@file",le="0.3"} 7020 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="grafana-k0s@file",le="1.2"} 7067 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="grafana-k0s@file",le="5"} 7075 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="grafana-k0s@file",le="+Inf"} 7075 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="grafana-k0s@file"} 237.9133896189999 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="grafana-k0s@file"} 7075 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="tidal-k0s@file",le="0.1"} 155 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="tidal-k0s@file",le="0.3"} 268 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="tidal-k0s@file",le="1.2"} 326 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="tidal-k0s@file",le="5"} 347 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="tidal-k0s@file",le="+Inf"} 575 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="tidal-k0s@file"} 5613.896720291995 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="tidal-k0s@file"} 575 traefik_service_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",service="registry-k0s@file",le="0.1"} 783 traefik_service_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",service="registry-k0s@file",le="0.3"} 1210 traefik_service_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",service="registry-k0s@file",le="1.2"} 1338 traefik_service_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",service="registry-k0s@file",le="5"} 1407 traefik_service_request_duration_seconds_bucket{code="201",method="PUT",protocol="http",service="registry-k0s@file",le="+Inf"} 1498 traefik_service_request_duration_seconds_sum{code="201",method="PUT",protocol="http",service="registry-k0s@file"} 1659.7105338780004 traefik_service_request_duration_seconds_count{code="201",method="PUT",protocol="http",service="registry-k0s@file"} 1498 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 33 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 33 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 33 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 33 traefik_service_request_duration_seconds_bucket{code="202",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 33 traefik_service_request_duration_seconds_sum{code="202",method="GET",protocol="http",service="denapi-k0s@file"} 0.15254166099999997 traefik_service_request_duration_seconds_count{code="202",method="GET",protocol="http",service="denapi-k0s@file"} 33 traefik_service_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",service="registry-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",service="registry-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",service="registry-k0s@file",le="1.2"} 6 traefik_service_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",service="registry-k0s@file",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="202",method="PATCH",protocol="http",service="registry-k0s@file",le="+Inf"} 17 traefik_service_request_duration_seconds_sum{code="202",method="PATCH",protocol="http",service="registry-k0s@file"} 119.819220186 traefik_service_request_duration_seconds_count{code="202",method="PATCH",protocol="http",service="registry-k0s@file"} 17 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="registry-k0s@file",le="0.1"} 829 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="registry-k0s@file",le="0.3"} 1186 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="registry-k0s@file",le="1.2"} 1259 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="registry-k0s@file",le="5"} 1271 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="registry-k0s@file",le="+Inf"} 1271 traefik_service_request_duration_seconds_sum{code="202",method="POST",protocol="http",service="registry-k0s@file"} 154.12002142100025 traefik_service_request_duration_seconds_count{code="202",method="POST",protocol="http",service="registry-k0s@file"} 1271 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="alchemist-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="alchemist-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="alchemist-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="alchemist-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="alchemist-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="alchemist-k0s@file"} 0.002463713 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="alchemist-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="301",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="301",method="GET",protocol="http",service="gitea-k0s@file"} 0.005706248 traefik_service_request_duration_seconds_count{code="301",method="GET",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="denapi-k0s@file"} 0.10641338600000003 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="denapi-k0s@file"} 25 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="grafana-k0s@file",le="0.1"} 80 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="grafana-k0s@file",le="0.3"} 80 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="grafana-k0s@file",le="1.2"} 80 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="grafana-k0s@file",le="5"} 80 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="grafana-k0s@file",le="+Inf"} 80 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="grafana-k0s@file"} 0.34462021499999995 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="grafana-k0s@file"} 80 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="oauth2-proxy@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="oauth2-proxy@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="oauth2-proxy@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="oauth2-proxy@docker",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="oauth2-proxy@docker",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="oauth2-proxy@docker"} 5.085824953 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="oauth2-proxy@docker"} 4 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="grafana-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="grafana-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="grafana-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="grafana-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="HEAD",protocol="http",service="grafana-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="302",method="HEAD",protocol="http",service="grafana-k0s@file"} 0.002040581 traefik_service_request_duration_seconds_count{code="302",method="HEAD",protocol="http",service="grafana-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file"} 0.001110502 traefik_service_request_duration_seconds_count{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="grafana-k0s@file",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="grafana-k0s@file",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="grafana-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="grafana-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="302",method="POST",protocol="http",service="grafana-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="302",method="POST",protocol="http",service="grafana-k0s@file"} 0.004800294 traefik_service_request_duration_seconds_count{code="302",method="POST",protocol="http",service="grafana-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="303",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 28 traefik_service_request_duration_seconds_bucket{code="303",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 28 traefik_service_request_duration_seconds_bucket{code="303",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 28 traefik_service_request_duration_seconds_bucket{code="303",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 28 traefik_service_request_duration_seconds_bucket{code="303",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 28 traefik_service_request_duration_seconds_sum{code="303",method="GET",protocol="http",service="gitea-k0s@file"} 0.07541112300000001 traefik_service_request_duration_seconds_count{code="303",method="GET",protocol="http",service="gitea-k0s@file"} 28 traefik_service_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="303",method="HEAD",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="303",method="HEAD",protocol="http",service="gitea-k0s@file"} 0.003152046 traefik_service_request_duration_seconds_count{code="303",method="HEAD",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="303",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 15 traefik_service_request_duration_seconds_bucket{code="303",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 15 traefik_service_request_duration_seconds_bucket{code="303",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 15 traefik_service_request_duration_seconds_bucket{code="303",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 15 traefik_service_request_duration_seconds_bucket{code="303",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 15 traefik_service_request_duration_seconds_sum{code="303",method="POST",protocol="http",service="gitea-k0s@file"} 0.028655787 traefik_service_request_duration_seconds_count{code="303",method="POST",protocol="http",service="gitea-k0s@file"} 15 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 10291 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 10315 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 10319 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 10319 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 10319 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="denapi-k0s@file"} 38.12219346099988 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="denapi-k0s@file"} 10319 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 125 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 130 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 132 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 132 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 132 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="gitea-k0s@file"} 2.0457425799999998 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="gitea-k0s@file"} 132 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="grafana-k0s@file",le="0.1"} 90 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="grafana-k0s@file",le="0.3"} 90 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="grafana-k0s@file",le="1.2"} 90 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="grafana-k0s@file",le="5"} 90 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="grafana-k0s@file",le="+Inf"} 90 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="grafana-k0s@file"} 0.647210503 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="grafana-k0s@file"} 90 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="tidal-k0s@file",le="0.1"} 32 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="tidal-k0s@file",le="0.3"} 32 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="tidal-k0s@file",le="1.2"} 32 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="tidal-k0s@file",le="5"} 32 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="tidal-k0s@file",le="+Inf"} 32 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="tidal-k0s@file"} 0.15305382899999997 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="tidal-k0s@file"} 32 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="307",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="307",method="GET",protocol="http",service="gitea-k0s@file"} 0.025654192 traefik_service_request_duration_seconds_count{code="307",method="GET",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 149 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 158 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 158 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 160 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 166 traefik_service_request_duration_seconds_sum{code="400",method="GET",protocol="http",service="denapi-k0s@file"} 173.22247450900005 traefik_service_request_duration_seconds_count{code="400",method="GET",protocol="http",service="denapi-k0s@file"} 166 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="400",method="POST",protocol="http",service="gitea-k0s@file"} 0.166058367 traefik_service_request_duration_seconds_count{code="400",method="POST",protocol="http",service="gitea-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="tidal-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="tidal-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="tidal-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="tidal-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="400",method="POST",protocol="http",service="tidal-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="400",method="POST",protocol="http",service="tidal-k0s@file"} 4.458018662000001 traefik_service_request_duration_seconds_count{code="400",method="POST",protocol="http",service="tidal-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="argocd-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="argocd-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="argocd-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="argocd-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="argocd-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="argocd-k0s@file"} 0.014023746 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="argocd-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 38 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="denapi-k0s@file"} 0.07498818200000001 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="denapi-k0s@file"} 38 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="gitea-k0s@file"} 0.002026515 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="grafana-k0s@file",le="0.1"} 521 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="grafana-k0s@file",le="0.3"} 521 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="grafana-k0s@file",le="1.2"} 521 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="grafana-k0s@file",le="5"} 521 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="grafana-k0s@file",le="+Inf"} 521 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="grafana-k0s@file"} 3.0851007990000006 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="grafana-k0s@file"} 521 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="registry-k0s@file",le="0.1"} 277 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="registry-k0s@file",le="0.3"} 289 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="registry-k0s@file",le="1.2"} 292 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="registry-k0s@file",le="5"} 292 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="registry-k0s@file",le="+Inf"} 292 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="registry-k0s@file"} 4.318648744999999 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="registry-k0s@file"} 292 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="tidal-k0s@file",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="tidal-k0s@file",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="tidal-k0s@file",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="tidal-k0s@file",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="tidal-k0s@file",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="tidal-k0s@file"} 0.167173323 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="tidal-k0s@file"} 14 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.1"} 3455 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.3"} 3464 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="denapi-k0s@file",le="1.2"} 3464 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="denapi-k0s@file",le="5"} 3464 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="denapi-k0s@file",le="+Inf"} 3464 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="denapi-k0s@file"} 10.169892507999972 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="denapi-k0s@file"} 3464 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="registry-k0s@file",le="0.1"} 709 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="registry-k0s@file",le="0.3"} 738 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="registry-k0s@file",le="1.2"} 743 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="registry-k0s@file",le="5"} 743 traefik_service_request_duration_seconds_bucket{code="401",method="HEAD",protocol="http",service="registry-k0s@file",le="+Inf"} 743 traefik_service_request_duration_seconds_sum{code="401",method="HEAD",protocol="http",service="registry-k0s@file"} 11.929337419000005 traefik_service_request_duration_seconds_count{code="401",method="HEAD",protocol="http",service="registry-k0s@file"} 743 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="grafana-k0s@file",le="0.1"} 45 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="grafana-k0s@file",le="0.3"} 48 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="grafana-k0s@file",le="1.2"} 48 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="grafana-k0s@file",le="5"} 48 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="grafana-k0s@file",le="+Inf"} 48 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="grafana-k0s@file"} 1.0278027680000001 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="grafana-k0s@file"} 48 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="tidal-k0s@file",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="tidal-k0s@file",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="tidal-k0s@file",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="tidal-k0s@file",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="tidal-k0s@file",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="tidal-k0s@file"} 5.031518171999999 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="tidal-k0s@file"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 100 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 100 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 100 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 100 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 100 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="denapi-k0s@file"} 0.5419588710000001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="denapi-k0s@file"} 100 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="gitea-k0s@file",le="0.1"} 26 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="gitea-k0s@file",le="0.3"} 26 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="gitea-k0s@file",le="1.2"} 26 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="gitea-k0s@file",le="5"} 26 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="gitea-k0s@file",le="+Inf"} 26 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="gitea-k0s@file"} 0.077835972 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="gitea-k0s@file"} 26 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="grafana-k0s@file",le="0.1"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="grafana-k0s@file",le="0.3"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="grafana-k0s@file",le="1.2"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="grafana-k0s@file",le="5"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="grafana-k0s@file",le="+Inf"} 28 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="grafana-k0s@file"} 0.3611571959999999 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="grafana-k0s@file"} 28 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="registry-k0s@file",le="0.1"} 66 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="registry-k0s@file",le="0.3"} 66 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="registry-k0s@file",le="1.2"} 66 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="registry-k0s@file",le="5"} 66 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="registry-k0s@file",le="+Inf"} 66 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="registry-k0s@file"} 0.10564530099999998 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="registry-k0s@file"} 66 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="0.1"} 70 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="0.3"} 70 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="1.2"} 70 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="5"} 70 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file",le="+Inf"} 70 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 0.13077793600000004 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 70 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="tidal-k0s@file",le="0.1"} 73 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="tidal-k0s@file",le="0.3"} 73 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="tidal-k0s@file",le="1.2"} 73 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="tidal-k0s@file",le="5"} 73 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="tidal-k0s@file",le="+Inf"} 73 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="tidal-k0s@file"} 0.242516863 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="tidal-k0s@file"} 73 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="torch-k0s@file",le="0.1"} 195 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="torch-k0s@file",le="0.3"} 195 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="torch-k0s@file",le="1.2"} 195 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="torch-k0s@file",le="5"} 195 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="torch-k0s@file",le="+Inf"} 195 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="torch-k0s@file"} 0.3937734999999998 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="torch-k0s@file"} 195 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="denapi-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="denapi-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="denapi-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="websocket",service="denapi-k0s@file"} 0.019652305000000002 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="websocket",service="denapi-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="grafana-k0s@file",le="0.1"} 263 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="grafana-k0s@file",le="0.3"} 265 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="grafana-k0s@file",le="1.2"} 265 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="grafana-k0s@file",le="5"} 265 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="websocket",service="grafana-k0s@file",le="+Inf"} 265 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="websocket",service="grafana-k0s@file"} 2.483608236000001 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="websocket",service="grafana-k0s@file"} 265 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.1"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.3"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="denapi-k0s@file",le="1.2"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="denapi-k0s@file",le="5"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="denapi-k0s@file",le="+Inf"} 17 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="denapi-k0s@file"} 0.014892839 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="denapi-k0s@file"} 17 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="registry-k0s@file",le="0.1"} 1381 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="registry-k0s@file",le="0.3"} 1469 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="registry-k0s@file",le="1.2"} 1471 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="registry-k0s@file",le="5"} 1471 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="registry-k0s@file",le="+Inf"} 1471 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="registry-k0s@file"} 35.890268926000005 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="registry-k0s@file"} 1471 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="torch-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="torch-k0s@file",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="torch-k0s@file",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="torch-k0s@file",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="HEAD",protocol="http",service="torch-k0s@file",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="404",method="HEAD",protocol="http",service="torch-k0s@file"} 0.0032665119999999996 traefik_service_request_duration_seconds_count{code="404",method="HEAD",protocol="http",service="torch-k0s@file"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file"} 0.001155757 traefik_service_request_duration_seconds_count{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file"} 0.0015233339999999999 traefik_service_request_duration_seconds_count{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="gitea-k0s@file"} 0.005178811 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="gitea-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="grafana-k0s@file",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="grafana-k0s@file",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="grafana-k0s@file",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="grafana-k0s@file",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="grafana-k0s@file",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="grafana-k0s@file"} 0.021237340999999996 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="grafana-k0s@file"} 14 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="registry-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="registry-k0s@file",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="registry-k0s@file",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="registry-k0s@file",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="registry-k0s@file",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="registry-k0s@file"} 0.007581609 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="registry-k0s@file"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file"} 0.012557325999999999 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file"} 5 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="torch-k0s@file",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="torch-k0s@file",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="torch-k0s@file",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="torch-k0s@file",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="torch-k0s@file",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="torch-k0s@file"} 0.007869903000000001 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="torch-k0s@file"} 10 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file"} 0.001512713 traefik_service_request_duration_seconds_count{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="alchemist-k0s@file",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="alchemist-k0s@file",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="alchemist-k0s@file",le="1.2"} 9 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="alchemist-k0s@file",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="alchemist-k0s@file",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="alchemist-k0s@file"} 0.22513328000000002 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="alchemist-k0s@file"} 9 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="gitea-k0s@file"} 0.006383672 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="gitea-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="429",method="POST",protocol="http",service="grafana-k0s@file",le="0.1"} 16 traefik_service_request_duration_seconds_bucket{code="429",method="POST",protocol="http",service="grafana-k0s@file",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="429",method="POST",protocol="http",service="grafana-k0s@file",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="429",method="POST",protocol="http",service="grafana-k0s@file",le="5"} 16 traefik_service_request_duration_seconds_bucket{code="429",method="POST",protocol="http",service="grafana-k0s@file",le="+Inf"} 16 traefik_service_request_duration_seconds_sum{code="429",method="POST",protocol="http",service="grafana-k0s@file"} 0.017938907 traefik_service_request_duration_seconds_count{code="429",method="POST",protocol="http",service="grafana-k0s@file"} 16 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 2069 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="denapi-k0s@file"} 61698.39144973192 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="denapi-k0s@file"} 2069 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="tidal-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="tidal-k0s@file",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="tidal-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="tidal-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="tidal-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="tidal-k0s@file"} 0.30122985199999996 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="tidal-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="argocd-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="argocd-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="argocd-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="argocd-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="argocd-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="sse",service="argocd-k0s@file"} 3.949352698 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="sse",service="argocd-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="gitea-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="gitea-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="gitea-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="gitea-k0s@file",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="sse",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="sse",service="gitea-k0s@file"} 30.155994559 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="sse",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="denapi-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="denapi-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="denapi-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="denapi-k0s@file",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="denapi-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="denapi-k0s@file"} 31.157241005 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="denapi-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="gitea-k0s@file"} 0.747931812 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="gitea-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="grafana-k0s@file",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="grafana-k0s@file",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="grafana-k0s@file",le="1.2"} 11 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="grafana-k0s@file",le="5"} 11 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="grafana-k0s@file",le="+Inf"} 11 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="grafana-k0s@file"} 2.647056910999999 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="grafana-k0s@file"} 11 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="tidal-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="tidal-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="tidal-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="tidal-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="499",method="POST",protocol="http",service="tidal-k0s@file",le="+Inf"} 128 traefik_service_request_duration_seconds_sum{code="499",method="POST",protocol="http",service="tidal-k0s@file"} 3746.684171690999 traefik_service_request_duration_seconds_count{code="499",method="POST",protocol="http",service="tidal-k0s@file"} 128 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="registry-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="registry-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="registry-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="registry-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="PUT",protocol="http",service="registry-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="499",method="PUT",protocol="http",service="registry-k0s@file"} 62.085988240999995 traefik_service_request_duration_seconds_count{code="499",method="PUT",protocol="http",service="registry-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="oauth2-proxy@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="oauth2-proxy@docker",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="oauth2-proxy@docker",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="oauth2-proxy@docker",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="oauth2-proxy@docker",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="oauth2-proxy@docker"} 4.546885178 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="oauth2-proxy@docker"} 3 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="denapi-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="denapi-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="denapi-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="denapi-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="denapi-k0s@file",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="denapi-k0s@file"} 168.721828538 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="denapi-k0s@file"} 10 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="gitea-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="gitea-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="gitea-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="gitea-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="gitea-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="gitea-k0s@file"} 0.189876359 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="gitea-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="tidal-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="tidal-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="tidal-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="tidal-k0s@file",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="500",method="POST",protocol="http",service="tidal-k0s@file",le="+Inf"} 39 traefik_service_request_duration_seconds_sum{code="500",method="POST",protocol="http",service="tidal-k0s@file"} 274.853268383 traefik_service_request_duration_seconds_count{code="500",method="POST",protocol="http",service="tidal-k0s@file"} 39 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="denapi-k0s@file"} 0.349183699 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="denapi-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",service="denapi-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",service="denapi-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="websocket",service="denapi-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="websocket",service="denapi-k0s@file"} 0.014935246 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="websocket",service="denapi-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",service="denapi-k0s@file",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",service="denapi-k0s@file",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="HEAD",protocol="http",service="denapi-k0s@file",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="502",method="HEAD",protocol="http",service="denapi-k0s@file"} 0.25108254999999996 traefik_service_request_duration_seconds_count{code="502",method="HEAD",protocol="http",service="denapi-k0s@file"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="denapi-k0s@file",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="denapi-k0s@file",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="denapi-k0s@file",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="denapi-k0s@file",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="POST",protocol="http",service="denapi-k0s@file",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="502",method="POST",protocol="http",service="denapi-k0s@file"} 0.035239832 traefik_service_request_duration_seconds_count{code="502",method="POST",protocol="http",service="denapi-k0s@file"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",service="registry-k0s@file",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",service="registry-k0s@file",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",service="registry-k0s@file",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",service="registry-k0s@file",le="5"} 0 traefik_service_request_duration_seconds_bucket{code="502",method="PUT",protocol="http",service="registry-k0s@file",le="+Inf"} 15 traefik_service_request_duration_seconds_sum{code="502",method="PUT",protocol="http",service="registry-k0s@file"} 900.6933225289999 traefik_service_request_duration_seconds_count{code="502",method="PUT",protocol="http",service="registry-k0s@file"} 15 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="denapi-k0s@file",le="0.1"} 15 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="denapi-k0s@file",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="denapi-k0s@file",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="denapi-k0s@file",le="5"} 16 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="denapi-k0s@file",le="+Inf"} 16 traefik_service_request_duration_seconds_sum{code="503",method="GET",protocol="http",service="denapi-k0s@file"} 0.30314464399999996 traefik_service_request_duration_seconds_count{code="503",method="GET",protocol="http",service="denapi-k0s@file"} 16 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="denapi-k0s@file",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="denapi-k0s@file",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="denapi-k0s@file",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="denapi-k0s@file",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="503",method="GET",protocol="websocket",service="denapi-k0s@file"} 0.00814012 traefik_service_request_duration_seconds_count{code="503",method="GET",protocol="websocket",service="denapi-k0s@file"} 2 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="grafana-k0s@file",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="grafana-k0s@file",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="grafana-k0s@file",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="grafana-k0s@file",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="websocket",service="grafana-k0s@file",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="503",method="GET",protocol="websocket",service="grafana-k0s@file"} 0.005860430999999999 traefik_service_request_duration_seconds_count{code="503",method="GET",protocol="websocket",service="grafana-k0s@file"} 5 traefik_service_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.1"} 13 traefik_service_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",service="denapi-k0s@file",le="0.3"} 13 traefik_service_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",service="denapi-k0s@file",le="1.2"} 13 traefik_service_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",service="denapi-k0s@file",le="5"} 13 traefik_service_request_duration_seconds_bucket{code="503",method="HEAD",protocol="http",service="denapi-k0s@file",le="+Inf"} 13 traefik_service_request_duration_seconds_sum{code="503",method="HEAD",protocol="http",service="denapi-k0s@file"} 0.126344511 traefik_service_request_duration_seconds_count{code="503",method="HEAD",protocol="http",service="denapi-k0s@file"} 13 # HELP traefik_service_requests_bytes_total The total size of requests in bytes received by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_bytes_total counter traefik_service_requests_bytes_total{code="0",method="GET",protocol="websocket",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="0",method="GET",protocol="websocket",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="DELETE",protocol="http",service="argocd-k0s@file"} 2 traefik_service_requests_bytes_total{code="200",method="DELETE",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="DELETE",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="alchemist-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="argocd-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="oauth2-proxy@docker"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="sse",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="200",method="PATCH",protocol="http",service="tidal-k0s@file"} 43 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="argocd-k0s@file"} 50 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="denapi-k0s@file"} 915 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="gitea-k0s@file"} 881607 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="grafana-k0s@file"} 2.951342e+06 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="tidal-k0s@file"} 9.141748e+06 traefik_service_requests_bytes_total{code="201",method="PUT",protocol="http",service="registry-k0s@file"} 2.4275590482e+10 traefik_service_requests_bytes_total{code="202",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="202",method="PATCH",protocol="http",service="registry-k0s@file"} 1.097724593e+09 traefik_service_requests_bytes_total{code="202",method="POST",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="alchemist-k0s@file"} 0 traefik_service_requests_bytes_total{code="301",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="oauth2-proxy@docker"} 0 traefik_service_requests_bytes_total{code="302",method="HEAD",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="302",method="POST",protocol="http",service="grafana-k0s@file"} 186 traefik_service_requests_bytes_total{code="303",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="303",method="HEAD",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="303",method="POST",protocol="http",service="gitea-k0s@file"} 810 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="307",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="400",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="400",method="POST",protocol="http",service="gitea-k0s@file"} 201 traefik_service_requests_bytes_total{code="400",method="POST",protocol="http",service="tidal-k0s@file"} 154267 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="argocd-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="HEAD",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="401",method="POST",protocol="http",service="grafana-k0s@file"} 17319 traefik_service_requests_bytes_total{code="401",method="POST",protocol="http",service="tidal-k0s@file"} 18236 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="torch-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="websocket",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="websocket",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="registry-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="HEAD",protocol="http",service="torch-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file"} 0 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="gitea-k0s@file"} 4 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="grafana-k0s@file"} 6961 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="registry-k0s@file"} 460 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file"} 460 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="torch-k0s@file"} 920 traefik_service_requests_bytes_total{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="alchemist-k0s@file"} 72358 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="gitea-k0s@file"} 276 traefik_service_requests_bytes_total{code="429",method="POST",protocol="http",service="grafana-k0s@file"} 7639 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="tidal-k0s@file"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="sse",service="argocd-k0s@file"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="sse",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="denapi-k0s@file"} 102 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="gitea-k0s@file"} 789 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="grafana-k0s@file"} 5449 traefik_service_requests_bytes_total{code="499",method="POST",protocol="http",service="tidal-k0s@file"} 7.091747e+06 traefik_service_requests_bytes_total{code="499",method="PUT",protocol="http",service="registry-k0s@file"} 7.70564194e+08 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="oauth2-proxy@docker"} 0 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="denapi-k0s@file"} 477 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="gitea-k0s@file"} 0 traefik_service_requests_bytes_total{code="500",method="POST",protocol="http",service="tidal-k0s@file"} 831665 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="websocket",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="502",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="502",method="POST",protocol="http",service="denapi-k0s@file"} 18 traefik_service_requests_bytes_total{code="502",method="PUT",protocol="http",service="registry-k0s@file"} 1.0518478848e+10 traefik_service_requests_bytes_total{code="503",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="503",method="GET",protocol="websocket",service="denapi-k0s@file"} 0 traefik_service_requests_bytes_total{code="503",method="GET",protocol="websocket",service="grafana-k0s@file"} 0 traefik_service_requests_bytes_total{code="503",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 # HELP traefik_service_requests_tls_total How many HTTP requests with TLS processed on a service, partitioned by TLS version and TLS cipher. # TYPE traefik_service_requests_tls_total counter traefik_service_requests_tls_total{service="alchemist-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 102 traefik_service_requests_tls_total{service="alchemist-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 5 traefik_service_requests_tls_total{service="alchemist-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 16 traefik_service_requests_tls_total{service="argocd-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 67 traefik_service_requests_tls_total{service="denapi-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 27219 traefik_service_requests_tls_total{service="denapi-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 11 traefik_service_requests_tls_total{service="gitea-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 3595 traefik_service_requests_tls_total{service="gitea-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 1 traefik_service_requests_tls_total{service="gitea-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 10 traefik_service_requests_tls_total{service="grafana-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 24288 traefik_service_requests_tls_total{service="grafana-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 9 traefik_service_requests_tls_total{service="grafana-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20 traefik_service_requests_tls_total{service="oauth2-proxy@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 16 traefik_service_requests_tls_total{service="registry-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 12986 traefik_service_requests_tls_total{service="registry-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 5 traefik_service_requests_tls_total{service="registry-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20 traefik_service_requests_tls_total{service="ssh-gitea-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 4866 traefik_service_requests_tls_total{service="ssh-gitea-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_service_requests_tls_total{service="ssh-gitea-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 10 traefik_service_requests_tls_total{service="tidal-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 13490 traefik_service_requests_tls_total{service="tidal-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 18 traefik_service_requests_tls_total{service="tidal-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 72 traefik_service_requests_tls_total{service="torch-k0s@file",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 159 traefik_service_requests_tls_total{service="torch-k0s@file",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 3 traefik_service_requests_tls_total{service="torch-k0s@file",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 50 # HELP traefik_service_requests_total How many HTTP requests processed on a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_total counter traefik_service_requests_total{code="0",method="GET",protocol="websocket",service="denapi-k0s@file"} 49 traefik_service_requests_total{code="0",method="GET",protocol="websocket",service="grafana-k0s@file"} 26 traefik_service_requests_total{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file"} 4802 traefik_service_requests_total{code="200",method="DELETE",protocol="http",service="argocd-k0s@file"} 1 traefik_service_requests_total{code="200",method="DELETE",protocol="http",service="denapi-k0s@file"} 1 traefik_service_requests_total{code="200",method="DELETE",protocol="http",service="tidal-k0s@file"} 6 traefik_service_requests_total{code="200",method="GET",protocol="http",service="alchemist-k0s@file"} 108 traefik_service_requests_total{code="200",method="GET",protocol="http",service="argocd-k0s@file"} 58 traefik_service_requests_total{code="200",method="GET",protocol="http",service="denapi-k0s@file"} 1284 traefik_service_requests_total{code="200",method="GET",protocol="http",service="gitea-k0s@file"} 353 traefik_service_requests_total{code="200",method="GET",protocol="http",service="grafana-k0s@file"} 16133 traefik_service_requests_total{code="200",method="GET",protocol="http",service="oauth2-proxy@docker"} 9 traefik_service_requests_total{code="200",method="GET",protocol="http",service="registry-k0s@file"} 3433 traefik_service_requests_total{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 1 traefik_service_requests_total{code="200",method="GET",protocol="http",service="tidal-k0s@file"} 12648 traefik_service_requests_total{code="200",method="GET",protocol="sse",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file"} 4 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="denapi-k0s@file"} 9585 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="registry-k0s@file"} 4170 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="tidal-k0s@file"} 5 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file"} 1 traefik_service_requests_total{code="200",method="PATCH",protocol="http",service="tidal-k0s@file"} 2 traefik_service_requests_total{code="200",method="POST",protocol="http",service="argocd-k0s@file"} 1 traefik_service_requests_total{code="200",method="POST",protocol="http",service="denapi-k0s@file"} 26 traefik_service_requests_total{code="200",method="POST",protocol="http",service="gitea-k0s@file"} 2943 traefik_service_requests_total{code="200",method="POST",protocol="http",service="grafana-k0s@file"} 7075 traefik_service_requests_total{code="200",method="POST",protocol="http",service="tidal-k0s@file"} 575 traefik_service_requests_total{code="201",method="PUT",protocol="http",service="registry-k0s@file"} 1498 traefik_service_requests_total{code="202",method="GET",protocol="http",service="denapi-k0s@file"} 33 traefik_service_requests_total{code="202",method="PATCH",protocol="http",service="registry-k0s@file"} 17 traefik_service_requests_total{code="202",method="POST",protocol="http",service="registry-k0s@file"} 1271 traefik_service_requests_total{code="206",method="GET",protocol="http",service="alchemist-k0s@file"} 2 traefik_service_requests_total{code="301",method="GET",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="302",method="GET",protocol="http",service="denapi-k0s@file"} 25 traefik_service_requests_total{code="302",method="GET",protocol="http",service="grafana-k0s@file"} 80 traefik_service_requests_total{code="302",method="GET",protocol="http",service="oauth2-proxy@docker"} 4 traefik_service_requests_total{code="302",method="HEAD",protocol="http",service="grafana-k0s@file"} 1 traefik_service_requests_total{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file"} 1 traefik_service_requests_total{code="302",method="POST",protocol="http",service="grafana-k0s@file"} 3 traefik_service_requests_total{code="303",method="GET",protocol="http",service="gitea-k0s@file"} 28 traefik_service_requests_total{code="303",method="HEAD",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="303",method="POST",protocol="http",service="gitea-k0s@file"} 15 traefik_service_requests_total{code="304",method="GET",protocol="http",service="denapi-k0s@file"} 10319 traefik_service_requests_total{code="304",method="GET",protocol="http",service="gitea-k0s@file"} 132 traefik_service_requests_total{code="304",method="GET",protocol="http",service="grafana-k0s@file"} 90 traefik_service_requests_total{code="304",method="GET",protocol="http",service="tidal-k0s@file"} 32 traefik_service_requests_total{code="307",method="GET",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="400",method="GET",protocol="http",service="denapi-k0s@file"} 166 traefik_service_requests_total{code="400",method="POST",protocol="http",service="gitea-k0s@file"} 3 traefik_service_requests_total{code="400",method="POST",protocol="http",service="tidal-k0s@file"} 2 traefik_service_requests_total{code="401",method="GET",protocol="http",service="argocd-k0s@file"} 2 traefik_service_requests_total{code="401",method="GET",protocol="http",service="denapi-k0s@file"} 38 traefik_service_requests_total{code="401",method="GET",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="401",method="GET",protocol="http",service="grafana-k0s@file"} 521 traefik_service_requests_total{code="401",method="GET",protocol="http",service="registry-k0s@file"} 292 traefik_service_requests_total{code="401",method="GET",protocol="http",service="tidal-k0s@file"} 14 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="denapi-k0s@file"} 3464 traefik_service_requests_total{code="401",method="HEAD",protocol="http",service="registry-k0s@file"} 743 traefik_service_requests_total{code="401",method="POST",protocol="http",service="grafana-k0s@file"} 48 traefik_service_requests_total{code="401",method="POST",protocol="http",service="tidal-k0s@file"} 5 traefik_service_requests_total{code="404",method="GET",protocol="http",service="denapi-k0s@file"} 100 traefik_service_requests_total{code="404",method="GET",protocol="http",service="gitea-k0s@file"} 26 traefik_service_requests_total{code="404",method="GET",protocol="http",service="grafana-k0s@file"} 28 traefik_service_requests_total{code="404",method="GET",protocol="http",service="registry-k0s@file"} 66 traefik_service_requests_total{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 70 traefik_service_requests_total{code="404",method="GET",protocol="http",service="tidal-k0s@file"} 73 traefik_service_requests_total{code="404",method="GET",protocol="http",service="torch-k0s@file"} 195 traefik_service_requests_total{code="404",method="GET",protocol="websocket",service="denapi-k0s@file"} 3 traefik_service_requests_total{code="404",method="GET",protocol="websocket",service="grafana-k0s@file"} 265 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="denapi-k0s@file"} 17 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="registry-k0s@file"} 1471 traefik_service_requests_total{code="404",method="HEAD",protocol="http",service="torch-k0s@file"} 5 traefik_service_requests_total{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file"} 1 traefik_service_requests_total{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file"} 2 traefik_service_requests_total{code="404",method="POST",protocol="http",service="gitea-k0s@file"} 2 traefik_service_requests_total{code="404",method="POST",protocol="http",service="grafana-k0s@file"} 14 traefik_service_requests_total{code="404",method="POST",protocol="http",service="registry-k0s@file"} 5 traefik_service_requests_total{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file"} 5 traefik_service_requests_total{code="404",method="POST",protocol="http",service="torch-k0s@file"} 10 traefik_service_requests_total{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="405",method="POST",protocol="http",service="alchemist-k0s@file"} 9 traefik_service_requests_total{code="405",method="POST",protocol="http",service="gitea-k0s@file"} 3 traefik_service_requests_total{code="429",method="POST",protocol="http",service="grafana-k0s@file"} 16 traefik_service_requests_total{code="499",method="GET",protocol="http",service="denapi-k0s@file"} 2069 traefik_service_requests_total{code="499",method="GET",protocol="http",service="tidal-k0s@file"} 3 traefik_service_requests_total{code="499",method="GET",protocol="sse",service="argocd-k0s@file"} 2 traefik_service_requests_total{code="499",method="GET",protocol="sse",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="499",method="POST",protocol="http",service="denapi-k0s@file"} 2 traefik_service_requests_total{code="499",method="POST",protocol="http",service="gitea-k0s@file"} 2 traefik_service_requests_total{code="499",method="POST",protocol="http",service="grafana-k0s@file"} 11 traefik_service_requests_total{code="499",method="POST",protocol="http",service="tidal-k0s@file"} 128 traefik_service_requests_total{code="499",method="PUT",protocol="http",service="registry-k0s@file"} 3 traefik_service_requests_total{code="500",method="GET",protocol="http",service="oauth2-proxy@docker"} 3 traefik_service_requests_total{code="500",method="POST",protocol="http",service="denapi-k0s@file"} 10 traefik_service_requests_total{code="500",method="POST",protocol="http",service="gitea-k0s@file"} 1 traefik_service_requests_total{code="500",method="POST",protocol="http",service="tidal-k0s@file"} 39 traefik_service_requests_total{code="502",method="GET",protocol="http",service="denapi-k0s@file"} 3 traefik_service_requests_total{code="502",method="GET",protocol="websocket",service="denapi-k0s@file"} 1 traefik_service_requests_total{code="502",method="HEAD",protocol="http",service="denapi-k0s@file"} 3 traefik_service_requests_total{code="502",method="POST",protocol="http",service="denapi-k0s@file"} 1 traefik_service_requests_total{code="502",method="PUT",protocol="http",service="registry-k0s@file"} 15 traefik_service_requests_total{code="503",method="GET",protocol="http",service="denapi-k0s@file"} 16 traefik_service_requests_total{code="503",method="GET",protocol="websocket",service="denapi-k0s@file"} 2 traefik_service_requests_total{code="503",method="GET",protocol="websocket",service="grafana-k0s@file"} 5 traefik_service_requests_total{code="503",method="HEAD",protocol="http",service="denapi-k0s@file"} 13 # HELP traefik_service_responses_bytes_total The total size of responses in bytes returned by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_responses_bytes_total counter traefik_service_responses_bytes_total{code="0",method="GET",protocol="websocket",service="denapi-k0s@file"} 0 traefik_service_responses_bytes_total{code="0",method="GET",protocol="websocket",service="grafana-k0s@file"} 0 traefik_service_responses_bytes_total{code="0",method="GET",protocol="websocket",service="ssh-gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="DELETE",protocol="http",service="argocd-k0s@file"} 26 traefik_service_responses_bytes_total{code="200",method="DELETE",protocol="http",service="denapi-k0s@file"} 57 traefik_service_responses_bytes_total{code="200",method="DELETE",protocol="http",service="tidal-k0s@file"} 324 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="alchemist-k0s@file"} 1.4786704e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="argocd-k0s@file"} 1.790523e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="denapi-k0s@file"} 1.2901663e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="gitea-k0s@file"} 3.3368296e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="grafana-k0s@file"} 1.055088205e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="oauth2-proxy@docker"} 1.377705e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="registry-k0s@file"} 6.3419278701e+10 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 7 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="tidal-k0s@file"} 1.61547728e+08 traefik_service_responses_bytes_total{code="200",method="GET",protocol="sse",service="gitea-k0s@file"} 42381 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="alchemist-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="tidal-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="200",method="PATCH",protocol="http",service="tidal-k0s@file"} 209 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="argocd-k0s@file"} 252 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="denapi-k0s@file"} 10085 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="gitea-k0s@file"} 8.527519e+06 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="grafana-k0s@file"} 5.6726065e+07 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="tidal-k0s@file"} 9.440439e+06 traefik_service_responses_bytes_total{code="201",method="PUT",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="202",method="GET",protocol="http",service="denapi-k0s@file"} 5577 traefik_service_responses_bytes_total{code="202",method="PATCH",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="202",method="POST",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="alchemist-k0s@file"} 1028 traefik_service_responses_bytes_total{code="301",method="GET",protocol="http",service="gitea-k0s@file"} 58 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="denapi-k0s@file"} 923 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="grafana-k0s@file"} 5020 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="oauth2-proxy@docker"} 734 traefik_service_responses_bytes_total{code="302",method="HEAD",protocol="http",service="grafana-k0s@file"} 0 traefik_service_responses_bytes_total{code="302",method="OPTIONS",protocol="http",service="grafana-k0s@file"} 0 traefik_service_responses_bytes_total{code="302",method="POST",protocol="http",service="grafana-k0s@file"} 0 traefik_service_responses_bytes_total{code="303",method="GET",protocol="http",service="gitea-k0s@file"} 1064 traefik_service_responses_bytes_total{code="303",method="HEAD",protocol="http",service="gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="303",method="POST",protocol="http",service="gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="denapi-k0s@file"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="grafana-k0s@file"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="tidal-k0s@file"} 0 traefik_service_responses_bytes_total{code="307",method="GET",protocol="http",service="gitea-k0s@file"} 268 traefik_service_responses_bytes_total{code="400",method="GET",protocol="http",service="denapi-k0s@file"} 196188 traefik_service_responses_bytes_total{code="400",method="POST",protocol="http",service="gitea-k0s@file"} 60 traefik_service_responses_bytes_total{code="400",method="POST",protocol="http",service="tidal-k0s@file"} 432 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="argocd-k0s@file"} 158 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="denapi-k0s@file"} 2280 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="gitea-k0s@file"} 50 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="grafana-k0s@file"} 54696 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="registry-k0s@file"} 31086 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="tidal-k0s@file"} 676 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_responses_bytes_total{code="401",method="HEAD",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="grafana-k0s@file"} 5031 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="tidal-k0s@file"} 290 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="denapi-k0s@file"} 9675 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="gitea-k0s@file"} 92619 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="grafana-k0s@file"} 2094 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="registry-k0s@file"} 1254 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="ssh-gitea-k0s@file"} 630 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="tidal-k0s@file"} 949 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="torch-k0s@file"} 3705 traefik_service_responses_bytes_total{code="404",method="GET",protocol="websocket",service="denapi-k0s@file"} 195 traefik_service_responses_bytes_total{code="404",method="GET",protocol="websocket",service="grafana-k0s@file"} 5035 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="registry-k0s@file"} 0 traefik_service_responses_bytes_total{code="404",method="HEAD",protocol="http",service="torch-k0s@file"} 0 traefik_service_responses_bytes_total{code="404",method="OPTIONS",protocol="http",service="ssh-gitea-k0s@file"} 9 traefik_service_responses_bytes_total{code="404",method="OPTIONS",protocol="http",service="torch-k0s@file"} 38 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="gitea-k0s@file"} 22 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="grafana-k0s@file"} 266 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="registry-k0s@file"} 95 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="ssh-gitea-k0s@file"} 45 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="torch-k0s@file"} 190 traefik_service_responses_bytes_total{code="405",method="OPTIONS",protocol="http",service="gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="alchemist-k0s@file"} 3825 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="gitea-k0s@file"} 0 traefik_service_responses_bytes_total{code="429",method="POST",protocol="http",service="grafana-k0s@file"} 272 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="denapi-k0s@file"} 43449 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="tidal-k0s@file"} 63 traefik_service_responses_bytes_total{code="499",method="GET",protocol="sse",service="argocd-k0s@file"} 42 traefik_service_responses_bytes_total{code="499",method="GET",protocol="sse",service="gitea-k0s@file"} 21 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="denapi-k0s@file"} 42 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="gitea-k0s@file"} 42 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="grafana-k0s@file"} 231 traefik_service_responses_bytes_total{code="499",method="POST",protocol="http",service="tidal-k0s@file"} 2688 traefik_service_responses_bytes_total{code="499",method="PUT",protocol="http",service="registry-k0s@file"} 63 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="oauth2-proxy@docker"} 8313 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="denapi-k0s@file"} 1057 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="gitea-k0s@file"} 32 traefik_service_responses_bytes_total{code="500",method="POST",protocol="http",service="tidal-k0s@file"} 3471 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="denapi-k0s@file"} 33 traefik_service_responses_bytes_total{code="502",method="GET",protocol="websocket",service="denapi-k0s@file"} 11 traefik_service_responses_bytes_total{code="502",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 traefik_service_responses_bytes_total{code="502",method="POST",protocol="http",service="denapi-k0s@file"} 11 traefik_service_responses_bytes_total{code="502",method="PUT",protocol="http",service="registry-k0s@file"} 165 traefik_service_responses_bytes_total{code="503",method="GET",protocol="http",service="denapi-k0s@file"} 320 traefik_service_responses_bytes_total{code="503",method="GET",protocol="websocket",service="denapi-k0s@file"} 40 traefik_service_responses_bytes_total{code="503",method="GET",protocol="websocket",service="grafana-k0s@file"} 100 traefik_service_responses_bytes_total{code="503",method="HEAD",protocol="http",service="denapi-k0s@file"} 0 # HELP traefik_tls_certs_not_after Certificate expiration timestamp # TYPE traefik_tls_certs_not_after gauge traefik_tls_certs_not_after{cn="alchemist-test.hzlb01.xijax.com",sans="alchemist-test.hzlb01.xijax.com",serial="588259410846427141894373599587543664555011"} 1.776265551e+09 traefik_tls_certs_not_after{cn="alchemist.hzlb01.xijax.com",sans="alchemist.hzlb01.xijax.com",serial="537397590672224254879094849022882984785835"} 1.776265554e+09 traefik_tls_certs_not_after{cn="api.hzlb01.xijax.com",sans="api.hzlb01.xijax.com",serial="455218892146732064698794447007198551459245"} 1.773347491e+09 traefik_tls_certs_not_after{cn="api.hzlb01.xijax.com",sans="api.hzlb01.xijax.com",serial="515735115259175014712226744469962341780575"} 1.778610748e+09 traefik_tls_certs_not_after{cn="argocd.hzlb01.xijax.com",sans="argocd.hzlb01.xijax.com",serial="577895400397228013444726579945318386806031"} 1.773443092e+09 traefik_tls_certs_not_after{cn="di-test.hzlb01.xijax.com",sans="di-test.hzlb01.xijax.com",serial="443488050566601519397072509840382026744185"} 1.775246581e+09 traefik_tls_certs_not_after{cn="di.hzlb01.xijax.com",sans="di.hzlb01.xijax.com",serial="443391821160839762622626727767019732850572"} 1.775246585e+09 traefik_tls_certs_not_after{cn="grafana.hzlb01.xijax.com",sans="grafana.hzlb01.xijax.com",serial="454494732312435493551749700549532776720839"} 1.778610806e+09 traefik_tls_certs_not_after{cn="grafana.hzlb01.xijax.com",sans="grafana.hzlb01.xijax.com",serial="520321314112132815183827778445680588711696"} 1.773349242e+09 traefik_tls_certs_not_after{cn="metrics.hzlb01.xijax.com",sans="metrics.hzlb01.xijax.com",serial="441733945064207121484030748940601591952799"} 1.77334749e+09 traefik_tls_certs_not_after{cn="metrics.hzlb01.xijax.com",sans="metrics.hzlb01.xijax.com",serial="447563172745952129832543208482717054702594"} 1.778610756e+09 traefik_tls_certs_not_after{cn="spoon.hzlb01.xijax.com",sans="spoon.hzlb01.xijax.com",serial="500660350314058335122107020676749065406492"} 1.778610801e+09 traefik_tls_certs_not_after{cn="spoon.hzlb01.xijax.com",sans="spoon.hzlb01.xijax.com",serial="604275391359306294657661874989041659992564"} 1.773348604e+09 traefik_tls_certs_not_after{cn="ssh.teepot.hzlb01.xijax.com",sans="ssh.teepot.hzlb01.xijax.com",serial="444236582800198289182743289648377624064408"} 1.773348584e+09 traefik_tls_certs_not_after{cn="ssh.teepot.hzlb01.xijax.com",sans="ssh.teepot.hzlb01.xijax.com",serial="456499117353313215798342603911227068538422"} 1.778610783e+09 traefik_tls_certs_not_after{cn="teepot.hzlb01.xijax.com",sans="teepot.hzlb01.xijax.com",serial="484600122982613309866607082534031963041287"} 1.778610792e+09 traefik_tls_certs_not_after{cn="teepot.hzlb01.xijax.com",sans="teepot.hzlb01.xijax.com",serial="542316149517880127348516968405554578136204"} 1.77334859e+09 traefik_tls_certs_not_after{cn="tidal-test.hzlb01.xijax.com",sans="tidal-test.hzlb01.xijax.com",serial="444626791320655948421722774682041876292201"} 1.776820889e+09 traefik_tls_certs_not_after{cn="tidal.hzlb01.xijax.com",sans="tidal.hzlb01.xijax.com",serial="457971141452657226154613308507425357610118"} 1.776820892e+09 traefik_tls_certs_not_after{cn="torch-test.hzlb01.xijax.com",sans="torch-test.hzlb01.xijax.com",serial="447272410516850534333450631197064132577022"} 1.778610776e+09 traefik_tls_certs_not_after{cn="torch-test.hzlb01.xijax.com",sans="torch-test.hzlb01.xijax.com",serial="582368326570973029129694783485550700135129"} 1.773348578e+09 traefik_tls_certs_not_after{cn="torch.hzlb01.xijax.com",sans="torch.hzlb01.xijax.com",serial="468595871266209403084542282962098316850495"} 1.778610764e+09 traefik_tls_certs_not_after{cn="torch.hzlb01.xijax.com",sans="torch.hzlb01.xijax.com",serial="571043084492773095913476047786802248957119"} 1.773348576e+09