# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.2204e-05 go_gc_duration_seconds{quantile="0.25"} 7.6537e-05 go_gc_duration_seconds{quantile="0.5"} 8.7786e-05 go_gc_duration_seconds{quantile="0.75"} 0.000116931 go_gc_duration_seconds{quantile="1"} 0.002903554 go_gc_duration_seconds_sum 0.339697907 go_gc_duration_seconds_count 1748 # 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 58 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.11"} 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.4472408e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.5272391936e+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.103999e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.23918628e+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.6984e+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.4472408e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 6.3922176e+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 1.8587648e+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 89671 # 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 5.8974208e+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 8.2509824e+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.7809415186244078e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.24008299e+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 2416 # 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 279200 # 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 799680 # 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.0431418e+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 928801 # 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.376256e+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.376256e+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 9.2432664e+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 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 397.23 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 5.0095844e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 5.68867394e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 19 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.6891008e+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.78080626232e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.487020032e+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_failure Last config reload failure # TYPE traefik_config_last_reload_failure gauge traefik_config_last_reload_failure 0 # HELP traefik_config_last_reload_success Last config reload success # TYPE traefik_config_last_reload_success gauge traefik_config_last_reload_success 1.780926264e+09 # HELP traefik_config_reloads_failure_total Config failure reloads # TYPE traefik_config_reloads_failure_total counter traefik_config_reloads_failure_total 0 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 40 # HELP traefik_entrypoint_open_connections How many open connections exist on an entrypoint, partitioned by method and protocol. # TYPE traefik_entrypoint_open_connections gauge traefik_entrypoint_open_connections{entrypoint="traefik",method="GET",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="DELETE",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="PATCH",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="POST",protocol="sse"} 0 # HELP traefik_entrypoint_request_duration_seconds How long it took to process the request on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_request_duration_seconds histogram traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="traefik",method="GET",protocol="http"} 0.049770616 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="traefik",method="GET",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.1"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="0.3"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="1.2"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="5"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="web",method="GET",protocol="http",le="+Inf"} 90 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="web",method="GET",protocol="http"} 0.00877886 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="web",method="GET",protocol="http"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 9117 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 10318 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 11124 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 14204 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 14313 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 9994.523375525006 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 14313 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 8 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0.028615970999999997 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 8 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 2317 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 2321 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 2323 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 2323 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 2324 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 23.04316958000004 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 2324 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 28 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 219.35643500599997 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 28 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 23 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 43 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 45 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="5"} 45 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 45 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="POST",protocol="http"} 5.722590303000001 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="POST",protocol="http"} 45 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.013500576 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 100 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 102 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 102 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 102 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 102 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 1.1828561390000003 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 102 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.1"} 822 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.3"} 822 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="1.2"} 822 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="5"} 822 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="+Inf"} 822 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="web",method="GET",protocol="http"} 0.05252865499999992 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="web",method="GET",protocol="http"} 822 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 235 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 235 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 243 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 247 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 248 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 20.939154468 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 248 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 294 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 295 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 296 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 297 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 297 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 5.013303381000002 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 297 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="CONNECT",protocol="http"} 0.000714984 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="CONNECT",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="HEAD",protocol="http"} 0.001078339 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="HEAD",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="0.1"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="0.3"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="1.2"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="5"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="+Inf"} 22 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="POST",protocol="http"} 0.006432774 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="POST",protocol="http"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="400",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="400",entrypoint="websecure",method="GET",protocol="http"} 0.002766397 traefik_entrypoint_request_duration_seconds_count{code="400",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 695 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 747 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 757 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 760 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 760 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 20.99736742300002 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 760 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="POST",protocol="http"} 0.00401267 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 35 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 44 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 52 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="5"} 54 traefik_entrypoint_request_duration_seconds_bucket{code="403",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 54 traefik_entrypoint_request_duration_seconds_sum{code="403",entrypoint="websecure",method="GET",protocol="http"} 9.917379696000001 traefik_entrypoint_request_duration_seconds_count{code="403",entrypoint="websecure",method="GET",protocol="http"} 54 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="0.1"} 618 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="0.3"} 618 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="1.2"} 618 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="5"} 618 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="+Inf"} 618 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="GET",protocol="http"} 0.007955178000000002 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="GET",protocol="http"} 618 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 550 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 550 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 550 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 550 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 550 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 0.008480591999999999 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 550 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 19 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 0.00024837700000000004 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 19 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 91 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.0013973500000000001 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 91 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="CONNECT",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 3.8802e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="DELETE",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 5.3989e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 5662 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 5665 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 5665 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 5665 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 5665 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 3.147627486000011 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 5665 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="sse",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="sse"} 2.7692e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="sse"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="websocket",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0.001134568 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0.000145468 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 44 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 44 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 44 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 44 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 44 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.001018796 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 44 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="PATCH",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 0.002982882 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 283 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 283 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 284 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 284 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 284 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 0.34474653600000027 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 284 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="sse",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="sse"} 2.7339e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="sse"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.001099607 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="5"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 17 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="POST",protocol="http"} 0.14149665600000005 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="POST",protocol="http"} 17 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 34 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 49 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 87 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 88 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 117.18175292499996 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 88 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 13 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 24 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 4.291012461000001 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="502",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 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"} 4 traefik_entrypoint_request_duration_seconds_sum{code="502",entrypoint="websecure",method="GET",protocol="http"} 8.963793971 traefik_entrypoint_request_duration_seconds_count{code="502",entrypoint="websecure",method="GET",protocol="http"} 4 # HELP traefik_entrypoint_requests_bytes_total The total size of requests in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_bytes_total counter traefik_entrypoint_requests_bytes_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 73179 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 728 traefik_entrypoint_requests_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="301",entrypoint="web",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="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 2559 traefik_entrypoint_requests_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="GET",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="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="DELETE",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 1840 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 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"} 59670 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="502",entrypoint="websecure",method="GET",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="traefik",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 544 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 22 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 2 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 609 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 24 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 20 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 24166 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 44 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA",tls_version="1.2"} 4 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 139 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 8 # HELP traefik_entrypoint_requests_total How many HTTP requests processed on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_total counter traefik_entrypoint_requests_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 4 traefik_entrypoint_requests_total{code="200",entrypoint="web",method="GET",protocol="http"} 90 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 14313 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 8 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 2324 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 28 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 45 traefik_entrypoint_requests_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 3 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 102 traefik_entrypoint_requests_total{code="301",entrypoint="web",method="GET",protocol="http"} 822 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 248 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 297 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 1 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 5 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="POST",protocol="http"} 22 traefik_entrypoint_requests_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 760 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 1 traefik_entrypoint_requests_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 54 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 618 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 550 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 19 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 91 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 5665 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 1 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 6 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 44 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 3 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 284 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 1 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 2 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 17 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 88 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 24 traefik_entrypoint_requests_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 4 # HELP traefik_entrypoint_responses_bytes_total The total size of responses in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_responses_bytes_total counter traefik_entrypoint_responses_bytes_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 27970 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="web",method="GET",protocol="http"} 7830 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 4.80474052e+08 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 16576 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 25572 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 239137 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 9863 traefik_entrypoint_responses_bytes_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 1.624134e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="web",method="GET",protocol="http"} 13974 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 86824 traefik_entrypoint_responses_bytes_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 90 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="POST",protocol="http"} 396 traefik_entrypoint_responses_bytes_total{code="400",entrypoint="websecure",method="GET",protocol="http"} 314 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 21202 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="POST",protocol="http"} 65 traefik_entrypoint_responses_bytes_total{code="403",entrypoint="websecure",method="GET",protocol="http"} 137068 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 11742 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 10450 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 361 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 1729 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="DELETE",protocol="http"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 844497 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="sse"} 19 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 19 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"} 836 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="PATCH",protocol="http"} 57 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 5904 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="sse"} 19 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="OPTIONS",protocol="http"} 314 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 3859 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 1848 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 2379 traefik_entrypoint_responses_bytes_total{code="502",entrypoint="websecure",method="GET",protocol="http"} 44 # HELP traefik_service_open_connections How many open connections exist on a service, partitioned by method and protocol. # TYPE traefik_service_open_connections gauge traefik_service_open_connections{method="GET",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="GET",protocol="http",service="vue@docker"} 0 traefik_service_open_connections{method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="vue@docker"} 0 traefik_service_open_connections{method="POST",protocol="http",service="flask@docker"} 0 traefik_service_open_connections{method="POST",protocol="http",service="portainer@docker"} 0 traefik_service_open_connections{method="POST",protocol="http",service="vue@docker"} 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="200",method="GET",protocol="http",service="flask@docker",le="0.1"} 3782 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="0.3"} 4765 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="1.2"} 5352 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="5"} 8240 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="+Inf"} 8313 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="flask@docker"} 9059.557335881997 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="flask@docker"} 8313 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="0.1"} 802 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="0.3"} 812 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="1.2"} 834 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="5"} 841 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 842 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@docker"} 36.13217244400002 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@docker"} 842 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="0.1"} 2873 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="0.3"} 3031 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="1.2"} 3228 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="5"} 3413 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="+Inf"} 3448 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="vue@docker"} 870.7794919019994 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="vue@docker"} 3448 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="portainer@docker",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="portainer@docker"} 0.008357564 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="portainer@docker"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="vue@docker"} 0.001009817 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="vue@docker"} 1 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 2313 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 2317 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 2319 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 2319 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 2320 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 22.88662509500007 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 2320 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="portainer@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 0.0038830690000000003 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="flask@docker",le="+Inf"} 18 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="flask@docker"} 219.290764874 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="flask@docker"} 18 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="0.1"} 23 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="0.3"} 43 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="1.2"} 45 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="5"} 45 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="+Inf"} 45 traefik_service_request_duration_seconds_sum{code="202",method="POST",protocol="http",service="flask@docker"} 5.718544358000001 traefik_service_request_duration_seconds_count{code="202",method="POST",protocol="http",service="flask@docker"} 45 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="0.3"} 3 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 3 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@docker"} 0.013383014 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@docker"} 3 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="0.1"} 100 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="0.3"} 102 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="1.2"} 102 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="5"} 102 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="+Inf"} 102 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="vue@docker"} 1.1781086099999993 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="vue@docker"} 102 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="0.1"} 235 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="0.3"} 235 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="1.2"} 243 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="5"} 247 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="+Inf"} 248 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="flask@docker"} 20.926430052999997 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="flask@docker"} 248 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="0.1"} 280 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="0.3"} 281 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="1.2"} 282 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="5"} 283 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="+Inf"} 283 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="flask@docker"} 4.984138073999999 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="flask@docker"} 283 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="0.1"} 14 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="0.3"} 14 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="1.2"} 14 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="5"} 14 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="+Inf"} 14 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="vue@docker"} 0.014507101999999997 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="vue@docker"} 14 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="400",method="GET",protocol="http",service="vue@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="400",method="GET",protocol="http",service="vue@docker"} 0.002642312 traefik_service_request_duration_seconds_count{code="400",method="GET",protocol="http",service="vue@docker"} 2 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="flask@docker",le="0.1"} 125 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="flask@docker",le="0.3"} 177 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="flask@docker",le="1.2"} 187 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="flask@docker",le="5"} 190 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="flask@docker",le="+Inf"} 190 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="flask@docker"} 20.941213189 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="flask@docker"} 190 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="GET",protocol="http",service="portainer@docker"} 0.005434761 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@docker"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="flask@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="flask@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="flask@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="401",method="POST",protocol="http",service="flask@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="401",method="POST",protocol="http",service="flask@docker"} 0.003958656 traefik_service_request_duration_seconds_count{code="401",method="POST",protocol="http",service="flask@docker"} 1 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="flask@docker",le="0.1"} 35 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="flask@docker",le="0.3"} 44 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="flask@docker",le="1.2"} 52 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="flask@docker",le="5"} 54 traefik_service_request_duration_seconds_bucket{code="403",method="GET",protocol="http",service="flask@docker",le="+Inf"} 54 traefik_service_request_duration_seconds_sum{code="403",method="GET",protocol="http",service="flask@docker"} 9.914570829999997 traefik_service_request_duration_seconds_count{code="403",method="GET",protocol="http",service="flask@docker"} 54 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="0.1"} 208 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="0.3"} 210 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="1.2"} 210 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="5"} 210 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="+Inf"} 210 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="flask@docker"} 2.232796396 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="flask@docker"} 210 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="0.1"} 292 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="0.3"} 293 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="1.2"} 293 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="5"} 293 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 293 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@docker"} 0.4072902060000002 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@docker"} 293 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="0.1"} 201 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="0.3"} 201 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="1.2"} 201 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="5"} 201 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="+Inf"} 201 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="vue@docker"} 0.34928873599999993 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="vue@docker"} 201 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="0.1"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="0.3"} 9 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="flask@docker",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="flask@docker"} 0.33247420299999997 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="flask@docker"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="404",method="POST",protocol="http",service="portainer@docker",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="404",method="POST",protocol="http",service="portainer@docker"} 0.006114157999999999 traefik_service_request_duration_seconds_count{code="404",method="POST",protocol="http",service="portainer@docker"} 10 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="0.1"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="1.2"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="OPTIONS",protocol="http",service="vue@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 0.00098329 traefik_service_request_duration_seconds_count{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 2 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="flask@docker"} 0.119724398 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="flask@docker"} 4 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="0.1"} 13 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="0.3"} 13 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="1.2"} 13 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="5"} 13 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="+Inf"} 13 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="vue@docker"} 0.014313765 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="vue@docker"} 13 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="0.1"} 20 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="0.3"} 32 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="1.2"} 41 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="5"} 78 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="+Inf"} 79 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="flask@docker"} 110.909671116 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="flask@docker"} 79 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="0.3"} 2 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="5"} 9 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="+Inf"} 9 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="vue@docker"} 6.268335303 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="vue@docker"} 9 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="0.1"} 13 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="0.3"} 20 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="1.2"} 24 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="5"} 24 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="+Inf"} 24 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="flask@docker"} 4.289937768 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="flask@docker"} 24 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="1.2"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="5"} 3 traefik_service_request_duration_seconds_bucket{code="502",method="GET",protocol="http",service="flask@docker",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="502",method="GET",protocol="http",service="flask@docker"} 8.963603014 traefik_service_request_duration_seconds_count{code="502",method="GET",protocol="http",service="flask@docker"} 4 # HELP traefik_service_requests_bytes_total The total size of requests in bytes received by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_bytes_total counter traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="200",method="POST",protocol="http",service="flask@docker"} 73179 traefik_service_requests_bytes_total{code="202",method="POST",protocol="http",service="flask@docker"} 728 traefik_service_requests_bytes_total{code="204",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="206",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="302",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="304",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="400",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="401",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="401",method="POST",protocol="http",service="flask@docker"} 2559 traefik_service_requests_bytes_total{code="403",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_requests_bytes_total{code="404",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="flask@docker"} 920 traefik_service_requests_bytes_total{code="404",method="POST",protocol="http",service="portainer@docker"} 920 traefik_service_requests_bytes_total{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="flask@docker"} 58030 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="vue@docker"} 1640 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="499",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="502",method="GET",protocol="http",service="flask@docker"} 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="flask@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 11807 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 1148 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 4 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 10 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 3817 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 16 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 24 # HELP traefik_service_requests_total How many HTTP requests processed on a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_total counter traefik_service_requests_total{code="200",method="GET",protocol="http",service="flask@docker"} 8313 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@docker"} 842 traefik_service_requests_total{code="200",method="GET",protocol="http",service="vue@docker"} 3448 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="portainer@docker"} 5 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 1 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 2320 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 2 traefik_service_requests_total{code="200",method="POST",protocol="http",service="flask@docker"} 18 traefik_service_requests_total{code="202",method="POST",protocol="http",service="flask@docker"} 45 traefik_service_requests_total{code="204",method="GET",protocol="http",service="portainer@docker"} 3 traefik_service_requests_total{code="206",method="GET",protocol="http",service="vue@docker"} 102 traefik_service_requests_total{code="302",method="GET",protocol="http",service="flask@docker"} 248 traefik_service_requests_total{code="304",method="GET",protocol="http",service="flask@docker"} 283 traefik_service_requests_total{code="304",method="GET",protocol="http",service="vue@docker"} 14 traefik_service_requests_total{code="400",method="GET",protocol="http",service="vue@docker"} 2 traefik_service_requests_total{code="401",method="GET",protocol="http",service="flask@docker"} 190 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@docker"} 1 traefik_service_requests_total{code="401",method="POST",protocol="http",service="flask@docker"} 1 traefik_service_requests_total{code="403",method="GET",protocol="http",service="flask@docker"} 54 traefik_service_requests_total{code="404",method="GET",protocol="http",service="flask@docker"} 210 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@docker"} 293 traefik_service_requests_total{code="404",method="GET",protocol="http",service="vue@docker"} 201 traefik_service_requests_total{code="404",method="POST",protocol="http",service="flask@docker"} 10 traefik_service_requests_total{code="404",method="POST",protocol="http",service="portainer@docker"} 10 traefik_service_requests_total{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 2 traefik_service_requests_total{code="405",method="POST",protocol="http",service="flask@docker"} 4 traefik_service_requests_total{code="405",method="POST",protocol="http",service="vue@docker"} 13 traefik_service_requests_total{code="499",method="GET",protocol="http",service="flask@docker"} 79 traefik_service_requests_total{code="499",method="GET",protocol="http",service="vue@docker"} 9 traefik_service_requests_total{code="500",method="GET",protocol="http",service="flask@docker"} 24 traefik_service_requests_total{code="502",method="GET",protocol="http",service="flask@docker"} 4 # HELP traefik_service_responses_bytes_total The total size of responses in bytes returned by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_responses_bytes_total counter traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="flask@docker"} 2.70476931e+08 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@docker"} 8.4275589e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="vue@docker"} 1.10260583e+08 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="portainer@docker"} 0 traefik_service_responses_bytes_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 0 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="200",method="OPTIONS",protocol="http",service="portainer@docker"} 9576 traefik_service_responses_bytes_total{code="200",method="POST",protocol="http",service="flask@docker"} 159230 traefik_service_responses_bytes_total{code="202",method="POST",protocol="http",service="flask@docker"} 9863 traefik_service_responses_bytes_total{code="204",method="GET",protocol="http",service="portainer@docker"} 0 traefik_service_responses_bytes_total{code="206",method="GET",protocol="http",service="vue@docker"} 1.624134e+06 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="flask@docker"} 86824 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_responses_bytes_total{code="304",method="GET",protocol="http",service="vue@docker"} 0 traefik_service_responses_bytes_total{code="400",method="GET",protocol="http",service="vue@docker"} 314 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="flask@docker"} 11452 traefik_service_responses_bytes_total{code="401",method="GET",protocol="http",service="portainer@docker"} 77 traefik_service_responses_bytes_total{code="401",method="POST",protocol="http",service="flask@docker"} 65 traefik_service_responses_bytes_total{code="403",method="GET",protocol="http",service="flask@docker"} 137068 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="flask@docker"} 650402 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@docker"} 5567 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="vue@docker"} 94269 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="flask@docker"} 698 traefik_service_responses_bytes_total{code="404",method="POST",protocol="http",service="portainer@docker"} 190 traefik_service_responses_bytes_total{code="405",method="OPTIONS",protocol="http",service="vue@docker"} 314 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="flask@docker"} 612 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="vue@docker"} 3247 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="flask@docker"} 1659 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="vue@docker"} 189 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="flask@docker"} 2379 traefik_service_responses_bytes_total{code="502",method="GET",protocol="http",service="flask@docker"} 44 # HELP traefik_tls_certs_not_after Certificate expiration timestamp # TYPE traefik_tls_certs_not_after gauge traefik_tls_certs_not_after{cn="alertmanager.statty.nl",sans="alertmanager.statty.app,alertmanager.statty.nl",serial="488306633967636762253335527203287914700089"} 1.788665282e+09 traefik_tls_certs_not_after{cn="alertmanager.statty.nl",sans="alertmanager.statty.app,alertmanager.statty.nl",serial="515910423246286482085700356720537592073086"} 1.783447216e+09 traefik_tls_certs_not_after{cn="api.statty.nl",sans="api.statty.app,api.statty.nl",serial="470985167904992292416748525152522147406670"} 1.783447105e+09 traefik_tls_certs_not_after{cn="api.statty.nl",sans="api.statty.app,api.statty.nl",serial="502033543308150584701957721395202568787981"} 1.788665192e+09 traefik_tls_certs_not_after{cn="flower.statty.nl",sans="flower.statty.app,flower.statty.nl",serial="595129317320469388897225128041169099560117"} 1.785726442e+09 traefik_tls_certs_not_after{cn="grafana.statty.nl",sans="grafana.statty.app,grafana.statty.nl",serial="494504598484507284403177094482591733890733"} 1.788665551e+09 traefik_tls_certs_not_after{cn="grafana.statty.nl",sans="grafana.statty.app,grafana.statty.nl",serial="498233417434035414916798049114816158380988"} 1.783447541e+09 traefik_tls_certs_not_after{cn="metrics.statty.nl",sans="metrics.statty.app,metrics.statty.nl",serial="465326110234193675582801258853142385956918"} 1.78866539e+09 traefik_tls_certs_not_after{cn="metrics.statty.nl",sans="metrics.statty.app,metrics.statty.nl",serial="489250714147182022707275255262267198418592"} 1.783447337e+09 traefik_tls_certs_not_after{cn="portainer.statty.nl",sans="portainer.statty.app,portainer.statty.nl",serial="469491984416987563368566650405341973182803"} 1.783447142e+09 traefik_tls_certs_not_after{cn="portainer.statty.nl",sans="portainer.statty.app,portainer.statty.nl",serial="513857131755804374952959616015081240683474"} 1.788665224e+09 traefik_tls_certs_not_after{cn="prometheus.statty.nl",sans="prometheus.statty.app,prometheus.statty.nl",serial="442417077986892905564513239570847607462288"} 1.788665521e+09 traefik_tls_certs_not_after{cn="prometheus.statty.nl",sans="prometheus.statty.app,prometheus.statty.nl",serial="467965041287132483026916296217856854646931"} 1.783447502e+09 traefik_tls_certs_not_after{cn="statty.nl",sans="statty.app,statty.nl",serial="456226341617568529438401004788357021081283"} 1.78866534e+09 traefik_tls_certs_not_after{cn="statty.nl",sans="statty.app,statty.nl",serial="516908270994065319031663321677338711941818"} 1.783447286e+09 traefik_tls_certs_not_after{cn="swarmpit.statty.nl",sans="swarmpit.statty.app,swarmpit.statty.nl",serial="436460239816663091065933769899405021948127"} 1.788665476e+09 traefik_tls_certs_not_after{cn="swarmpit.statty.nl",sans="swarmpit.statty.app,swarmpit.statty.nl",serial="497324192952277653082849742686799802965274"} 1.783447457e+09 traefik_tls_certs_not_after{cn="traefik.statty.nl",sans="traefik.statty.app,traefik.statty.nl",serial="510183144325063643858321805496812245054344"} 1.783447377e+09 traefik_tls_certs_not_after{cn="traefik.statty.nl",sans="traefik.statty.app,traefik.statty.nl",serial="521993974267249085255139633227188762286088"} 1.788665424e+09