# 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.000119521 go_gc_duration_seconds{quantile="0.25"} 0.000263803 go_gc_duration_seconds{quantile="0.5"} 0.000347123 go_gc_duration_seconds{quantile="0.75"} 0.000499684 go_gc_duration_seconds{quantile="1"} 0.002416018 go_gc_duration_seconds_sum 1.354949359 go_gc_duration_seconds_count 3550 # 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 15344 # 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 8.02642632e+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 2.150385338536e+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 3.965759e+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 2.1242451413e+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 2.1257344e+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 8.02642632e+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 1.25243392e+09 # 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 1.331879936e+09 # 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 3.59166e+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 9.0443776e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.584313856e+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.7718428711041093e+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 2.1246043073e+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 2.001248e+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 3.350496e+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.435099618e+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 3.879073e+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 6.6486272e+07 # 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 6.6486272e+07 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.713422968e+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 16 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 # HELP livekit_forward_jitter_ns # TYPE livekit_forward_jitter_ns histogram livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="4e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="5e+06"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1e+07"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2e+07"} 0 livekit_forward_jitter_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="+Inf"} 0 livekit_forward_jitter_ns_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 livekit_forward_jitter_ns_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 # HELP livekit_forward_latency_ns # TYPE livekit_forward_latency_ns histogram livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="4e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="5e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="+Inf"} 0 livekit_forward_latency_ns_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 livekit_forward_latency_ns_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 1 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 460 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 3326 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 3589 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 3632 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 3650 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 3685 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 3714 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 3736 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 3942 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3.6438928549e+10 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3942 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 20793 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 107417 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 212601 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 216857 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 217782 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 218213 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 218784 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 218966 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 218966 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 218966 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2.515629163e+09 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 218966 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{direction="request",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="failure",type="signal"} 235 livekit_node_messages{direction="request",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="success",type="signal"} 3.818228e+06 livekit_node_messages{direction="response",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="failure",type="signal"} 184 livekit_node_messages{direction="response",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="success",type="signal"} 1.9414985e+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_f8yiVg39AFEu",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_f8yiVg39AFEu",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_f8yiVg39AFEu",node_type="SERVER",status="success",type="asnwer"} 11707 livekit_node_service_operation{error_type="",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="success",type="offer"} 548762 livekit_node_service_operation{error_type="",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="success",type="participant_join"} 4865 livekit_node_service_operation{error_type="",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="success",type="peer_connection"} 7992 livekit_node_service_operation{error_type="remote_description",node_id="ND_f8yiVg39AFEu",node_type="SERVER",status="error",type="answer"} 1 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",transmission="initial"} 5.5460696684e+10 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",transmission="initial"} 3.2426045463e+10 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 3876 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 3876 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 3876 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 3890 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 3897 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 3907 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 3931 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 3937 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 3941 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 3943 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 3943 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 347.9675569865876 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3943 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 450149 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 450149 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 450156 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 453472 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 454686 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 456945 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 463549 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 465388 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 466774 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 467045 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 467195 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 118950.28896490938 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 467195 # HELP livekit_packet_loss_total # TYPE livekit_packet_loss_total counter livekit_packet_loss_total{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 847 livekit_packet_loss_total{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 74880 # 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_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 3918 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 3918 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 3918 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 3919 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 3920 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 3923 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 3927 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 3936 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 3943 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 3943 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 3943 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 230.8212345067667 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3943 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 464815 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 464815 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 464815 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 464917 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 464986 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 465255 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 465669 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 466589 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 467195 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 467195 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 467195 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 19589.967497385755 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 467195 # 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_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 369 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 34921 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",transmission="initial"} 1.8973035e+07 livekit_packet_total{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",transmission="initial"} 7.7314209e+07 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="rtc_connected"} 4866 livekit_participant_join_total{node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="rtc_init"} 5692 livekit_participant_join_total{node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="signal_connected"} 5690 livekit_participant_join_total{node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="signal_failed"} 2 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 106 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 2.3527746811e+10 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 1.5510640895e+10 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 1.5513591558e+10 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 2.3534352552e+10 # HELP livekit_psrpc_error_total # TYPE livekit_psrpc_error_total counter livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 1774 livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 9669 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 106 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 108 # HELP livekit_psrpc_stream_receive_total # TYPE livekit_psrpc_stream_receive_total counter livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 1.7206707e+07 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 3.65307e+06 # 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_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="10"} 3.306229e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="50"} 3.529144e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="100"} 3.585266e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="300"} 3.643045e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="500"} 3.651288e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="1000"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="1500"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="2000"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="5000"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="10000"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal",le="+Inf"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 2.3530686e+07 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="client",service="Signal"} 3.651426e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="10"} 4.392204e+06 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="50"} 1.6013635e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="100"} 1.6614724e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="300"} 1.713703e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="500"} 1.7197954e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="1000"} 1.7199746e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="1500"} 1.7199746e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="2000"} 1.7199746e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="5000"} 1.7199746e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="10000"} 1.7199746e+07 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal",le="+Inf"} 1.7199746e+07 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 4.35781964e+08 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_f8yiVg39AFEu",node_type="SERVER",role="server",service="Signal"} 1.7199746e+07 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="100"} 631 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="200"} 2351 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="500"} 2499 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="700"} 2529 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="1000"} 2662 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="5000"} 2706 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="10000"} 2708 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="+Inf"} 2709 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 525930 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 2709 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="100"} 531 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="200"} 1015 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="500"} 151520 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="700"} 275936 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="1000"} 410965 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="5000"} 465910 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="10000"} 467100 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO",le="+Inf"} 467747 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 3.39189622e+08 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_f8yiVg39AFEu",node_type="SERVER",sdk="ANDROID",source="MICROPHONE",type="AUDIO"} 467747 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="0"} 141889 livekit_quality_rating_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1"} 160740 livekit_quality_rating_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2"} 1.877616e+06 livekit_quality_rating_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="+Inf"} 1.999439e+06 livekit_quality_rating_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 3.818072e+06 livekit_quality_rating_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 1.999439e+06 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2"} 121993 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2.5"} 264120 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3"} 266457 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3.25"} 268486 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3.5"} 273465 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3.75"} 277704 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="4"} 282187 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="4.25"} 292228 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="4.5"} 1.999439e+06 livekit_quality_score_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="+Inf"} 1.999439e+06 livekit_quality_score_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 8.2240673441768885e+06 livekit_quality_score_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 1.999439e+06 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="60"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="300"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="600"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1800"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3600"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="7200"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="18000"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="36000"} 0 livekit_room_duration_seconds_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="+Inf"} 0 livekit_room_duration_seconds_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 livekit_room_duration_seconds_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 1 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 600 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 3251 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 3550 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 3624 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 3752 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 3772 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 3783 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 3795 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 3795 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 3795 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 542515 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3795 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 38807 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 207443 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 225188 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 229270 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 234024 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 234711 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 234998 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 235365 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 235368 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 235368 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3.0753098e+07 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_f8yiVg39AFEu",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 235368 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="545.6434264039341"} 1 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="1274.5691167419518"} 2 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="2977.267487778254"} 4 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="6954.602600477145"} 4 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="16245.264333523593"} 6 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="37947.33192202059"} 8 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="88641.21693781434"} 15 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="207057.12212818698"} 15 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="483664.9733056345"} 15 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="1.1297935757936179e+06"} 15 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="2.639086132660537e+06"} 17 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="6.164644378251824e+06"} 18 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="1.440000000000003e+07"} 19 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="+Inf"} 20 livekit_session_duration_ms_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12"} 4.0111316e+07 livekit_session_duration_ms_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12"} 20 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="100"} 3 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="233.59011674382418"} 6 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="545.6434264039341"} 8 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="1274.5691167419518"} 18 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="2977.267487778254"} 46 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="6954.602600477145"} 104 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="16245.264333523593"} 303 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="37947.33192202059"} 520 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="88641.21693781434"} 682 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="207057.12212818698"} 805 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="483664.9733056345"} 945 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="1.1297935757936179e+06"} 1154 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="2.639086132660537e+06"} 3693 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="6.164644378251824e+06"} 3748 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="1.440000000000003e+07"} 3800 livekit_session_duration_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="+Inf"} 3850 livekit_session_duration_ms_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13"} 6.750654516e+09 livekit_session_duration_ms_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13"} 3850 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="138.94954943731378"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="193.06977288832502"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="268.2695795279726"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="372.7593720314941"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="517.9474679231213"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="719.6856730011522"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="1000.0000000000002"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="1389.4954943731382"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="1930.6977288832509"} 16 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="2682.695795279727"} 20 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="3727.593720314942"} 20 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="5179.474679231214"} 20 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="7196.8567300115255"} 20 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="10000.000000000005"} 20 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12",le="+Inf"} 20 livekit_session_start_time_ms_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12"} 34722 livekit_session_start_time_ms_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="12"} 20 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="138.94954943731378"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="193.06977288832502"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="268.2695795279726"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="372.7593720314941"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="517.9474679231213"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="719.6856730011522"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="1000.0000000000002"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="1389.4954943731382"} 0 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="1930.6977288832509"} 2924 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="2682.695795279727"} 3813 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="3727.593720314942"} 3891 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="5179.474679231214"} 3913 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="7196.8567300115255"} 3933 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="10000.000000000005"} 3946 livekit_session_start_time_ms_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13",le="+Inf"} 3956 livekit_session_start_time_ms_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13"} 7.658021e+06 livekit_session_start_time_ms_count{node_id="ND_f8yiVg39AFEu",node_type="SERVER",protocol_version="13"} 3956 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="attempt"} 2720 livekit_track_publish_counter{kind="AUDIO",node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="success"} 2709 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 31 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="attempt"} 714099 livekit_track_subscribe_counter{error="",node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="success"} 467747 livekit_track_subscribe_counter{error="track cannot be found",node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="failure"} 18 livekit_track_subscribe_counter{error="track not bound",node_id="ND_f8yiVg39AFEu",node_type="SERVER",state="failure"} 1729 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 3230 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="1"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="2"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="3"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="4"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="5"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="10"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="20"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="40"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="80"} 0 livekit_webhook_queue_length_bucket{node_id="ND_f8yiVg39AFEu",node_type="SERVER",le="+Inf"} 0 livekit_webhook_queue_length_sum{node_id="ND_f8yiVg39AFEu",node_type="SERVER"} 0 livekit_webhook_queue_length_count{node_id="ND_f8yiVg39AFEu",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 42549.09 # 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.05718463124e+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 7.7200245921e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 365 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.842331648e+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.7717724845e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 3.975069696e+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"} 2568 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0