# 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"} 5.9602e-05 go_gc_duration_seconds{quantile="0.25"} 7.0713e-05 go_gc_duration_seconds{quantile="0.5"} 9.0971e-05 go_gc_duration_seconds{quantile="0.75"} 0.000127058 go_gc_duration_seconds{quantile="1"} 0.00270334 go_gc_duration_seconds_sum 0.6298475 go_gc_duration_seconds_count 4816 # 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 46 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.6"} 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.4488744e+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 4.1995457064e+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.264587e+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 3.50052084e+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.258576e+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.4488744e+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 1.4508032e+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.7866752e+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 105148 # 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 1.1370496e+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 3.2374784e+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.7710206780918202e+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 3.50157232e+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 278560 # 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 424320 # 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 1.8648698e+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 727317 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.179648e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.179648e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 4.1244936e+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 784.46 # 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 2.288593439e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.400375331e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 13 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.5400064e+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.77060087195e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.414647808e+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.770684123e+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 15 # 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="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="traefik",method="GET",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="traefik",method="HEAD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="traefik",method="POST",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="web",method="PUT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="CONNECT",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0 traefik_entrypoint_open_connections{entrypoint="websecure",method="GET",protocol="http"} 1 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="POST",protocol="http"} 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"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="traefik",method="GET",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="traefik",method="GET",protocol="http"} 0.020195031000000002 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="traefik",method="GET",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 13475 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 22747 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 31701 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 36502 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 36649 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 18494.39447452108 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 36649 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0.0051641989999999995 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 13966 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 14278 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 14584 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 14986 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 14988 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 1129.9976086230022 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 14988 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="5"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 20 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="POST",protocol="http"} 0.10926679299999999 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="POST",protocol="http"} 20 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="202",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="202",entrypoint="websecure",method="POST",protocol="http"} 1.452107037 traefik_entrypoint_request_duration_seconds_count{code="202",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="204",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="204",entrypoint="websecure",method="GET",protocol="http"} 0.000547052 traefik_entrypoint_request_duration_seconds_count{code="204",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 118 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 126 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 126 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="5"} 126 traefik_entrypoint_request_duration_seconds_bucket{code="206",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 126 traefik_entrypoint_request_duration_seconds_sum{code="206",entrypoint="websecure",method="GET",protocol="http"} 2.375497229 traefik_entrypoint_request_duration_seconds_count{code="206",entrypoint="websecure",method="GET",protocol="http"} 126 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.1"} 12806 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="0.3"} 12806 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="1.2"} 12806 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="5"} 12806 traefik_entrypoint_request_duration_seconds_bucket{code="301",entrypoint="web",method="GET",protocol="http",le="+Inf"} 12806 traefik_entrypoint_request_duration_seconds_sum{code="301",entrypoint="web",method="GET",protocol="http"} 0.6649501099999983 traefik_entrypoint_request_duration_seconds_count{code="301",entrypoint="web",method="GET",protocol="http"} 12806 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 169 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 170 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 171 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="5"} 172 traefik_entrypoint_request_duration_seconds_bucket{code="302",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 172 traefik_entrypoint_request_duration_seconds_sum{code="302",entrypoint="websecure",method="GET",protocol="http"} 3.8339207500000008 traefik_entrypoint_request_duration_seconds_count{code="302",entrypoint="websecure",method="GET",protocol="http"} 172 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 57 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 57 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 57 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="5"} 65 traefik_entrypoint_request_duration_seconds_bucket{code="304",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 66 traefik_entrypoint_request_duration_seconds_sum{code="304",entrypoint="websecure",method="GET",protocol="http"} 25.848721071 traefik_entrypoint_request_duration_seconds_count{code="304",entrypoint="websecure",method="GET",protocol="http"} 66 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="CONNECT",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="CONNECT",protocol="http"} 0.000171111 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="CONNECT",protocol="http"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.1"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="0.3"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="1.2"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="5"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="HEAD",protocol="http",le="+Inf"} 30 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="HEAD",protocol="http"} 0.0024578160000000007 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="HEAD",protocol="http"} 30 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 5.8191e-05 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="0.1"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="0.3"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="1.2"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="5"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="POST",protocol="http",le="+Inf"} 89 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="POST",protocol="http"} 0.007103592000000002 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="POST",protocol="http"} 89 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="PUT",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="PUT",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="PUT",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="PUT",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="308",entrypoint="web",method="PUT",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="308",entrypoint="web",method="PUT",protocol="http"} 5.4384e-05 traefik_entrypoint_request_duration_seconds_count{code="308",entrypoint="web",method="PUT",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="5"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="401",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 22 traefik_entrypoint_request_duration_seconds_sum{code="401",entrypoint="websecure",method="GET",protocol="http"} 0.027667747999999995 traefik_entrypoint_request_duration_seconds_count{code="401",entrypoint="websecure",method="GET",protocol="http"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="0.1"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="0.3"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="1.2"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="5"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="CONNECT",protocol="http",le="+Inf"} 9 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 0.000245725 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 9 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="0.1"} 154 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="0.3"} 154 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="1.2"} 154 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="5"} 154 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="GET",protocol="http",le="+Inf"} 154 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="GET",protocol="http"} 0.002977787999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="GET",protocol="http"} 154 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="0.1"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="0.3"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="1.2"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="5"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="HEAD",protocol="http",le="+Inf"} 6 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 0.000128805 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 6 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="0.1"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="traefik",method="POST",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="traefik",method="POST",protocol="http"} 0.00024679700000000004 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="traefik",method="POST",protocol="http"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.1"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="0.3"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="1.2"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="5"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="GET",protocol="http",le="+Inf"} 273 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="GET",protocol="http"} 0.019846782000000004 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="GET",protocol="http"} 273 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="OPTIONS",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 6.9169e-05 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.1"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="0.3"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="1.2"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="5"} 22 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="web",method="POST",protocol="http",le="+Inf"} 22 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="web",method="POST",protocol="http"} 0.00031222899999999997 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="web",method="POST",protocol="http"} 22 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.2075e-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="EXTENSION_METHOD",protocol="http",le="0.1"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="0.3"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="1.2"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="5"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http",le="+Inf"} 12 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 0.000274876 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 12 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 15284 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 15308 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 15324 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 15327 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 15327 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 30.40570867799998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 15327 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"} 4.0935e-05 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"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="0.3"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="1.2"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="5"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="HEAD",protocol="http",le="+Inf"} 32 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0.0024625589999999996 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 32 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0.000131915 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 139 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 139 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 139 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 139 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 139 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 0.003417924000000001 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 139 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="5"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="405",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 24 traefik_entrypoint_request_duration_seconds_sum{code="405",entrypoint="websecure",method="POST",protocol="http"} 0.060411040000000006 traefik_entrypoint_request_duration_seconds_count{code="405",entrypoint="websecure",method="POST",protocol="http"} 24 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 45 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 53 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 56 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="5"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 90 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="GET",protocol="http"} 71.15627990399999 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="GET",protocol="http"} 90 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.1"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="0.3"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="1.2"} 0 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="499",entrypoint="websecure",method="OPTIONS",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 1.768525788 traefik_entrypoint_request_duration_seconds_count{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="5"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="500",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 2 traefik_entrypoint_request_duration_seconds_sum{code="500",entrypoint="websecure",method="GET",protocol="http"} 2.105750966 traefik_entrypoint_request_duration_seconds_count{code="500",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="5"} 1 traefik_entrypoint_request_duration_seconds_bucket{code="503",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 1 traefik_entrypoint_request_duration_seconds_sum{code="503",entrypoint="websecure",method="GET",protocol="http"} 0.006133722 traefik_entrypoint_request_duration_seconds_count{code="503",entrypoint="websecure",method="GET",protocol="http"} 1 # HELP traefik_entrypoint_requests_bytes_total The total size of requests in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_bytes_total counter traefik_entrypoint_requests_bytes_total{code="200",entrypoint="traefik",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"} 5187 traefik_entrypoint_requests_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 0 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="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="308",entrypoint="web",method="PUT",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="CONNECT",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="traefik",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="traefik",method="POST",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="EXTENSION_METHOD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="websocket"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 21468 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 0 traefik_entrypoint_requests_bytes_total{code="503",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"} 16 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 12 traefik_entrypoint_requests_tls_total{entrypoint="traefik",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 5 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 192 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 47 traefik_entrypoint_requests_tls_total{entrypoint="web",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 17 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 61841 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 126 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 2481 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",tls_version="1.2"} 6 # 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"} 5 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 36649 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 4 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 14988 traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 20 traefik_entrypoint_requests_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 5 traefik_entrypoint_requests_total{code="204",entrypoint="websecure",method="GET",protocol="http"} 1 traefik_entrypoint_requests_total{code="206",entrypoint="websecure",method="GET",protocol="http"} 126 traefik_entrypoint_requests_total{code="301",entrypoint="web",method="GET",protocol="http"} 12806 traefik_entrypoint_requests_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 172 traefik_entrypoint_requests_total{code="304",entrypoint="websecure",method="GET",protocol="http"} 66 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="CONNECT",protocol="http"} 3 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 30 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="POST",protocol="http"} 89 traefik_entrypoint_requests_total{code="308",entrypoint="web",method="PUT",protocol="http"} 1 traefik_entrypoint_requests_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 22 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 9 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 154 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 6 traefik_entrypoint_requests_total{code="404",entrypoint="traefik",method="POST",protocol="http"} 12 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="GET",protocol="http"} 273 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="web",method="POST",protocol="http"} 22 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 2 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 12 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 15327 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"} 32 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 139 traefik_entrypoint_requests_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 24 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 90 traefik_entrypoint_requests_total{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 1 traefik_entrypoint_requests_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 2 traefik_entrypoint_requests_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 1 # HELP traefik_entrypoint_responses_bytes_total The total size of responses in bytes handled by an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_responses_bytes_total counter traefik_entrypoint_responses_bytes_total{code="200",entrypoint="traefik",method="GET",protocol="http"} 35769 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 2.192876338e+09 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="HEAD",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="OPTIONS",protocol="http"} 0 traefik_entrypoint_responses_bytes_total{code="200",entrypoint="websecure",method="POST",protocol="http"} 118759 traefik_entrypoint_responses_bytes_total{code="202",entrypoint="websecure",method="POST",protocol="http"} 1110 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.498045e+06 traefik_entrypoint_responses_bytes_total{code="301",entrypoint="web",method="GET",protocol="http"} 217702 traefik_entrypoint_responses_bytes_total{code="302",entrypoint="websecure",method="GET",protocol="http"} 57560 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"} 54 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="HEAD",protocol="http"} 540 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="OPTIONS",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="POST",protocol="http"} 1602 traefik_entrypoint_responses_bytes_total{code="308",entrypoint="web",method="PUT",protocol="http"} 18 traefik_entrypoint_responses_bytes_total{code="401",entrypoint="websecure",method="GET",protocol="http"} 434 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="CONNECT",protocol="http"} 171 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="GET",protocol="http"} 2926 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="HEAD",protocol="http"} 114 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="traefik",method="POST",protocol="http"} 228 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="GET",protocol="http"} 4921 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="OPTIONS",protocol="http"} 95 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="web",method="POST",protocol="http"} 418 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="CONNECT",protocol="http"} 38 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="EXTENSION_METHOD",protocol="http"} 228 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 1.878332e+06 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"} 608 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="OPTIONS",protocol="http"} 95 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 2641 traefik_entrypoint_responses_bytes_total{code="405",entrypoint="websecure",method="POST",protocol="http"} 6952 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="GET",protocol="http"} 1890 traefik_entrypoint_responses_bytes_total{code="499",entrypoint="websecure",method="OPTIONS",protocol="http"} 21 traefik_entrypoint_responses_bytes_total{code="500",entrypoint="websecure",method="GET",protocol="http"} 215 traefik_entrypoint_responses_bytes_total{code="503",entrypoint="websecure",method="GET",protocol="http"} 95 # 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="flower@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="vue@docker"} 0 traefik_service_open_connections{method="OPTIONS",protocol="http",service="flask@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"} 6166 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="0.3"} 15002 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="1.2"} 23503 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="5"} 28138 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flask@docker",le="+Inf"} 28229 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="flask@docker"} 17041.972437725024 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="flask@docker"} 28229 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flower@docker",le="0.1"} 338 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flower@docker",le="0.3"} 340 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flower@docker",le="1.2"} 341 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flower@docker",le="5"} 341 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="flower@docker",le="+Inf"} 341 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="flower@docker"} 2.897750634999998 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="flower@docker"} 341 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="0.1"} 65 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="0.3"} 68 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="1.2"} 79 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="5"} 82 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 82 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="portainer@docker"} 16.754947857999994 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="portainer@docker"} 82 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="0.1"} 5787 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="0.3"} 6208 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="1.2"} 6647 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="5"} 6810 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="vue@docker",le="+Inf"} 6866 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="vue@docker"} 1423.8595341830019 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="vue@docker"} 6866 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="0.1"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="5"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="HEAD",protocol="http",service="vue@docker",le="+Inf"} 4 traefik_service_request_duration_seconds_sum{code="200",method="HEAD",protocol="http",service="vue@docker"} 0.004956220999999999 traefik_service_request_duration_seconds_count{code="200",method="HEAD",protocol="http",service="vue@docker"} 4 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 13966 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 14278 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 14584 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 14986 traefik_service_request_duration_seconds_bucket{code="200",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 14988 traefik_service_request_duration_seconds_sum{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 1129.1860592869925 traefik_service_request_duration_seconds_count{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 14988 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="0.1"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="0.3"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="1.2"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="5"} 10 traefik_service_request_duration_seconds_bucket{code="200",method="POST",protocol="http",service="portainer@docker",le="+Inf"} 10 traefik_service_request_duration_seconds_sum{code="200",method="POST",protocol="http",service="portainer@docker"} 0.026948454 traefik_service_request_duration_seconds_count{code="200",method="POST",protocol="http",service="portainer@docker"} 10 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="0.1"} 3 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="0.3"} 4 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="1.2"} 4 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="202",method="POST",protocol="http",service="flask@docker",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="202",method="POST",protocol="http",service="flask@docker"} 1.451847364 traefik_service_request_duration_seconds_count{code="202",method="POST",protocol="http",service="flask@docker"} 5 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="204",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="204",method="GET",protocol="http",service="portainer@docker"} 0.000495038 traefik_service_request_duration_seconds_count{code="204",method="GET",protocol="http",service="portainer@docker"} 1 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="0.1"} 118 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="0.3"} 126 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="1.2"} 126 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="5"} 126 traefik_service_request_duration_seconds_bucket{code="206",method="GET",protocol="http",service="vue@docker",le="+Inf"} 126 traefik_service_request_duration_seconds_sum{code="206",method="GET",protocol="http",service="vue@docker"} 2.3674725299999997 traefik_service_request_duration_seconds_count{code="206",method="GET",protocol="http",service="vue@docker"} 126 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="0.1"} 169 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="0.3"} 170 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="1.2"} 171 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="5"} 172 traefik_service_request_duration_seconds_bucket{code="302",method="GET",protocol="http",service="flask@docker",le="+Inf"} 172 traefik_service_request_duration_seconds_sum{code="302",method="GET",protocol="http",service="flask@docker"} 3.8239108559999995 traefik_service_request_duration_seconds_count{code="302",method="GET",protocol="http",service="flask@docker"} 172 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="0.1"} 30 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="0.3"} 30 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="1.2"} 30 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="5"} 38 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="flask@docker",le="+Inf"} 39 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="flask@docker"} 25.821539073000004 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="flask@docker"} 39 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="0.1"} 27 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="0.3"} 27 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="1.2"} 27 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="5"} 27 traefik_service_request_duration_seconds_bucket{code="304",method="GET",protocol="http",service="vue@docker",le="+Inf"} 27 traefik_service_request_duration_seconds_sum{code="304",method="GET",protocol="http",service="vue@docker"} 0.023888351000000002 traefik_service_request_duration_seconds_count{code="304",method="GET",protocol="http",service="vue@docker"} 27 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.017834479 traefik_service_request_duration_seconds_count{code="401",method="GET",protocol="http",service="portainer@docker"} 1 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="0.1"} 1969 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="0.3"} 1976 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="1.2"} 1978 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="5"} 1981 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="flask@docker",le="+Inf"} 1981 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="flask@docker"} 18.537538279999968 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="flask@docker"} 1981 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="0.1"} 1542 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="0.3"} 1559 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="1.2"} 1573 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="5"} 1573 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="portainer@docker",le="+Inf"} 1573 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="portainer@docker"} 11.176872738000021 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="portainer@docker"} 1573 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="0.1"} 61 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="0.3"} 61 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="1.2"} 61 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="5"} 61 traefik_service_request_duration_seconds_bucket{code="404",method="GET",protocol="http",service="vue@docker",le="+Inf"} 61 traefik_service_request_duration_seconds_sum{code="404",method="GET",protocol="http",service="vue@docker"} 0.246721812 traefik_service_request_duration_seconds_count{code="404",method="GET",protocol="http",service="vue@docker"} 61 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="0.1"} 8 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="0.3"} 8 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="1.2"} 8 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="5"} 8 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="flask@docker",le="+Inf"} 8 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="flask@docker"} 0.033951982 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="flask@docker"} 8 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="0.1"} 16 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="0.3"} 16 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="1.2"} 16 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="5"} 16 traefik_service_request_duration_seconds_bucket{code="405",method="POST",protocol="http",service="vue@docker",le="+Inf"} 16 traefik_service_request_duration_seconds_sum{code="405",method="POST",protocol="http",service="vue@docker"} 0.025204315 traefik_service_request_duration_seconds_count{code="405",method="POST",protocol="http",service="vue@docker"} 16 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"} 28 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="1.2"} 31 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="5"} 65 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="flask@docker",le="+Inf"} 65 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="flask@docker"} 71.14639898000001 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="flask@docker"} 65 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="0.1"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="0.3"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="1.2"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="5"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="GET",protocol="http",service="vue@docker",le="+Inf"} 25 traefik_service_request_duration_seconds_sum{code="499",method="GET",protocol="http",service="vue@docker"} 0.004175173000000001 traefik_service_request_duration_seconds_count{code="499",method="GET",protocol="http",service="vue@docker"} 25 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="0.1"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="0.3"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="1.2"} 0 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="499",method="OPTIONS",protocol="http",service="flask@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 1.768488086 traefik_service_request_duration_seconds_count{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="5"} 2 traefik_service_request_duration_seconds_bucket{code="500",method="GET",protocol="http",service="flask@docker",le="+Inf"} 2 traefik_service_request_duration_seconds_sum{code="500",method="GET",protocol="http",service="flask@docker"} 2.105631679 traefik_service_request_duration_seconds_count{code="500",method="GET",protocol="http",service="flask@docker"} 2 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="0.1"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="0.3"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="1.2"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="5"} 1 traefik_service_request_duration_seconds_bucket{code="503",method="GET",protocol="http",service="flask@docker",le="+Inf"} 1 traefik_service_request_duration_seconds_sum{code="503",method="GET",protocol="http",service="flask@docker"} 0.006061031 traefik_service_request_duration_seconds_count{code="503",method="GET",protocol="http",service="flask@docker"} 1 # HELP traefik_service_requests_bytes_total The total size of requests in bytes received by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_requests_bytes_total counter traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="200",method="GET",protocol="http",service="flower@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="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="POST",protocol="http",service="portainer@docker"} 5187 traefik_service_requests_bytes_total{code="202",method="POST",protocol="http",service="flask@docker"} 0 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="401",method="GET",protocol="http",service="portainer@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="405",method="POST",protocol="http",service="flask@docker"} 5164 traefik_service_requests_bytes_total{code="405",method="POST",protocol="http",service="vue@docker"} 16304 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="499",method="OPTIONS",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="500",method="GET",protocol="http",service="flask@docker"} 0 traefik_service_requests_bytes_total{code="503",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"} 45003 traefik_service_requests_tls_total{service="flask@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 44 traefik_service_requests_tls_total{service="flask@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 446 traefik_service_requests_tls_total{service="flower@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 341 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 1484 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 2 traefik_service_requests_tls_total{service="portainer@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 193 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 6828 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_CHACHA20_POLY1305_SHA256",tls_version="1.3"} 30 traefik_service_requests_tls_total{service="vue@docker",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 318 # 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"} 28229 traefik_service_requests_total{code="200",method="GET",protocol="http",service="flower@docker"} 341 traefik_service_requests_total{code="200",method="GET",protocol="http",service="portainer@docker"} 82 traefik_service_requests_total{code="200",method="GET",protocol="http",service="vue@docker"} 6866 traefik_service_requests_total{code="200",method="HEAD",protocol="http",service="vue@docker"} 4 traefik_service_requests_total{code="200",method="OPTIONS",protocol="http",service="flask@docker"} 14988 traefik_service_requests_total{code="200",method="POST",protocol="http",service="portainer@docker"} 10 traefik_service_requests_total{code="202",method="POST",protocol="http",service="flask@docker"} 5 traefik_service_requests_total{code="204",method="GET",protocol="http",service="portainer@docker"} 1 traefik_service_requests_total{code="206",method="GET",protocol="http",service="vue@docker"} 126 traefik_service_requests_total{code="302",method="GET",protocol="http",service="flask@docker"} 172 traefik_service_requests_total{code="304",method="GET",protocol="http",service="flask@docker"} 39 traefik_service_requests_total{code="304",method="GET",protocol="http",service="vue@docker"} 27 traefik_service_requests_total{code="401",method="GET",protocol="http",service="portainer@docker"} 1 traefik_service_requests_total{code="404",method="GET",protocol="http",service="flask@docker"} 1981 traefik_service_requests_total{code="404",method="GET",protocol="http",service="portainer@docker"} 1573 traefik_service_requests_total{code="404",method="GET",protocol="http",service="vue@docker"} 61 traefik_service_requests_total{code="405",method="POST",protocol="http",service="flask@docker"} 8 traefik_service_requests_total{code="405",method="POST",protocol="http",service="vue@docker"} 16 traefik_service_requests_total{code="499",method="GET",protocol="http",service="flask@docker"} 65 traefik_service_requests_total{code="499",method="GET",protocol="http",service="vue@docker"} 25 traefik_service_requests_total{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 1 traefik_service_requests_total{code="500",method="GET",protocol="http",service="flask@docker"} 2 traefik_service_requests_total{code="503",method="GET",protocol="http",service="flask@docker"} 1 # HELP traefik_service_responses_bytes_total The total size of responses in bytes returned by a service, partitioned by status code, protocol, and method. # TYPE traefik_service_responses_bytes_total counter traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="flask@docker"} 1.543003015e+09 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="flower@docker"} 1.694788e+06 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="portainer@docker"} 4.5337934e+07 traefik_service_responses_bytes_total{code="200",method="GET",protocol="http",service="vue@docker"} 5.21239584e+08 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="POST",protocol="http",service="portainer@docker"} 48430 traefik_service_responses_bytes_total{code="202",method="POST",protocol="http",service="flask@docker"} 1110 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.498045e+06 traefik_service_responses_bytes_total{code="302",method="GET",protocol="http",service="flask@docker"} 57560 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="401",method="GET",protocol="http",service="portainer@docker"} 77 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="flask@docker"} 1.612966e+06 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="portainer@docker"} 29887 traefik_service_responses_bytes_total{code="404",method="GET",protocol="http",service="vue@docker"} 12951 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="flask@docker"} 1224 traefik_service_responses_bytes_total{code="405",method="POST",protocol="http",service="vue@docker"} 5728 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="flask@docker"} 1365 traefik_service_responses_bytes_total{code="499",method="GET",protocol="http",service="vue@docker"} 525 traefik_service_responses_bytes_total{code="499",method="OPTIONS",protocol="http",service="flask@docker"} 21 traefik_service_responses_bytes_total{code="500",method="GET",protocol="http",service="flask@docker"} 215 traefik_service_responses_bytes_total{code="503",method="GET",protocol="http",service="flask@docker"} 95 # 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="478747271429530408925648368640833218022989"} 1.778239513e+09 traefik_tls_certs_not_after{cn="api.statty.nl",sans="api.statty.app,api.statty.nl",serial="466571472421624096833574786736717601536832"} 1.778239423e+09 traefik_tls_certs_not_after{cn="flower.statty.nl",sans="flower.statty.app,flower.statty.nl",serial="481607201242252976218353371999560507055785"} 1.775214932e+09 traefik_tls_certs_not_after{cn="grafana.statty.nl",sans="grafana.statty.app,grafana.statty.nl",serial="465621715509719326421582473992084170479731"} 1.778239794e+09 traefik_tls_certs_not_after{cn="metrics.statty.nl",sans="metrics.statty.app,metrics.statty.nl",serial="488884935009644666264496969483754476618894"} 1.778239627e+09 traefik_tls_certs_not_after{cn="portainer.statty.nl",sans="portainer.statty.app,portainer.statty.nl",serial="514998370894836894093646026834630810742948"} 1.778239459e+09 traefik_tls_certs_not_after{cn="prometheus.statty.nl",sans="prometheus.statty.app,prometheus.statty.nl",serial="520866342451940224596228746662119507996185"} 1.778239761e+09 traefik_tls_certs_not_after{cn="statty.nl",sans="statty.app,statty.nl",serial="436533114145220033477706923211762814993887"} 1.778239577e+09 traefik_tls_certs_not_after{cn="swarmpit.statty.nl",sans="swarmpit.statty.app,swarmpit.statty.nl",serial="482705399250446433105698334425482703174218"} 1.778239726e+09 traefik_tls_certs_not_after{cn="traefik.statty.nl",sans="traefik.statty.app,traefik.statty.nl",serial="440385985001593438915767184509224472392862"} 1.778239673e+09