# 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"} 5.7361e-05 go_gc_duration_seconds{quantile="0.25"} 8.9371e-05 go_gc_duration_seconds{quantile="0.5"} 0.000147691 go_gc_duration_seconds{quantile="0.75"} 0.000540714 go_gc_duration_seconds{quantile="1"} 0.038236477 go_gc_duration_seconds_sum 2.21522355 go_gc_duration_seconds_count 4786 # 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 119 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.6"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.4517896e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.06681072096e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.722783e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.19177442e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.697344e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.4517896e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 4.7824896e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.3767424e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 96335 # 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 4.186112e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 8.159232e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7887553718887334e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.19273777e+08 # 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 18368 # 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 32144 # 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 471040 # 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 832320 # 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 4.1846666e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.524137e+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 2.29376e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.29376e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 9.2694808e+07 # 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 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 14 # HELP livekit_datapacket_stream_bytes # TYPE livekit_datapacket_stream_bytes histogram livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="128"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="512"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="2048"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="8192"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="32768"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="131072"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="524288"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="2.097152e+06"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="8.388608e+06"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="3.3554432e+07"} 7 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="+Inf"} 7 livekit_datapacket_stream_bytes_sum{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text"} 14 livekit_datapacket_stream_bytes_count{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text"} 7 # HELP livekit_datapacket_stream_dest_count # TYPE livekit_datapacket_stream_dest_count histogram livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="1"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="2"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="3"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="4"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="5"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="10"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="15"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="25"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="50"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes",le="+Inf"} 5038 livekit_datapacket_stream_dest_count_sum{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes"} 0 livekit_datapacket_stream_dest_count_count{mime_type="application",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="bytes"} 5038 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="1"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="2"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="3"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="4"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="5"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="10"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="15"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="25"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="50"} 106 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text",le="+Inf"} 106 livekit_datapacket_stream_dest_count_sum{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text"} 0 livekit_datapacket_stream_dest_count_count{mime_type="text",node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="text"} 106 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_forward_latency_ns # TYPE livekit_forward_latency_ns histogram livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="50000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="100000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="250000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="500000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="1e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="2e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="5e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="1e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="2e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="+Inf"} 0 livekit_forward_latency_ns_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 livekit_forward_latency_ns_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 260 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 808 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 847 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 851 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 852 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 854 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 854 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 855 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 855 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 856 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4.7974997e+07 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 856 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 123 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 339 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 474 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 477 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 480 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 480 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 482 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 482 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 482 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 482 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4.03929e+06 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 482 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{direction="request",node_id="ND_DSxXzxByUqZW",node_type="SERVER",status="success",type="signal"} 1707 livekit_node_messages{direction="response",node_id="ND_DSxXzxByUqZW",node_type="SERVER",status="success",type="signal"} 1827 # 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_DSxXzxByUqZW",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",type="out"} 2.124366e+06 # HELP livekit_node_service_operation # TYPE livekit_node_service_operation counter livekit_node_service_operation{error_type="",node_id="ND_DSxXzxByUqZW",node_type="SERVER",status="success",type="answer"} 74 livekit_node_service_operation{error_type="",node_id="ND_DSxXzxByUqZW",node_type="SERVER",status="success",type="participant_join"} 24 livekit_node_service_operation{error_type="",node_id="ND_DSxXzxByUqZW",node_type="SERVER",status="success",type="peer_connection"} 24 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",transmission="initial"} 1.6842337e+07 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",transmission="initial"} 1.685078e+07 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 853 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 853 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 853 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 856 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1.3248628651613727 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 856 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 811 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 811 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 0 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 811 # HELP livekit_packet_loss_total # TYPE livekit_packet_loss_total counter livekit_packet_loss_total{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3 # 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_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 846 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 846 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 846 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 846 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 846 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 847 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 855 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 856 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 856 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 856 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 856 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 30.205022068663975 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 856 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 803 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 803 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 803 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 803 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 803 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 804 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 810 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 811 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 811 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 811 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 811 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 24.547873539293402 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 811 # 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_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 67 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 55 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",transmission="initial"} 91035 livekit_packet_total{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",transmission="initial"} 91348 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="rtc_active",warp="false"} 24 livekit_participant_join_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="rtc_connected",warp=""} 24 livekit_participant_join_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="rtc_init",warp=""} 24 livekit_participant_join_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="rtc_success",warp="false"} 24 livekit_participant_join_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="signal_connected",warp=""} 24 livekit_participant_join_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="signal_validation_failed",warp=""} 1 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_peer_connection_state # TYPE livekit_peer_connection_state counter livekit_peer_connection_state{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="connected",transport="PUBLISHER"} 24 livekit_peer_connection_state{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="fully_established",transport="PUBLISHER"} 24 livekit_peer_connection_state{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="ice_connected",transport="PUBLISHER"} 24 livekit_peer_connection_state{node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="started",transport="PUBLISHER"} 24 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal"} 973500 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal"} 802488 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal"} 802488 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal"} 973500 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal"} 0 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal"} 0 # HELP livekit_psrpc_stream_receive_total # TYPE livekit_psrpc_stream_receive_total counter livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal"} 1143 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal"} 1546 # 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_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="10"} 1545 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="50"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="100"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="300"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="500"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="1000"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="1500"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="2000"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="5000"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="10000"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal",le="+Inf"} 1546 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal"} 78 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="client",service="Signal"} 1546 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="10"} 1142 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="50"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="100"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="300"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="500"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="1000"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="1500"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="2000"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="5000"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="10000"} 1143 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal",le="+Inf"} 1143 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal"} 70 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_DSxXzxByUqZW",node_type="SERVER",role="server",service="Signal"} 1143 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 12 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 264 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 10 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 11 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 12 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 934 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 12 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 336 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 8 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 8 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 9 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 12 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 11964 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 5 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 5 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 9 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 9 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 9 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 12 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 9917 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe-stream-start",kind="AGENT",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 5 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 7 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 12 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 2173 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe-stream-start",kind="STANDARD",node_id="ND_DSxXzxByUqZW",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 12 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="0"} 0 livekit_quality_rating_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="1"} 0 livekit_quality_rating_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="2"} 984 livekit_quality_rating_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="+Inf"} 986 livekit_quality_rating_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 1974 livekit_quality_rating_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 986 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="2"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="2.5"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3.25"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3.5"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3.75"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="4"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="4.25"} 2 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="4.5"} 986 livekit_quality_score_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="+Inf"} 986 livekit_quality_score_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 4430.469769239426 livekit_quality_score_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 986 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="60"} 7 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="300"} 11 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="600"} 11 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="1800"} 11 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3600"} 12 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="7200"} 12 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="18000"} 12 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="36000"} 12 livekit_room_duration_seconds_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="+Inf"} 12 livekit_room_duration_seconds_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 2638.5781327039995 livekit_room_duration_seconds_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 12 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 781 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 841 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 849 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 851 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 851 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 852 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 852 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 852 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 854 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 854 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 854 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 21058 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 854 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 535 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 625 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 674 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 680 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 680 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 680 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 680 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 680 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 683 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 683 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 683 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 29139 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_DSxXzxByUqZW",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 683 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="2977.267487778254"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="6954.602600477145"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="16245.264333523593"} 1 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="37947.33192202059"} 6 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="88641.21693781434"} 9 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="207057.12212818698"} 11 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="483664.9733056345"} 11 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="1.1297935757936179e+06"} 11 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="2.639086132660537e+06"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="6.164644378251824e+06"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="1.440000000000003e+07"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="+Inf"} 12 livekit_session_duration_ms_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16"} 2.390306e+06 livekit_session_duration_ms_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="2977.267487778254"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="6954.602600477145"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="16245.264333523593"} 0 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="37947.33192202059"} 3 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="88641.21693781434"} 9 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="207057.12212818698"} 11 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="483664.9733056345"} 11 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="1.1297935757936179e+06"} 11 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="2.639086132660537e+06"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="6.164644378251824e+06"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="1.440000000000003e+07"} 12 livekit_session_duration_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="+Inf"} 12 livekit_session_duration_ms_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17"} 2.605782e+06 livekit_session_duration_ms_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17"} 12 # HELP livekit_session_join_latency_ms # TYPE livekit_session_join_latency_ms histogram livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="10"} 10 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="16.37893706954064"} 10 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="26.826957952797258"} 10 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="43.93970560760792"} 10 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="71.96856730011521"} 10 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="117.87686347935875"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="193.06977288832508"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="316.227766016838"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="517.9474679231213"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="848.3428982440723"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="1389.4954943731382"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="2275.8459260747895"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="3727.5937203149415"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="6105.402296585331"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="10000.000000000004"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",le="+Inf"} 12 livekit_session_join_latency_ms_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16"} 221 livekit_session_join_latency_ms_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="10"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="16.37893706954064"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="26.826957952797258"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="43.93970560760792"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="71.96856730011521"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="117.87686347935875"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="193.06977288832508"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="316.227766016838"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="517.9474679231213"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="848.3428982440723"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="1389.4954943731382"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="2275.8459260747895"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="3727.5937203149415"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="6105.402296585331"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="10000.000000000004"} 12 livekit_session_join_latency_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",le="+Inf"} 12 livekit_session_join_latency_ms_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17"} 55 livekit_session_join_latency_ms_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17"} 12 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="138.94954943731375"} 0 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="193.06977288832496"} 0 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="268.26957952797244"} 3 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="372.7593720314938"} 6 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="517.9474679231207"} 11 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="719.6856730011514"} 11 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="999.999999999999"} 11 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="1389.495494373136"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="1930.6977288832477"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="2682.695795279722"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="3727.593720314934"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="5179.474679231202"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="7196.856730011506"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="9999.999999999978"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false",le="+Inf"} 12 livekit_session_start_time_ms_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false"} 5193 livekit_session_start_time_ms_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="16",warp="false"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="100"} 9 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="138.94954943731375"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="193.06977288832496"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="268.26957952797244"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="372.7593720314938"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="517.9474679231207"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="719.6856730011514"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="999.999999999999"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="1389.495494373136"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="1930.6977288832477"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="2682.695795279722"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="3727.593720314934"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="5179.474679231202"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="7196.856730011506"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="9999.999999999978"} 12 livekit_session_start_time_ms_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false",le="+Inf"} 12 livekit_session_start_time_ms_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false"} 950 livekit_session_start_time_ms_count{node_id="ND_DSxXzxByUqZW",node_type="SERVER",protocol_version="17",warp="false"} 12 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="attempt"} 24 livekit_track_publish_counter{kind="AUDIO",node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="success"} 24 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="attempt"} 24 livekit_track_subscribe_counter{error="",node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="cancel"} 0 livekit_track_subscribe_counter{error="",node_id="ND_DSxXzxByUqZW",node_type="SERVER",state="success"} 24 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="1"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="2"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="3"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="4"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="5"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="10"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="20"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="40"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="80"} 0 livekit_webhook_queue_length_bucket{node_id="ND_DSxXzxByUqZW",node_type="SERVER",le="+Inf"} 0 livekit_webhook_queue_length_sum{node_id="ND_DSxXzxByUqZW",node_type="SERVER"} 0 livekit_webhook_queue_length_count{node_id="ND_DSxXzxByUqZW",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 439.52 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.931636372e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.602788865e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.7044096e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78871585223e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.415970816e+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"} 110 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0