# 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.000180922 go_gc_duration_seconds{quantile="0.25"} 0.000284963 go_gc_duration_seconds{quantile="0.5"} 0.000369723 go_gc_duration_seconds{quantile="0.75"} 0.000460163 go_gc_duration_seconds{quantile="1"} 0.00519836 go_gc_duration_seconds_sum 5.912047029 go_gc_duration_seconds_count 12169 # 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 37398 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 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 7.17183568e+08 # 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.985511060216e+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 5.048207e+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 3.1702394254e+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 1.32304e+07 # 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 7.17183568e+08 # 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 2.45374976e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.65894144e+08 # 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 4.492642e+06 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.39927552e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.21126912e+09 # 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.7679313862765806e+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 3.1706886896e+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 3624 # 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 1.494992e+07 # 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.842528e+07 # 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.19819229e+09 # 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 2.774097e+06 # 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.14130944e+08 # 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.14130944e+08 # 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.364893752e+09 # 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 3 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 18 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP livekit_forward_jitter_ns # TYPE livekit_forward_jitter_ns histogram livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="4e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="5e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1e+07"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2e+07"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="+Inf"} 0 livekit_forward_jitter_ns_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 livekit_forward_jitter_ns_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP livekit_forward_latency_ns # TYPE livekit_forward_latency_ns histogram livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="4e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="5e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="+Inf"} 0 livekit_forward_latency_ns_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 livekit_forward_latency_ns_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 11 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 7519 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 30444 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 34560 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 35102 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 35222 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 35317 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 35318 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 35318 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 35318 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 6.70961676e+08 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 35318 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 21535 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 166283 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 436157 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 444183 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 444764 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 444970 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 445058 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 445067 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 445067 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 445067 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 5.473911059e+09 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 445067 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{direction="request",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="failure",type="signal"} 688 livekit_node_messages{direction="request",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="success",type="signal"} 3.9058227e+07 livekit_node_messages{direction="response",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="failure",type="signal"} 2341 livekit_node_messages{direction="response",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="success",type="signal"} 2.5107015e+07 # HELP livekit_node_packet_total System level packet count. Count starts at 0 when service is first started. # TYPE livekit_node_packet_total gauge livekit_node_packet_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",type="out"} 0 # HELP livekit_node_service_operation # TYPE livekit_node_service_operation counter livekit_node_service_operation{error_type="",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="success",type="asnwer"} 116928 livekit_node_service_operation{error_type="",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="success",type="offer"} 890144 livekit_node_service_operation{error_type="",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="success",type="participant_join"} 65021 livekit_node_service_operation{error_type="",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",status="success",type="peer_connection"} 72760 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",transmission="initial"} 6.275818304e+09 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",transmission="initial"} 2.9098781771e+10 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 34094 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 34094 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 34094 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 34240 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 34286 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 34424 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 35140 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 35280 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 35320 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 35330 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 35330 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4187.326900245176 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 35330 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 787550 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 787550 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 787551 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 794097 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 795400 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 799426 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 811553 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 814103 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 815130 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 815210 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 815231 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 77929.3011105363 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 815231 # HELP livekit_packet_loss_total # TYPE livekit_packet_loss_total counter livekit_packet_loss_total{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 8008 livekit_packet_loss_total{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 139456 # HELP livekit_packet_out_of_order_percent # TYPE livekit_packet_out_of_order_percent histogram livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 35263 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 35263 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 35263 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 35284 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 35292 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 35300 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 35322 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 35326 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 35327 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 35330 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 35330 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 250.36142317852756 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 35330 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 813583 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 813583 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 813583 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 814199 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 814247 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 814624 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 815132 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 815183 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 815216 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 815231 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 815231 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3409.8327279686837 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 815231 # HELP livekit_packet_out_of_order_total # TYPE livekit_packet_out_of_order_total counter livekit_packet_out_of_order_total{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 402 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 6096 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",transmission="initial"} 2.15690668e+08 livekit_packet_total{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",transmission="initial"} 2.05191567e+08 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="rtc_connected"} 65244 livekit_participant_join_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="rtc_init"} 71487 livekit_participant_join_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="signal_connected"} 71451 livekit_participant_join_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="signal_failed"} 3 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 94 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 5.247251346e+09 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 3.010842769e+09 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 3.010919174e+09 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 5.247279276e+09 # HELP livekit_psrpc_error_total # TYPE livekit_psrpc_error_total counter livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 434 livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 686 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 94 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 96 # HELP livekit_psrpc_stream_receive_total # TYPE livekit_psrpc_stream_receive_total counter livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 2.2893431e+07 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 3.8049006e+07 # HELP livekit_psrpc_stream_send_time_ms # TYPE livekit_psrpc_stream_send_time_ms histogram livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="10"} 3.7585235e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="50"} 3.8018227e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="100"} 3.8040796e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="300"} 3.8048189e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="500"} 3.8048848e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="1000"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="1500"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="2000"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="5000"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="10000"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal",le="+Inf"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 2.3315626e+07 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="client",service="Signal"} 3.8048852e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="10"} 9.019982e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="50"} 2.2546536e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="100"} 2.2854002e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="300"} 2.2890002e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="500"} 2.2892817e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="1000"} 2.2892857e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="1500"} 2.2892857e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="2000"} 2.2892857e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="5000"} 2.2892857e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="10000"} 2.2892857e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal",le="+Inf"} 2.2892857e+07 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 3.69502484e+08 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",role="server",service="Signal"} 2.2892857e+07 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="100"} 2864 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="200"} 15911 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="500"} 17026 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="700"} 17106 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="1000"} 17220 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="5000"} 17253 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="10000"} 17253 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="+Inf"} 17253 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 2.311129e+06 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 17253 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 17 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 502 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 17 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="100"} 16 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="200"} 89522 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="500"} 404200 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="700"} 408551 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="1000"} 410502 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="5000"} 411547 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="10000"} 411567 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="+Inf"} 411567 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 1.05928149e+08 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 411567 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="0"} 430 livekit_quality_rating_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1"} 719 livekit_quality_rating_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2"} 1.8706106e+07 livekit_quality_rating_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="+Inf"} 1.8706235e+07 livekit_quality_rating_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 3.741145e+07 livekit_quality_rating_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 1.8706235e+07 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2"} 172 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2.5"} 566 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3"} 580 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3.25"} 593 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3.5"} 616 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3.75"} 677 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="4"} 822 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="4.25"} 1447 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="4.5"} 1.8706235e+07 livekit_quality_score_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="+Inf"} 1.8706235e+07 livekit_quality_score_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 8.41756330279268e+07 livekit_quality_score_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 1.8706235e+07 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="60"} 3 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="300"} 21 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="600"} 21 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1800"} 25 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3600"} 25 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="7200"} 30 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="18000"} 31 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="36000"} 32 livekit_room_duration_seconds_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="+Inf"} 32 livekit_room_duration_seconds_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 64781.317597682 livekit_room_duration_seconds_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 32 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 2 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 4914 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 28975 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 31319 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 32056 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 33225 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 33626 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 33792 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 33866 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 33877 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 33880 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4.919262e+06 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 33880 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 36334 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 262735 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 277167 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 280044 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 283934 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 284683 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 284951 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 285283 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 285283 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 285283 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3.5534981e+07 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 285283 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="233.59011674382418"} 1 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="545.6434264039341"} 5 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="1274.5691167419518"} 10 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="2977.267487778254"} 12 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="6954.602600477145"} 17 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="16245.264333523593"} 28 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="37947.33192202059"} 120 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="88641.21693781434"} 233 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="207057.12212818698"} 264 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="483664.9733056345"} 278 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="1.1297935757936179e+06"} 297 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="2.639086132660537e+06"} 321 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="6.164644378251824e+06"} 374 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="1.440000000000003e+07"} 433 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="+Inf"} 476 livekit_session_duration_ms_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12"} 2.163280432e+09 livekit_session_duration_ms_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12"} 476 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="100"} 339 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="233.59011674382418"} 556 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="545.6434264039341"} 1097 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="1274.5691167419518"} 2018 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="2977.267487778254"} 3865 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="6954.602600477145"} 9035 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="16245.264333523593"} 18378 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="37947.33192202059"} 24162 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="88641.21693781434"} 25857 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="207057.12212818698"} 26865 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="483664.9733056345"} 27775 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="1.1297935757936179e+06"} 29700 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="2.639086132660537e+06"} 31083 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="6.164644378251824e+06"} 32411 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="1.440000000000003e+07"} 33774 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="+Inf"} 35736 livekit_session_duration_ms_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13"} 8.7820971884e+10 livekit_session_duration_ms_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13"} 35736 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="2977.267487778254"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="6954.602600477145"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="16245.264333523593"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="37947.33192202059"} 0 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="88641.21693781434"} 3 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="207057.12212818698"} 5 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="483664.9733056345"} 6 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="1.1297935757936179e+06"} 7 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="2.639086132660537e+06"} 8 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="6.164644378251824e+06"} 11 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="1.440000000000003e+07"} 11 livekit_session_duration_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="+Inf"} 11 livekit_session_duration_ms_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15"} 1.862701e+07 livekit_session_duration_ms_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15"} 11 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="138.94954943731378"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="193.06977288832502"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="268.2695795279726"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="372.7593720314941"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="517.9474679231213"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="719.6856730011522"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="1000.0000000000002"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="1389.4954943731382"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="1930.6977288832509"} 395 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="2682.695795279727"} 442 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="3727.593720314942"} 454 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="5179.474679231214"} 457 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="7196.8567300115255"} 464 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="10000.000000000005"} 475 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12",le="+Inf"} 478 livekit_session_start_time_ms_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12"} 973683 livekit_session_start_time_ms_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="12"} 478 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="138.94954943731378"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="193.06977288832502"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="268.2695795279726"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="372.7593720314941"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="517.9474679231213"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="719.6856730011522"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="1000.0000000000002"} 3 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="1389.4954943731382"} 29 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="1930.6977288832509"} 33226 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="2682.695795279727"} 35078 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="3727.593720314942"} 35369 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="5179.474679231214"} 35511 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="7196.8567300115255"} 35610 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="10000.000000000005"} 35776 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13",le="+Inf"} 35840 livekit_session_start_time_ms_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13"} 6.477134e+07 livekit_session_start_time_ms_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="13"} 35840 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="138.94954943731378"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="193.06977288832502"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="268.2695795279726"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="372.7593720314941"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="517.9474679231213"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="719.6856730011522"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="1000.0000000000002"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="1389.4954943731382"} 0 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="1930.6977288832509"} 11 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="2682.695795279727"} 11 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="3727.593720314942"} 11 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="5179.474679231214"} 11 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="7196.8567300115255"} 11 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="10000.000000000005"} 11 livekit_session_start_time_ms_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15",le="+Inf"} 11 livekit_session_start_time_ms_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15"} 16372 livekit_session_start_time_ms_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",protocol_version="15"} 11 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="attempt"} 17378 livekit_track_publish_counter{kind="AUDIO",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="success"} 17270 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="attempt"} 817458 livekit_track_subscribe_counter{error="",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="success"} 411567 livekit_track_subscribe_counter{error="track cannot be found",node_id="ND_eYCCfaVCFnwY",node_type="SERVER",state="failure"} 320 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="1"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="2"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="3"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="4"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="5"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="10"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="20"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="40"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="80"} 0 livekit_webhook_queue_length_bucket{node_id="ND_eYCCfaVCFnwY",node_type="SERVER",le="+Inf"} 0 livekit_webhook_queue_length_sum{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 livekit_webhook_queue_length_count{node_id="ND_eYCCfaVCFnwY",node_type="SERVER"} 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 187950.2 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # 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.12486768284e+11 # 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.2801627601e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 400 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.260187648e+09 # 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.76678335632e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 2.609688576e+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"} 38405 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0