# 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.7735e-05 go_gc_duration_seconds{quantile="0.25"} 0.000133069 go_gc_duration_seconds{quantile="0.5"} 0.000155861 go_gc_duration_seconds{quantile="0.75"} 0.000230516 go_gc_duration_seconds{quantile="1"} 0.004192758 go_gc_duration_seconds_sum 163.668012331 go_gc_duration_seconds_count 625099 # 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 132 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 9.901776e+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 5.563840584384e+12 # 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.390463e+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 4.1942887207e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 5.009216e+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 9.901776e+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 1.84377344e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.31424e+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 57338 # 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.80543488e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.07519744e+08 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.780751594251722e+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 4.1942944545e+10 # 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 403680 # 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 1.86048e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 2.0502506e+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 819041 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 2.195456e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.195456e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.19810104e+08 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 14 # HELP headscale_http_duration_seconds Duration of HTTP requests. # TYPE headscale_http_duration_seconds histogram headscale_http_duration_seconds_bucket{path="/",le="0.005"} 236540 headscale_http_duration_seconds_bucket{path="/",le="0.01"} 236561 headscale_http_duration_seconds_bucket{path="/",le="0.025"} 236566 headscale_http_duration_seconds_bucket{path="/",le="0.05"} 236566 headscale_http_duration_seconds_bucket{path="/",le="0.1"} 236566 headscale_http_duration_seconds_bucket{path="/",le="0.25"} 236566 headscale_http_duration_seconds_bucket{path="/",le="0.5"} 236566 headscale_http_duration_seconds_bucket{path="/",le="1"} 236566 headscale_http_duration_seconds_bucket{path="/",le="2.5"} 236566 headscale_http_duration_seconds_bucket{path="/",le="5"} 236566 headscale_http_duration_seconds_bucket{path="/",le="10"} 236566 headscale_http_duration_seconds_bucket{path="/",le="+Inf"} 236566 headscale_http_duration_seconds_sum{path="/"} 15.217391945000202 headscale_http_duration_seconds_count{path="/"} 236566 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.005"} 352 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.01"} 356 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.025"} 356 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.05"} 356 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.1"} 586 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.25"} 1290 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.5"} 3528 headscale_http_duration_seconds_bucket{path="/api/v1/",le="1"} 3606 headscale_http_duration_seconds_bucket{path="/api/v1/",le="2.5"} 3606 headscale_http_duration_seconds_bucket{path="/api/v1/",le="5"} 3606 headscale_http_duration_seconds_bucket{path="/api/v1/",le="10"} 3606 headscale_http_duration_seconds_bucket{path="/api/v1/",le="+Inf"} 3606 headscale_http_duration_seconds_sum{path="/api/v1/"} 1063.8719435420005 headscale_http_duration_seconds_count{path="/api/v1/"} 3606 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.005"} 2793 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.01"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.025"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.05"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.1"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.25"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.5"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="1"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="2.5"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="5"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="10"} 2794 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="+Inf"} 2794 headscale_http_duration_seconds_sum{path="/favicon.ico"} 1.1203016410000026 headscale_http_duration_seconds_count{path="/favicon.ico"} 2794 headscale_http_duration_seconds_bucket{path="/health",le="0.005"} 79 headscale_http_duration_seconds_bucket{path="/health",le="0.01"} 80 headscale_http_duration_seconds_bucket{path="/health",le="0.025"} 80 headscale_http_duration_seconds_bucket{path="/health",le="0.05"} 80 headscale_http_duration_seconds_bucket{path="/health",le="0.1"} 80 headscale_http_duration_seconds_bucket{path="/health",le="0.25"} 80 headscale_http_duration_seconds_bucket{path="/health",le="0.5"} 80 headscale_http_duration_seconds_bucket{path="/health",le="1"} 80 headscale_http_duration_seconds_bucket{path="/health",le="2.5"} 80 headscale_http_duration_seconds_bucket{path="/health",le="5"} 80 headscale_http_duration_seconds_bucket{path="/health",le="10"} 80 headscale_http_duration_seconds_bucket{path="/health",le="+Inf"} 80 headscale_http_duration_seconds_sum{path="/health"} 0.034022189999999994 headscale_http_duration_seconds_count{path="/health"} 80 headscale_http_duration_seconds_bucket{path="/key",le="0.005"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="0.01"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="0.025"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="0.05"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="0.1"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="0.25"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="0.5"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="1"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="2.5"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="5"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="10"} 1857 headscale_http_duration_seconds_bucket{path="/key",le="+Inf"} 1857 headscale_http_duration_seconds_sum{path="/key"} 0.5398226929999989 headscale_http_duration_seconds_count{path="/key"} 1857 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.005"} 427 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.01"} 430 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.025"} 431 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.05"} 431 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.1"} 431 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.25"} 435 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.5"} 437 headscale_http_duration_seconds_bucket{path="/machine/register",le="1"} 441 headscale_http_duration_seconds_bucket{path="/machine/register",le="2.5"} 442 headscale_http_duration_seconds_bucket{path="/machine/register",le="5"} 442 headscale_http_duration_seconds_bucket{path="/machine/register",le="10"} 442 headscale_http_duration_seconds_bucket{path="/machine/register",le="+Inf"} 1845 headscale_http_duration_seconds_sum{path="/machine/register"} 84092.92517596998 headscale_http_duration_seconds_count{path="/machine/register"} 1845 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.005"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.01"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.025"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.05"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.1"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.25"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.5"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="1"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="2.5"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="5"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="10"} 1443 headscale_http_duration_seconds_bucket{path="/robots.txt",le="+Inf"} 1443 headscale_http_duration_seconds_sum{path="/robots.txt"} 0.045245707 headscale_http_duration_seconds_count{path="/robots.txt"} 1443 headscale_http_duration_seconds_bucket{path="/version",le="0.005"} 32 headscale_http_duration_seconds_bucket{path="/version",le="0.01"} 32 headscale_http_duration_seconds_bucket{path="/version",le="0.025"} 32 headscale_http_duration_seconds_bucket{path="/version",le="0.05"} 32 headscale_http_duration_seconds_bucket{path="/version",le="0.1"} 32 headscale_http_duration_seconds_bucket{path="/version",le="0.25"} 32 headscale_http_duration_seconds_bucket{path="/version",le="0.5"} 32 headscale_http_duration_seconds_bucket{path="/version",le="1"} 32 headscale_http_duration_seconds_bucket{path="/version",le="2.5"} 32 headscale_http_duration_seconds_bucket{path="/version",le="5"} 32 headscale_http_duration_seconds_bucket{path="/version",le="10"} 32 headscale_http_duration_seconds_bucket{path="/version",le="+Inf"} 32 headscale_http_duration_seconds_sum{path="/version"} 0.006102970000000001 headscale_http_duration_seconds_count{path="/version"} 32 # HELP headscale_http_requests_total Total number of http requests processed # TYPE headscale_http_requests_total counter headscale_http_requests_total{code="200",method="GET",path="/"} 220531 headscale_http_requests_total{code="200",method="GET",path="/api/v1/"} 3248 headscale_http_requests_total{code="200",method="GET",path="/favicon.ico"} 2794 headscale_http_requests_total{code="200",method="GET",path="/health"} 80 headscale_http_requests_total{code="200",method="GET",path="/key"} 1847 headscale_http_requests_total{code="200",method="GET",path="/robots.txt"} 1443 headscale_http_requests_total{code="200",method="GET",path="/version"} 32 headscale_http_requests_total{code="200",method="HEAD",path="/"} 1041 headscale_http_requests_total{code="200",method="OPTIONS",path="/"} 35 headscale_http_requests_total{code="200",method="POST",path="/"} 14138 headscale_http_requests_total{code="200",method="POST",path="/api/v1/"} 2 headscale_http_requests_total{code="200",method="POST",path="/machine/register"} 1845 headscale_http_requests_total{code="200",method="PROPFIND",path="/"} 818 headscale_http_requests_total{code="200",method="SSTP_DUPLEX_POST",path="/"} 3 headscale_http_requests_total{code="400",method="GET",path="/key"} 10 headscale_http_requests_total{code="401",method="GET",path="/api/v1/"} 353 headscale_http_requests_total{code="401",method="HEAD",path="/api/v1/"} 1 headscale_http_requests_total{code="401",method="POST",path="/api/v1/"} 2 # HELP headscale_mapresponse_ended_total total count of new mapsessions ended # TYPE headscale_mapresponse_ended_total counter headscale_mapresponse_ended_total{reason="done"} 2336 # HELP headscale_mapresponse_endpoint_updates_total total count of endpoint updates received # TYPE headscale_mapresponse_endpoint_updates_total counter headscale_mapresponse_endpoint_updates_total{status="ok"} 1.389539e+06 # HELP headscale_mapresponse_generated_total total count of mapresponses generated by response type # TYPE headscale_mapresponse_generated_total counter headscale_mapresponse_generated_total{response_type="config"} 5254 headscale_mapresponse_generated_total{response_type="full"} 2613 headscale_mapresponse_generated_total{response_type="patch"} 4.1520067e+07 headscale_mapresponse_generated_total{response_type="peers"} 1.0548359e+07 headscale_mapresponse_generated_total{response_type="policy"} 289 # HELP headscale_mapresponse_sent_total total count of mapresponses sent to clients # TYPE headscale_mapresponse_sent_total counter headscale_mapresponse_sent_total{status="ok",type="keepalive"} 38539 # HELP headscale_nodestore_batch_duration_seconds Duration of NodeStore batch processing # TYPE headscale_nodestore_batch_duration_seconds histogram headscale_nodestore_batch_duration_seconds_bucket{le="0.005"} 18612 headscale_nodestore_batch_duration_seconds_bucket{le="0.01"} 918209 headscale_nodestore_batch_duration_seconds_bucket{le="0.025"} 1.307144e+06 headscale_nodestore_batch_duration_seconds_bucket{le="0.05"} 1.316163e+06 headscale_nodestore_batch_duration_seconds_bucket{le="0.1"} 1.316287e+06 headscale_nodestore_batch_duration_seconds_bucket{le="0.25"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_bucket{le="0.5"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_bucket{le="1"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_bucket{le="2.5"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_bucket{le="5"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_bucket{le="10"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_bucket{le="+Inf"} 1.316291e+06 headscale_nodestore_batch_duration_seconds_sum 11862.209137390171 headscale_nodestore_batch_duration_seconds_count 1.316291e+06 # HELP headscale_nodestore_batch_size Size of NodeStore write batches # TYPE headscale_nodestore_batch_size histogram headscale_nodestore_batch_size_bucket{le="1"} 1.243783e+06 headscale_nodestore_batch_size_bucket{le="2"} 1.312436e+06 headscale_nodestore_batch_size_bucket{le="5"} 1.315909e+06 headscale_nodestore_batch_size_bucket{le="10"} 1.316263e+06 headscale_nodestore_batch_size_bucket{le="20"} 1.316289e+06 headscale_nodestore_batch_size_bucket{le="50"} 1.316291e+06 headscale_nodestore_batch_size_bucket{le="100"} 1.316291e+06 headscale_nodestore_batch_size_bucket{le="+Inf"} 1.316291e+06 headscale_nodestore_batch_size_sum 1.395102e+06 headscale_nodestore_batch_size_count 1.316291e+06 # HELP headscale_nodestore_nodes_total Total number of nodes in the NodeStore # TYPE headscale_nodestore_nodes_total gauge headscale_nodestore_nodes_total 53 # HELP headscale_nodestore_operation_duration_seconds Duration of NodeStore operations # TYPE headscale_nodestore_operation_duration_seconds histogram headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.005"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.01"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.025"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.05"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.25"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="1"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="2.5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="10"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="+Inf"} 2 headscale_nodestore_operation_duration_seconds_sum{operation="delete"} 0.292263093 headscale_nodestore_operation_duration_seconds_count{operation="delete"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.005"} 2.3338805e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.01"} 2.3338859e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.025"} 2.3338865e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.05"} 2.3338866e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.1"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.25"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.5"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="1"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="2.5"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="5"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="10"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="+Inf"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_sum{operation="get"} 34.58537671083404 headscale_nodestore_operation_duration_seconds_count{operation="get"} 2.3338868e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.005"} 1.393804e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.01"} 1.393806e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.025"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.05"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.1"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.25"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.5"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="1"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="2.5"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="5"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="10"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="+Inf"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_key"} 9.480920008000322 headscale_nodestore_operation_duration_seconds_count{operation="get_by_key"} 1.393807e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.005"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.01"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.025"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.05"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.1"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.25"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.5"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="1"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="2.5"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="5"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="10"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="+Inf"} 6 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_machine_key"} 4.3842e-05 headscale_nodestore_operation_duration_seconds_count{operation="get_by_machine_key"} 6 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.005"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.01"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.025"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.05"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.1"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.25"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.5"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="1"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="2.5"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="5"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="10"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="+Inf"} 5 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_machine_key_any_user"} 3.8844e-05 headscale_nodestore_operation_duration_seconds_count{operation="get_by_machine_key_any_user"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.005"} 1.2879272e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.01"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.025"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.05"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.1"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.25"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.5"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="1"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="2.5"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="5"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="10"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="+Inf"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_sum{operation="list"} 11.692850293871928 headscale_nodestore_operation_duration_seconds_count{operation="list"} 1.2879279e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.005"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.01"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.025"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.05"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.1"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.25"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.5"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="1"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="2.5"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="5"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="10"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="+Inf"} 2902 headscale_nodestore_operation_duration_seconds_sum{operation="list_peers"} 0.002241321000000004 headscale_nodestore_operation_duration_seconds_count{operation="list_peers"} 2902 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.005"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.01"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.025"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.05"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.1"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.25"} 3 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.5"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="1"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="2.5"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="5"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="10"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="+Inf"} 5 headscale_nodestore_operation_duration_seconds_sum{operation="put"} 1.15784719 headscale_nodestore_operation_duration_seconds_count{operation="put"} 5 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.005"} 10 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.01"} 4669 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.025"} 37860 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.05"} 101349 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.1"} 227860 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.25"} 608214 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.5"} 1.354203e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="1"} 1.395088e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="2.5"} 1.395088e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="5"} 1.395088e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="10"} 1.395088e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="+Inf"} 1.395088e+06 headscale_nodestore_operation_duration_seconds_sum{operation="update"} 390655.200161583 headscale_nodestore_operation_duration_seconds_count{operation="update"} 1.395088e+06 # HELP headscale_nodestore_operations_total Total number of NodeStore operations # TYPE headscale_nodestore_operations_total counter headscale_nodestore_operations_total{operation="delete"} 2 headscale_nodestore_operations_total{operation="get"} 2.3338868e+07 headscale_nodestore_operations_total{operation="get_by_key"} 1.393807e+06 headscale_nodestore_operations_total{operation="get_by_machine_key"} 6 headscale_nodestore_operations_total{operation="get_by_machine_key_any_user"} 5 headscale_nodestore_operations_total{operation="list"} 1.2879279e+07 headscale_nodestore_operations_total{operation="list_peers"} 2902 headscale_nodestore_operations_total{operation="put"} 5 headscale_nodestore_operations_total{operation="update"} 1.395088e+06 # HELP headscale_nodestore_peers_calculation_duration_seconds Duration of peers calculation in NodeStore # TYPE headscale_nodestore_peers_calculation_duration_seconds histogram headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.005"} 72847 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.01"} 966995 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.025"} 1.308456e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.05"} 1.316183e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.1"} 1.316288e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.25"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.5"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="1"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="2.5"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="5"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="10"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="+Inf"} 1.316292e+06 headscale_nodestore_peers_calculation_duration_seconds_sum 11338.213304243734 headscale_nodestore_peers_calculation_duration_seconds_count 1.316292e+06 # HELP headscale_nodestore_queue_depth Current depth of NodeStore write queue # TYPE headscale_nodestore_queue_depth gauge headscale_nodestore_queue_depth 0 # HELP headscale_nodestore_snapshot_build_duration_seconds Duration of NodeStore snapshot building from nodes # TYPE headscale_nodestore_snapshot_build_duration_seconds histogram headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.005"} 48455 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.01"} 944106 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.025"} 1.30785e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.05"} 1.316171e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.1"} 1.316288e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.25"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.5"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="1"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="2.5"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="5"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="10"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="+Inf"} 1.316292e+06 headscale_nodestore_snapshot_build_duration_seconds_sum 11560.889464127502 headscale_nodestore_snapshot_build_duration_seconds_count 1.316292e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 41531.91 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 5.814501196e+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.6214946114e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 50 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.47337216e+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.77466236144e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.517232128e+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 promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 397 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0