# 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"} 0.000100047 go_gc_duration_seconds{quantile="0.25"} 0.000156648 go_gc_duration_seconds{quantile="0.5"} 0.000295857 go_gc_duration_seconds{quantile="0.75"} 0.000872123 go_gc_duration_seconds{quantile="1"} 0.005548172 go_gc_duration_seconds_sum 79.661557222 go_gc_duration_seconds_count 125380 # 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 145 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.4"} 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.4408976e+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.018616246192e+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.618485e+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 1.0113949616e+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 4.728592e+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.4408976e+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 7.5235328e+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.2380544e+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 108892 # 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 7.2351744e+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 9.7615872e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7859349976604168e+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 1.0114058508e+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 4592 # 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 16072 # 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 368320 # 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 897600 # 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.9692722e+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 773275 # 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 3.047424e+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 3.047424e+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.0969732e+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 13 # HELP headscale_mapresponse_ended_total total count of new mapsessions ended # TYPE headscale_mapresponse_ended_total counter headscale_mapresponse_ended_total{reason="done"} 612 # 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"} 628372 # 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"} 6099 headscale_mapresponse_generated_total{response_type="full"} 676 headscale_mapresponse_generated_total{response_type="patch"} 31609 headscale_mapresponse_generated_total{response_type="peers"} 2.41625e+07 headscale_mapresponse_generated_total{response_type="policy"} 185 # 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"} 580274 headscale_nodestore_batch_duration_seconds_bucket{le="0.01"} 585527 headscale_nodestore_batch_duration_seconds_bucket{le="0.025"} 586121 headscale_nodestore_batch_duration_seconds_bucket{le="0.05"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="0.1"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="0.25"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="0.5"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="1"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="2.5"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="5"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="10"} 586130 headscale_nodestore_batch_duration_seconds_bucket{le="+Inf"} 586130 headscale_nodestore_batch_duration_seconds_sum 868.4434023720079 headscale_nodestore_batch_duration_seconds_count 586130 # HELP headscale_nodestore_batch_size Size of NodeStore write batches # TYPE headscale_nodestore_batch_size histogram headscale_nodestore_batch_size_bucket{le="1"} 546236 headscale_nodestore_batch_size_bucket{le="2"} 583580 headscale_nodestore_batch_size_bucket{le="5"} 585862 headscale_nodestore_batch_size_bucket{le="10"} 586119 headscale_nodestore_batch_size_bucket{le="20"} 586127 headscale_nodestore_batch_size_bucket{le="50"} 586130 headscale_nodestore_batch_size_bucket{le="100"} 586130 headscale_nodestore_batch_size_bucket{le="+Inf"} 586130 headscale_nodestore_batch_size_sum 630364 headscale_nodestore_batch_size_count 586130 # HELP headscale_nodestore_nodes Number of nodes in the NodeStore # TYPE headscale_nodestore_nodes gauge headscale_nodestore_nodes 54 # 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"} 7.2487241e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.01"} 7.2487762e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.025"} 7.2487928e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.05"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.1"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.25"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="0.5"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="1"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="2.5"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="5"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="10"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get",le="+Inf"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_sum{operation="get"} 105.62540123836243 headscale_nodestore_operation_duration_seconds_count{operation="get"} 7.2487937e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.005"} 630839 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.01"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.025"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.05"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.1"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.25"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="0.5"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="1"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="2.5"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="5"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="10"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_by_key",le="+Inf"} 630841 headscale_nodestore_operation_duration_seconds_sum{operation="get_by_key"} 3.20913755800005 headscale_nodestore_operation_duration_seconds_count{operation="get_by_key"} 630841 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.005"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.01"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.025"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.05"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.25"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="0.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="1"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="2.5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="5"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="10"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="get_nodes_by_machine_key_all_users",le="+Inf"} 1 headscale_nodestore_operation_duration_seconds_sum{operation="get_nodes_by_machine_key_all_users"} 1.1627e-05 headscale_nodestore_operation_duration_seconds_count{operation="get_nodes_by_machine_key_all_users"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.005"} 2.4828495e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.01"} 2.482853e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.025"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.05"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.1"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.25"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="0.5"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="1"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="2.5"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="5"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="10"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list",le="+Inf"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_sum{operation="list"} 11.89624527785142 headscale_nodestore_operation_duration_seconds_count{operation="list"} 2.4828539e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.005"} 2.3565761e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.01"} 2.3565806e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.025"} 2.3565816e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.05"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.1"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.25"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="0.5"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="1"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="2.5"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="5"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="10"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_bucket{operation="list_peers",le="+Inf"} 2.3565818e+07 headscale_nodestore_operation_duration_seconds_sum{operation="list_peers"} 12.709404424974341 headscale_nodestore_operation_duration_seconds_count{operation="list_peers"} 2.3565818e+07 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"} 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.388018582 headscale_nodestore_operation_duration_seconds_count{operation="put"} 1 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.005"} 3759 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.01"} 9433 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.025"} 27115 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.05"} 56067 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.1"} 113561 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.25"} 286611 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="0.5"} 626661 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="1"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="2.5"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="5"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="10"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update",le="+Inf"} 630362 headscale_nodestore_operation_duration_seconds_sum{operation="update"} 168871.25771301144 headscale_nodestore_operation_duration_seconds_count{operation="update"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.005"} 3770 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.01"} 9445 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.025"} 27122 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.05"} 56078 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.1"} 113571 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.25"} 286620 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="0.5"} 626684 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="1"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="2.5"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="5"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="10"} 630362 headscale_nodestore_operation_duration_seconds_bucket{operation="update_multi",le="+Inf"} 630362 headscale_nodestore_operation_duration_seconds_sum{operation="update_multi"} 168865.06781351473 headscale_nodestore_operation_duration_seconds_count{operation="update_multi"} 630362 # HELP headscale_nodestore_operations_total Total number of NodeStore operations # TYPE headscale_nodestore_operations_total counter headscale_nodestore_operations_total{operation="get"} 7.2487937e+07 headscale_nodestore_operations_total{operation="get_by_key"} 630841 headscale_nodestore_operations_total{operation="get_nodes_by_machine_key_all_users"} 1 headscale_nodestore_operations_total{operation="list"} 2.4828539e+07 headscale_nodestore_operations_total{operation="list_peers"} 2.3565818e+07 headscale_nodestore_operations_total{operation="put"} 1 headscale_nodestore_operations_total{operation="update"} 630362 headscale_nodestore_operations_total{operation="update_multi"} 630362 # 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"} 583400 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.01"} 585867 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.025"} 586125 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.05"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.1"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.25"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="0.5"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="1"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="2.5"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="5"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="10"} 586131 headscale_nodestore_peers_calculation_duration_seconds_bucket{le="+Inf"} 586131 headscale_nodestore_peers_calculation_duration_seconds_sum 622.0429299500057 headscale_nodestore_peers_calculation_duration_seconds_count 586131 # 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"} 582011 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.01"} 585719 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.025"} 586124 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.05"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.1"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.25"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="0.5"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="1"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="2.5"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="5"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="10"} 586131 headscale_nodestore_snapshot_build_duration_seconds_bucket{le="+Inf"} 586131 headscale_nodestore_snapshot_build_duration_seconds_sum 726.4448791999916 headscale_nodestore_snapshot_build_duration_seconds_count 586131 # HELP http_request_duration_seconds Response latency in seconds for completed incoming HTTP requests. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{endpoint="",status="405",le="0.005"} 28 http_request_duration_seconds_bucket{endpoint="",status="405",le="0.01"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="0.025"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="0.05"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="0.1"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="0.25"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="0.5"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="1"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="2.5"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="5"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="10"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="25"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="50"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="100"} 29 http_request_duration_seconds_bucket{endpoint="",status="405",le="+Inf"} 29 http_request_duration_seconds_sum{endpoint="",status="405"} 0.013583682 http_request_duration_seconds_count{endpoint="",status="405"} 29 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="1"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="5"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="10"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="25"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="50"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="100"} 1 http_request_duration_seconds_bucket{endpoint="OPTIONS /api/*",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{endpoint="OPTIONS /api/*",status="401"} 0.001244259 http_request_duration_seconds_count{endpoint="OPTIONS /api/*",status="401"} 1 # HELP http_requests_inflight Number of incoming HTTP requests currently in flight. # TYPE http_requests_inflight gauge http_requests_inflight{host="",proto="HTTP/1.1"} 0 # HELP http_requests_total Total number of incoming HTTP requests. # TYPE http_requests_total counter http_requests_total{client_aborted="",endpoint="",host="",proto="HTTP/1.1",status="405"} 29 http_requests_total{client_aborted="",endpoint="OPTIONS /api/*",host="",proto="HTTP/1.1",status="401"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 58506.6 # 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 3.369502304e+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 5.0310673661e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 55 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 9.617408e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78421522945e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.481818112e+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"} 768 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0