# 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"} 9.5535e-05 go_gc_duration_seconds{quantile="0.25"} 0.000140653 go_gc_duration_seconds{quantile="0.5"} 0.000166738 go_gc_duration_seconds{quantile="0.75"} 0.000230502 go_gc_duration_seconds{quantile="1"} 0.003636498 go_gc_duration_seconds_sum 34.68447105 go_gc_duration_seconds_count 139277 # 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 137 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.1"} 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.0571032e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.209586109248e+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.429078e+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 7.823592496e+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.358432e+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.0571032e+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.0456064e+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 2.0201472e+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 57512 # 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.507392e+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.10657536e+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.7703859003122258e+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 7.823650008e+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 359520 # 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 864960 # 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.8651834e+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 812874 # 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.588672e+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.588672e+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.21727256e+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 15 # HELP headscale_http_duration_seconds Duration of HTTP requests. # TYPE headscale_http_duration_seconds histogram headscale_http_duration_seconds_bucket{path="/",le="0.005"} 26655 headscale_http_duration_seconds_bucket{path="/",le="0.01"} 26655 headscale_http_duration_seconds_bucket{path="/",le="0.025"} 26655 headscale_http_duration_seconds_bucket{path="/",le="0.05"} 26655 headscale_http_duration_seconds_bucket{path="/",le="0.1"} 26655 headscale_http_duration_seconds_bucket{path="/",le="0.25"} 26655 headscale_http_duration_seconds_bucket{path="/",le="0.5"} 26655 headscale_http_duration_seconds_bucket{path="/",le="1"} 26655 headscale_http_duration_seconds_bucket{path="/",le="2.5"} 26655 headscale_http_duration_seconds_bucket{path="/",le="5"} 26655 headscale_http_duration_seconds_bucket{path="/",le="10"} 26655 headscale_http_duration_seconds_bucket{path="/",le="+Inf"} 26655 headscale_http_duration_seconds_sum{path="/"} 0.09706831600000021 headscale_http_duration_seconds_count{path="/"} 26655 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.005"} 3 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.01"} 3 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.025"} 3 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.05"} 3 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.1"} 1861 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.25"} 7492 headscale_http_duration_seconds_bucket{path="/api/v1/",le="0.5"} 25610 headscale_http_duration_seconds_bucket{path="/api/v1/",le="1"} 26061 headscale_http_duration_seconds_bucket{path="/api/v1/",le="2.5"} 26061 headscale_http_duration_seconds_bucket{path="/api/v1/",le="5"} 26061 headscale_http_duration_seconds_bucket{path="/api/v1/",le="10"} 26061 headscale_http_duration_seconds_bucket{path="/api/v1/",le="+Inf"} 26061 headscale_http_duration_seconds_sum{path="/api/v1/"} 8060.736109257002 headscale_http_duration_seconds_count{path="/api/v1/"} 26061 headscale_http_duration_seconds_bucket{path="/key",le="0.005"} 31109 headscale_http_duration_seconds_bucket{path="/key",le="0.01"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="0.025"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="0.05"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="0.1"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="0.25"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="0.5"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="1"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="2.5"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="5"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="10"} 31111 headscale_http_duration_seconds_bucket{path="/key",le="+Inf"} 31111 headscale_http_duration_seconds_sum{path="/key"} 6.821651917999994 headscale_http_duration_seconds_count{path="/key"} 31111 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.005"} 2027 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.01"} 2029 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.025"} 2032 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.05"} 2034 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.1"} 2034 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.25"} 2036 headscale_http_duration_seconds_bucket{path="/machine/register",le="0.5"} 2038 headscale_http_duration_seconds_bucket{path="/machine/register",le="1"} 2040 headscale_http_duration_seconds_bucket{path="/machine/register",le="2.5"} 2040 headscale_http_duration_seconds_bucket{path="/machine/register",le="5"} 2040 headscale_http_duration_seconds_bucket{path="/machine/register",le="10"} 2040 headscale_http_duration_seconds_bucket{path="/machine/register",le="+Inf"} 31002 headscale_http_duration_seconds_sum{path="/machine/register"} 1.7369575932641756e+06 headscale_http_duration_seconds_count{path="/machine/register"} 31002 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.005"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.01"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.025"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.05"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.1"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.25"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="0.5"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="1"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="2.5"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="5"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="10"} 220 headscale_http_duration_seconds_bucket{path="/robots.txt",le="+Inf"} 220 headscale_http_duration_seconds_sum{path="/robots.txt"} 0.0045834759999999995 headscale_http_duration_seconds_count{path="/robots.txt"} 220 headscale_http_duration_seconds_bucket{path="/version",le="0.005"} 9 headscale_http_duration_seconds_bucket{path="/version",le="0.01"} 9 headscale_http_duration_seconds_bucket{path="/version",le="0.025"} 9 headscale_http_duration_seconds_bucket{path="/version",le="0.05"} 9 headscale_http_duration_seconds_bucket{path="/version",le="0.1"} 9 headscale_http_duration_seconds_bucket{path="/version",le="0.25"} 9 headscale_http_duration_seconds_bucket{path="/version",le="0.5"} 9 headscale_http_duration_seconds_bucket{path="/version",le="1"} 9 headscale_http_duration_seconds_bucket{path="/version",le="2.5"} 9 headscale_http_duration_seconds_bucket{path="/version",le="5"} 9 headscale_http_duration_seconds_bucket{path="/version",le="10"} 9 headscale_http_duration_seconds_bucket{path="/version",le="+Inf"} 9 headscale_http_duration_seconds_sum{path="/version"} 0.001245403 headscale_http_duration_seconds_count{path="/version"} 9 # HELP headscale_http_requests_total Total number of http requests processed # TYPE headscale_http_requests_total counter headscale_http_requests_total{code="200",method="DELETE",path="/api/v1/"} 1 headscale_http_requests_total{code="200",method="GET",path="/api/v1/"} 26054 headscale_http_requests_total{code="200",method="GET",path="/key"} 31111 headscale_http_requests_total{code="200",method="GET",path="/robots.txt"} 220 headscale_http_requests_total{code="200",method="GET",path="/version"} 9 headscale_http_requests_total{code="200",method="POST",path="/api/v1/"} 2 headscale_http_requests_total{code="200",method="POST",path="/machine/register"} 31002 headscale_http_requests_total{code="401",method="GET",path="/api/v1/"} 3 headscale_http_requests_total{code="404",method="DELETE",path="/"} 1 headscale_http_requests_total{code="404",method="GET",path="/"} 25890 headscale_http_requests_total{code="404",method="HEAD",path="/"} 120 headscale_http_requests_total{code="404",method="OPTIONS",path="/"} 3 headscale_http_requests_total{code="404",method="POST",path="/"} 440 headscale_http_requests_total{code="404",method="PROPFIND",path="/"} 201 headscale_http_requests_total{code="500",method="POST",path="/api/v1/"} 1 # HELP headscale_mapresponse_ended_total total count of new mapsessions ended # TYPE headscale_mapresponse_ended_total counter headscale_mapresponse_ended_total{reason="done"} 831 # 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"} 295129 # 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"} 11665 # 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"} 11267 headscale_nodestore_batch_duration_seconds_bucket{le="0.01"} 181899 headscale_nodestore_batch_duration_seconds_bucket{le="0.025"} 281826 headscale_nodestore_batch_duration_seconds_bucket{le="0.05"} 282508 headscale_nodestore_batch_duration_seconds_bucket{le="0.1"} 282526 headscale_nodestore_batch_duration_seconds_bucket{le="0.25"} 282530 headscale_nodestore_batch_duration_seconds_bucket{le="0.5"} 282530 headscale_nodestore_batch_duration_seconds_bucket{le="1"} 282530 headscale_nodestore_batch_duration_seconds_bucket{le="2.5"} 282530 headscale_nodestore_batch_duration_seconds_bucket{le="5"} 282530 headscale_nodestore_batch_duration_seconds_bucket{le="10"} 282530 headscale_nodestore_batch_duration_seconds_bucket{le="+Inf"} 282530 headscale_nodestore_batch_duration_seconds_sum 2601.1578899390097 headscale_nodestore_batch_duration_seconds_count 282530 # HELP headscale_nodestore_batch_size Size of NodeStore write batches # TYPE headscale_nodestore_batch_size histogram headscale_nodestore_batch_size_bucket{le="1"} 269428 headscale_nodestore_batch_size_bucket{le="2"} 281768 headscale_nodestore_batch_size_bucket{le="5"} 282423 headscale_nodestore_batch_size_bucket{le="10"} 282527 headscale_nodestore_batch_size_bucket{le="20"} 282530 headscale_nodestore_batch_size_bucket{le="50"} 282530 headscale_nodestore_batch_size_bucket{le="100"} 282530 headscale_nodestore_batch_size_bucket{le="+Inf"} 282530 headscale_nodestore_batch_size_sum 297058 headscale_nodestore_batch_size_count 282530 # HELP headscale_nodestore_nodes_total Total number of nodes in the NodeStore # TYPE headscale_nodestore_nodes_total gauge headscale_nodestore_nodes_total 50 # 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"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="0.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="2.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="10"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="delete",le="+Inf"} 1 headscale_nodestore_operation_duration_seconds_sum{operation="delete"} 0.088005292 headscale_nodestore_operation_duration_seconds_count{operation="delete"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.005"} 2.2204052e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.01"} 2.2204093e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.025"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.05"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.1"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.25"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.5"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="1"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="2.5"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="5"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="10"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="+Inf"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_sum{operation="get"} 27.24359415198266 headscale_nodestore_operation_duration_seconds_count{operation="get"} 2.2204097e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.005"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.01"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.025"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.05"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.1"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.25"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.5"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="1"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="2.5"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="5"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="10"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="+Inf"} 327005 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_key"} 2.010288275999965 headscale_nodestore_operation_duration_seconds_count{operation="get_by_key"} 327005 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.005"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.01"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.025"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.05"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.1"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.25"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="0.5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="1"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="2.5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="10"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_machine_key",le="+Inf"} 2 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_machine_key"} 1.3244e-05 headscale_nodestore_operation_duration_seconds_count{operation="get_by_machine_key"} 2 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"} 1.483e-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.1455569e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.01"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.025"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.05"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.1"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.25"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.5"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="1"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="2.5"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="5"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="10"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="+Inf"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_sum{operation="list"} 6.599835312065721 headscale_nodestore_operation_duration_seconds_count{operation="list"} 1.1455571e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.005"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.01"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.025"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.05"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.1"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.25"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.5"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="1"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="2.5"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="5"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="10"} 1033 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="+Inf"} 1033 headscale_nodestore_operation_duration_seconds_sum{operation="list_peers"} 0.0014501410000000007 headscale_nodestore_operation_duration_seconds_count{operation="list_peers"} 1033 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"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.25"} 0 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="0.5"} 2 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="1"} 3 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="2.5"} 3 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="5"} 3 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="10"} 3 headscale_nodestore_operation_duration_seconds_bucket{operation="put",le="+Inf"} 3 headscale_nodestore_operation_duration_seconds_sum{operation="put"} 1.4642716709999999 headscale_nodestore_operation_duration_seconds_count{operation="put"} 3 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.005"} 7 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.01"} 1132 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.025"} 7958 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.05"} 21166 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.1"} 48010 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.25"} 128163 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.5"} 289564 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="1"} 297054 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="2.5"} 297054 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="5"} 297054 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="10"} 297054 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="+Inf"} 297054 headscale_nodestore_operation_duration_seconds_sum{operation="update"} 83888.85698677503 headscale_nodestore_operation_duration_seconds_count{operation="update"} 297054 # HELP headscale_nodestore_operations_total Total number of NodeStore operations # TYPE headscale_nodestore_operations_total counter headscale_nodestore_operations_total{operation="delete"} 1 headscale_nodestore_operations_total{operation="get"} 2.2204097e+07 headscale_nodestore_operations_total{operation="get_by_key"} 327005 headscale_nodestore_operations_total{operation="get_by_machine_key"} 2 headscale_nodestore_operations_total{operation="get_by_machine_key_any_user"} 1 headscale_nodestore_operations_total{operation="list"} 1.1455571e+07 headscale_nodestore_operations_total{operation="list_peers"} 1033 headscale_nodestore_operations_total{operation="put"} 3 headscale_nodestore_operations_total{operation="update"} 297054 # 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"} 46964 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.01"} 187524 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.025"} 281938 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.05"} 282509 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.1"} 282527 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.25"} 282531 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.5"} 282531 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="1"} 282531 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="2.5"} 282531 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="5"} 282531 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="10"} 282531 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="+Inf"} 282531 headscale_nodestore_peers_calculation_duration_seconds_sum 2504.8266770800124 headscale_nodestore_peers_calculation_duration_seconds_count 282531 # 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"} 31238 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.01"} 184634 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.025"} 281903 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.05"} 282508 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.1"} 282527 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.25"} 282531 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.5"} 282531 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="1"} 282531 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="2.5"} 282531 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="5"} 282531 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="10"} 282531 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="+Inf"} 282531 headscale_nodestore_snapshot_build_duration_seconds_sum 2545.8699931369847 headscale_nodestore_snapshot_build_duration_seconds_count 282531 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 12084.24 # 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.503114541e+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 1.4602715409e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 52 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.03211008e+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.76861224002e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.385914368e+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"} 49 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0