# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 8.7329e-05 go_gc_duration_seconds{quantile="0.25"} 0.000480035 go_gc_duration_seconds{quantile="0.5"} 0.000738039 go_gc_duration_seconds{quantile="0.75"} 0.001141557 go_gc_duration_seconds{quantile="1"} 0.004303503 go_gc_duration_seconds_sum 0.118486289 go_gc_duration_seconds_count 132 # 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 37 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.10"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 8.12604e+06 # 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 9.8317072e+07 # 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 1.503575e+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 745593 # 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 3.751368e+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 8.12604e+06 # 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 9.076736e+06 # 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.0911744e+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 41173 # 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 8.634368e+06 # 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 1.998848e+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.764993173452578e+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 786766 # 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 161440 # 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 228480 # 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.576685e+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 617489 # 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 983040 # 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 983040 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.7088136e+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 8 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6.88 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.647675e+06 # 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 6.004627e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.04169472e+08 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76497787741e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.43343616e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP traefik_config_last_reload_success Last config reload success # TYPE traefik_config_last_reload_success gauge traefik_config_last_reload_success 1.764977883e+09 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 3 # 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="websecure",method="GET",protocol="http",le="0.1"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="5"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="200",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 5 traefik_entrypoint_request_duration_seconds_sum{code="200",entrypoint="websecure",method="GET",protocol="http"} 0.014706843 traefik_entrypoint_request_duration_seconds_count{code="200",entrypoint="websecure",method="GET",protocol="http"} 5 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.1"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="0.3"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="1.2"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="5"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="GET",protocol="http",le="+Inf"} 4 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="GET",protocol="http"} 0.000307138 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="GET",protocol="http"} 4 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.1"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="0.3"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="1.2"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="5"} 3 traefik_entrypoint_request_duration_seconds_bucket{code="404",entrypoint="websecure",method="POST",protocol="http",le="+Inf"} 3 traefik_entrypoint_request_duration_seconds_sum{code="404",entrypoint="websecure",method="POST",protocol="http"} 0.00018103099999999998 traefik_entrypoint_request_duration_seconds_count{code="404",entrypoint="websecure",method="POST",protocol="http"} 3 # 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="websecure",method="GET",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="POST",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="websecure",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 8 traefik_entrypoint_requests_tls_total{entrypoint="websecure",tls_cipher="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",tls_version="1.2"} 3 # HELP traefik_entrypoint_requests_total How many HTTP requests processed on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_total counter traefik_entrypoint_requests_total{code="200",entrypoint="websecure",method="GET",protocol="http"} 5 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 4 traefik_entrypoint_requests_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 3 # 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="websecure",method="GET",protocol="http"} 23506 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="GET",protocol="http"} 76 traefik_entrypoint_responses_bytes_total{code="404",entrypoint="websecure",method="POST",protocol="http"} 57 # HELP traefik_open_connections How many open connections exist, by entryPoint and protocol # TYPE traefik_open_connections gauge traefik_open_connections{entrypoint="websecure",protocol="TCP"} 1 # HELP traefik_router_request_duration_seconds How long it took to process the request on a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_request_duration_seconds histogram traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker",le="0.1"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker",le="0.3"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker",le="1.2"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker",le="5"} 5 traefik_router_request_duration_seconds_bucket{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker",le="+Inf"} 5 traefik_router_request_duration_seconds_sum{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker"} 0.014574328 traefik_router_request_duration_seconds_count{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker"} 5 # HELP traefik_router_requests_bytes_total The total size of requests in bytes handled by a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_requests_bytes_total counter traefik_router_requests_bytes_total{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker"} 0 # HELP traefik_router_requests_tls_total How many HTTP requests with TLS are processed on a router, partitioned by service, TLS Version, and TLS cipher Used. # TYPE traefik_router_requests_tls_total counter traefik_router_requests_tls_total{router="pocketid@docker",service="pocketid@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 5 # HELP traefik_router_requests_total How many HTTP requests are processed on a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_requests_total counter traefik_router_requests_total{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker"} 5 # HELP traefik_router_responses_bytes_total The total size of responses in bytes handled by a router, partitioned by service, status code, protocol, and method. # TYPE traefik_router_responses_bytes_total counter traefik_router_responses_bytes_total{code="200",method="GET",protocol="http",router="pocketid@docker",service="pocketid@docker"} 23506 # 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="pocketid@docker",le="0.1"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="pocketid@docker",le="0.3"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="pocketid@docker",le="1.2"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="pocketid@docker",le="5"} 5 traefik_service_request_duration_seconds_bucket{code="200",method="GET",protocol="http",service="pocketid@docker",le="+Inf"} 5 traefik_service_request_duration_seconds_sum{code="200",method="GET",protocol="http",service="pocketid@docker"} 0.014310050999999999 traefik_service_request_duration_seconds_count{code="200",method="GET",protocol="http",service="pocketid@docker"} 5 # 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="pocketid@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="pocketid@docker",tls_cipher="TLS_AES_128_GCM_SHA256",tls_version="1.3"} 5 # 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="pocketid@docker"} 5 # 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="pocketid@docker"} 23506 # HELP traefik_tls_certs_not_after Certificate expiration timestamp # TYPE traefik_tls_certs_not_after gauge traefik_tls_certs_not_after{cn="auth.circlone.net",sans="auth.circlone.net",serial="499460001298930985542586093506554397049052"} 1.772294473e+09 traefik_tls_certs_not_after{cn="id.circlone.net",sans="id.circlone.net",serial="452073349422712016031743695196078358918988"} 1.77222461e+09 traefik_tls_certs_not_after{cn="metrics.id.circlone.net",sans="metrics.id.circlone.net",serial="540757153575074358405131991462660194205092"} 1.772208379e+09 traefik_tls_certs_not_after{cn="traefik.id.circlone.net",sans="traefik.id.circlone.net",serial="600189046936390128729630965875904770235504"} 1.772208383e+09