# 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.1903e-05 go_gc_duration_seconds{quantile="0.25"} 9.9982e-05 go_gc_duration_seconds{quantile="0.5"} 0.000125604 go_gc_duration_seconds{quantile="0.75"} 0.00019659 go_gc_duration_seconds{quantile="1"} 0.003464131 go_gc_duration_seconds_sum 20.157680543 go_gc_duration_seconds_count 64013 # 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 141 # 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 2.2844432e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.75183036744e+11 # 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.975767e+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.266844857e+09 # 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.49872e+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 2.2844432e+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 9.1660288e+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 3.2169984e+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 87570 # 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.290304e+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 1.23830272e+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.7755695285321863e+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.266932427e+09 # 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 416000 # 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.04448e+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 3.8555722e+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 749769 # 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.998848e+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.998848e+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 1.3411356e+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 12 # HELP headscale_http_duration_seconds Duration of HTTP requests. # TYPE headscale_http_duration_seconds histogram headscale_http_duration_seconds_bucket{path="/",le="0.005"} 42960 headscale_http_duration_seconds_bucket{path="/",le="0.01"} 42965 headscale_http_duration_seconds_bucket{path="/",le="0.025"} 42965 headscale_http_duration_seconds_bucket{path="/",le="0.05"} 42965 headscale_http_duration_seconds_bucket{path="/",le="0.1"} 42965 headscale_http_duration_seconds_bucket{path="/",le="0.25"} 42965 headscale_http_duration_seconds_bucket{path="/",le="0.5"} 42965 headscale_http_duration_seconds_bucket{path="/",le="1"} 42965 headscale_http_duration_seconds_bucket{path="/",le="2.5"} 42965 headscale_http_duration_seconds_bucket{path="/",le="5"} 42965 headscale_http_duration_seconds_bucket{path="/",le="10"} 42965 headscale_http_duration_seconds_bucket{path="/",le="+Inf"} 42965 headscale_http_duration_seconds_sum{path="/"} 2.5527132170000137 headscale_http_duration_seconds_count{path="/"} 42965 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.005"} 43 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.01"} 43 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.025"} 43 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.05"} 43 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.1"} 64 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.25"} 124 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.5"} 323 headscale_http_duration_seconds_bucket{path="/api/v1/",le="1"} 323 headscale_http_duration_seconds_bucket{path="/api/v1/",le="2.5"} 323 headscale_http_duration_seconds_bucket{path="/api/v1/",le="5"} 323 headscale_http_duration_seconds_bucket{path="/api/v1/",le="10"} 323 headscale_http_duration_seconds_bucket{path="/api/v1/",le="+Inf"} 323 headscale_http_duration_seconds_sum{path="/api/v1/"} 87.578502785 headscale_http_duration_seconds_count{path="/api/v1/"} 323 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.005"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.01"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.025"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.05"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.1"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.25"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="0.5"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="1"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="2.5"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="5"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="10"} 382 headscale_http_duration_seconds_bucket{path="/favicon.ico",le="+Inf"} 382 headscale_http_duration_seconds_sum{path="/favicon.ico"} 0.153210286 headscale_http_duration_seconds_count{path="/favicon.ico"} 382 headscale_http_duration_seconds_bucket{path="/key",le="0.005"} 70 headscale_http_duration_seconds_bucket{path="/key",le="0.01"} 70 headscale_http_duration_seconds_bucket{path="/key",le="0.025"} 70 headscale_http_duration_seconds_bucket{path="/key",le="0.05"} 70 headscale_http_duration_seconds_bucket{path="/key",le="0.1"} 70 headscale_http_duration_seconds_bucket{path="/key",le="0.25"} 70 headscale_http_duration_seconds_bucket{path="/key",le="0.5"} 70 headscale_http_duration_seconds_bucket{path="/key",le="1"} 70 headscale_http_duration_seconds_bucket{path="/key",le="2.5"} 70 headscale_http_duration_seconds_bucket{path="/key",le="5"} 70 headscale_http_duration_seconds_bucket{path="/key",le="10"} 70 headscale_http_duration_seconds_bucket{path="/key",le="+Inf"} 70 headscale_http_duration_seconds_sum{path="/key"} 0.021370233000000006 headscale_http_duration_seconds_count{path="/key"} 70 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.005"} 64 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.01"} 65 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.025"} 65 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.05"} 65 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.1"} 65 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.25"} 68 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.5"} 69 headscale_http_duration_seconds_bucket{path="/machine/register",le="1"} 70 headscale_http_duration_seconds_bucket{path="/machine/register",le="2.5"} 70 headscale_http_duration_seconds_bucket{path="/machine/register",le="5"} 70 headscale_http_duration_seconds_bucket{path="/machine/register",le="10"} 70 headscale_http_duration_seconds_bucket{path="/machine/register",le="+Inf"} 70 headscale_http_duration_seconds_sum{path="/machine/register"} 1.6009177489999997 headscale_http_duration_seconds_count{path="/machine/register"} 70 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.005"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.01"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.025"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.05"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.1"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.25"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.5"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="1"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="2.5"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="5"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="10"} 318 headscale_http_duration_seconds_bucket{path="/robots.txt",le="+Inf"} 318 headscale_http_duration_seconds_sum{path="/robots.txt"} 0.010215354999999997 headscale_http_duration_seconds_count{path="/robots.txt"} 318 headscale_http_duration_seconds_bucket{path="/version",le="0.005"} 4 headscale_http_duration_seconds_bucket{path="/version",le="0.01"} 4 headscale_http_duration_seconds_bucket{path="/version",le="0.025"} 4 headscale_http_duration_seconds_bucket{path="/version",le="0.05"} 4 headscale_http_duration_seconds_bucket{path="/version",le="0.1"} 4 headscale_http_duration_seconds_bucket{path="/version",le="0.25"} 4 headscale_http_duration_seconds_bucket{path="/version",le="0.5"} 4 headscale_http_duration_seconds_bucket{path="/version",le="1"} 4 headscale_http_duration_seconds_bucket{path="/version",le="2.5"} 4 headscale_http_duration_seconds_bucket{path="/version",le="5"} 4 headscale_http_duration_seconds_bucket{path="/version",le="10"} 4 headscale_http_duration_seconds_bucket{path="/version",le="+Inf"} 4 headscale_http_duration_seconds_sum{path="/version"} 0.0009294129999999999 headscale_http_duration_seconds_count{path="/version"} 4 # 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="/"} 42191 headscale_http_requests_total{code="200",method="GET",path="/api/v1/"} 280 headscale_http_requests_total{code="200",method="GET",path="/favicon.ico"} 382 headscale_http_requests_total{code="200",method="GET",path="/key"} 70 headscale_http_requests_total{code="200",method="GET",path="/robots.txt"} 318 headscale_http_requests_total{code="200",method="GET",path="/version"} 4 headscale_http_requests_total{code="200",method="HEAD",path="/"} 26 headscale_http_requests_total{code="200",method="OPTIONS",path="/"} 13 headscale_http_requests_total{code="200",method="POST",path="/"} 625 headscale_http_requests_total{code="200",method="POST",path="/machine/register"} 70 headscale_http_requests_total{code="200",method="PROPFIND",path="/"} 110 headscale_http_requests_total{code="401",method="GET",path="/api/v1/"} 43 # HELP headscale_mapresponse_ended_total total count of new mapsessions ended # TYPE headscale_mapresponse_ended_total counter headscale_mapresponse_ended_total{reason="done"} 336 # 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"} 140942 # 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"} 761 headscale_mapresponse_generated_total{response_type="full"} 489 headscale_mapresponse_generated_total{response_type="patch"} 3.718768e+06 headscale_mapresponse_generated_total{response_type="peers"} 1.691544e+06 headscale_mapresponse_generated_total{response_type="policy"} 33 # 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"} 476 # 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"} 2584 headscale_nodestore_batch_duration_seconds_bucket{le="0.01"} 92151 headscale_nodestore_batch_duration_seconds_bucket{le="0.025"} 134588 headscale_nodestore_batch_duration_seconds_bucket{le="0.05"} 135660 headscale_nodestore_batch_duration_seconds_bucket{le="0.1"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="0.25"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="0.5"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="1"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="2.5"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="5"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="10"} 135678 headscale_nodestore_batch_duration_seconds_bucket{le="+Inf"} 135678 headscale_nodestore_batch_duration_seconds_sum 1227.0623781380032 headscale_nodestore_batch_duration_seconds_count 135678 # HELP headscale_nodestore_batch_size Size of NodeStore write batches # TYPE headscale_nodestore_batch_size histogram headscale_nodestore_batch_size_bucket{le="1"} 130250 headscale_nodestore_batch_size_bucket{le="2"} 135333 headscale_nodestore_batch_size_bucket{le="5"} 135605 headscale_nodestore_batch_size_bucket{le="10"} 135673 headscale_nodestore_batch_size_bucket{le="20"} 135677 headscale_nodestore_batch_size_bucket{le="50"} 135678 headscale_nodestore_batch_size_bucket{le="100"} 135678 headscale_nodestore_batch_size_bucket{le="+Inf"} 135678 headscale_nodestore_batch_size_sum 141837 headscale_nodestore_batch_size_count 135678 # HELP headscale_nodestore_nodes_total Total number of nodes in the NodeStore # TYPE headscale_nodestore_nodes_total gauge headscale_nodestore_nodes_total 51 # HELP headscale_nodestore_operation_duration_seconds Duration of NodeStore operations # TYPE headscale_nodestore_operation_duration_seconds histogram headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.005"} 3.580131e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.01"} 3.580137e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.025"} 3.580138e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.05"} 3.580138e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.1"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.25"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.5"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="1"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="2.5"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="5"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="10"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="+Inf"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_sum{operation="get"} 4.344360711001833 headscale_nodestore_operation_duration_seconds_count{operation="get"} 3.580139e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.005"} 141425 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.01"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.025"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.05"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.1"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.25"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.5"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="1"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="2.5"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="5"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="10"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="+Inf"} 141426 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_key"} 0.8668250179999882 headscale_nodestore_operation_duration_seconds_count{operation="get_by_key"} 141426 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.005"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.01"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.025"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.05"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.25"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="2.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="10"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="+Inf"} 1 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_machine_key"} 9.67e-06 headscale_nodestore_operation_duration_seconds_count{operation="get_by_machine_key"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.005"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.01"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.025"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.05"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.25"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="0.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="2.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="10"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key_any_user",le="+Inf"} 1 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_machine_key_any_user"} 6.065e-06 headscale_nodestore_operation_duration_seconds_count{operation="get_by_machine_key_any_user"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.005"} 1.970022e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.01"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.025"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.05"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.1"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.25"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.5"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="1"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="2.5"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="5"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="10"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="+Inf"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_sum{operation="list"} 1.4556970599965007 headscale_nodestore_operation_duration_seconds_count{operation="list"} 1.970023e+06 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.005"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.01"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.025"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.05"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.1"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.25"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.5"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="1"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="2.5"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="5"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="10"} 522 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="+Inf"} 522 headscale_nodestore_operation_duration_seconds_sum{operation="list_peers"} 0.0003659760000000001 headscale_nodestore_operation_duration_seconds_count{operation="list_peers"} 522 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"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.25"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="2.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="10"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="+Inf"} 1 headscale_nodestore_operation_duration_seconds_sum{operation="put"} 0.053496361 headscale_nodestore_operation_duration_seconds_count{operation="put"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.005"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.01"} 414 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.025"} 3666 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.05"} 9898 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.1"} 22466 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.25"} 59995 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.5"} 137355 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="1"} 141835 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="2.5"} 141835 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="5"} 141835 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="10"} 141835 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="+Inf"} 141835 headscale_nodestore_operation_duration_seconds_sum{operation="update"} 40658.59056851997 headscale_nodestore_operation_duration_seconds_count{operation="update"} 141835 # HELP headscale_nodestore_operations_total Total number of NodeStore operations # TYPE headscale_nodestore_operations_total counter headscale_nodestore_operations_total{operation="get"} 3.580139e+06 headscale_nodestore_operations_total{operation="get_by_key"} 141426 headscale_nodestore_operations_total{operation="get_by_machine_key"} 1 headscale_nodestore_operations_total{operation="get_by_machine_key_any_user"} 1 headscale_nodestore_operations_total{operation="list"} 1.970023e+06 headscale_nodestore_operations_total{operation="list_peers"} 522 headscale_nodestore_operations_total{operation="put"} 1 headscale_nodestore_operations_total{operation="update"} 141835 # 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"} 12053 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.01"} 96648 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.025"} 134743 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.05"} 135664 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.1"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.25"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.5"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="1"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="2.5"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="5"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="10"} 135679 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="+Inf"} 135679 headscale_nodestore_peers_calculation_duration_seconds_sum 1177.2471082829902 headscale_nodestore_peers_calculation_duration_seconds_count 135679 # 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"} 7537 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.01"} 94484 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.025"} 134674 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.05"} 135661 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.1"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.25"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.5"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="1"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="2.5"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="5"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="10"} 135679 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="+Inf"} 135679 headscale_nodestore_snapshot_build_duration_seconds_sum 1198.838451816987 headscale_nodestore_snapshot_build_duration_seconds_count 135679 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 4524.44 # 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 6.29202078e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.305848727e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 53 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.30351104e+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.381195776e+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"} 30 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0