# 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.32e-05 go_gc_duration_seconds{quantile="0.25"} 7.371e-05 go_gc_duration_seconds{quantile="0.5"} 9.5871e-05 go_gc_duration_seconds{quantile="0.75"} 0.00013592 go_gc_duration_seconds{quantile="1"} 0.000866743 go_gc_duration_seconds_sum 0.019000847 go_gc_duration_seconds_count 142 # 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 142 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.4"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.5525672e+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 8.52556136e+08 # 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.614564e+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 9.261496e+06 # 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.956416e+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.5525672e+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.0574976e+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.74784e+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 85806 # 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 3.8518784e+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 7.8053376e+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.7879200268773391e+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 9.347302e+06 # 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 9184 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 468640 # 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 995520 # 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.6965642e+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 865708 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.6384e+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 1.6384e+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 8.8140056e+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 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 10 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_forward_latency_ns # TYPE livekit_forward_latency_ns histogram livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="50000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="100000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="250000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="500000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="1e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="2e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="5e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="1e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="2e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="+Inf"} 0 livekit_forward_latency_ns_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 livekit_forward_latency_ns_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 96 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 192 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 203 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 210 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 211 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 211 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 211 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 211 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 211 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 3.022625e+06 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 211 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 11 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 52 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 55 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 56 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 56 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 56 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 56 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 56 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 56 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 882916 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 56 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 2 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 3 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 18499 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 0 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 27645 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{direction="request",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="success",type="signal"} 259 livekit_node_messages{direction="response",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="failure",type="signal"} 4 livekit_node_messages{direction="response",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="success",type="signal"} 328 # 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_LjVuuzJdtchX",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER",type="out"} 6.786894e+06 # HELP livekit_node_service_operation # TYPE livekit_node_service_operation counter livekit_node_service_operation{error_type="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="success",type="answer"} 14 livekit_node_service_operation{error_type="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="success",type="offer"} 6 livekit_node_service_operation{error_type="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="success",type="participant_join"} 7 livekit_node_service_operation{error_type="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",status="success",type="peer_connection"} 7 # HELP livekit_node_twirp_request_latency_ms # TYPE livekit_node_twirp_request_latency_ms histogram livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="5"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="10"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="25"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="50"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="100"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="250"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="500"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="1000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="2500"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="5000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="10000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="30000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="60000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",le="+Inf"} 3 livekit_node_twirp_request_latency_ms_sum{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService"} 0 livekit_node_twirp_request_latency_ms_count{method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService"} 3 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="5"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="10"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="25"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="50"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="100"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="250"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="500"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="1000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="2500"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="5000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="10000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="30000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="60000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="+Inf"} 6 livekit_node_twirp_request_latency_ms_sum{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress"} 2 livekit_node_twirp_request_latency_ms_count{method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress"} 6 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="5"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="10"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="25"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="50"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="100"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="250"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="500"} 0 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="1000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="2500"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="5000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="10000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="30000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="60000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="+Inf"} 3 livekit_node_twirp_request_latency_ms_sum{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress"} 1658 livekit_node_twirp_request_latency_ms_count{method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="5"} 1 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="10"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="25"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="50"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="100"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="250"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="500"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="1000"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="2500"} 3 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="5000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="10000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="30000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="60000"} 6 livekit_node_twirp_request_latency_ms_bucket{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",le="+Inf"} 6 livekit_node_twirp_request_latency_ms_sum{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress"} 9025 livekit_node_twirp_request_latency_ms_count{method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress"} 6 # HELP livekit_node_twirp_request_status # TYPE livekit_node_twirp_request_status counter livekit_node_twirp_request_status{code="",method="GetParticipant",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="RoomService",status="200"} 3 livekit_node_twirp_request_status{code="",method="ListEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",status="200"} 6 livekit_node_twirp_request_status{code="",method="StartParticipantEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",status="200"} 3 livekit_node_twirp_request_status{code="",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",status="200"} 3 livekit_node_twirp_request_status{code="failed_precondition",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",service="Egress",status="4xx"} 3 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",transmission="initial"} 9.1547009e+07 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",transmission="initial"} 3.6955628e+07 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 211 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 0 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 211 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 56 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 56 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 0 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 56 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 38 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 0 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 38 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 2 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 2 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 0 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2 # 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_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 175 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 175 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 182 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 187 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 190 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 193 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 198 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 201 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 211 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 211 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 211 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 305.21182541031004 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 211 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 48 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 48 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 48 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 49 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 52 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 54 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 56 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 56 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 56 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 56 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 56 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 7.156961633070315 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 56 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 33 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 33 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 36 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 36 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 38 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 1.6778469001824632 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 38 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 2 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 2 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 0 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2 # 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_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 885 livekit_packet_out_of_order_total{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 14 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 16 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",transmission="initial"} 87727 livekit_packet_total{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",transmission="initial"} 33463 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="rtc_active"} 7 livekit_participant_join_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="rtc_connected"} 7 livekit_participant_join_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="rtc_init"} 7 livekit_participant_join_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="signal_connected"} 7 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_peer_connection_state # TYPE livekit_peer_connection_state counter livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="connected",transport="PUBLISHER"} 4 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="connected",transport="SUBSCRIBER"} 3 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="fully_established",transport="PUBLISHER"} 4 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="fully_established",transport="SUBSCRIBER"} 3 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="ice_connected",transport="PUBLISHER"} 4 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="ice_connected",transport="SUBSCRIBER"} 3 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="started",transport="PUBLISHER"} 4 livekit_peer_connection_state{node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="started",transport="SUBSCRIBER"} 3 # HELP livekit_pli_total # TYPE livekit_pli_total counter livekit_pli_total{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 21 livekit_pli_total{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 3 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal"} 369 livekit_psrpc_bytes_total{direction="rx",kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler"} 102 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal"} 220225 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal"} 319117 livekit_psrpc_bytes_total{direction="tx",kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal"} 882 livekit_psrpc_bytes_total{direction="tx",kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler"} 1035 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal"} 319117 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal"} 220225 # HELP livekit_psrpc_error_total # TYPE livekit_psrpc_error_total counter livekit_psrpc_error_total{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler"} 3 # HELP livekit_psrpc_request_time_ms # TYPE livekit_psrpc_request_time_ms histogram livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="10"} 0 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="50"} 0 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="100"} 0 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="300"} 0 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="500"} 0 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="1000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="1500"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="2000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="5000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="10000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal",le="+Inf"} 3 livekit_psrpc_request_time_ms_sum{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal"} 1653 livekit_psrpc_request_time_ms_count{kind="rpc",method="StartEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressInternal"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="10"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="50"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="100"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="300"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="500"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="1000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="1500"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="2000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="5000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="10000"} 3 livekit_psrpc_request_time_ms_bucket{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler",le="+Inf"} 3 livekit_psrpc_request_time_ms_sum{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler"} 15 livekit_psrpc_request_time_ms_count{kind="rpc",method="StopEgress",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="EgressHandler"} 3 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal"} 0 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_LjVuuzJdtchX",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_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal"} 271 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal"} 194 # 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_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="10"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="50"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="100"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="300"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="500"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="1000"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="1500"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="2000"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="5000"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="10000"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal",le="+Inf"} 194 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal"} 50 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="client",service="Signal"} 194 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="10"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="50"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="100"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="300"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="500"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="1000"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="1500"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="2000"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="5000"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="10000"} 271 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal",le="+Inf"} 271 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal"} 102 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_LjVuuzJdtchX",node_type="SERVER",role="server",service="Signal"} 271 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="100"} 0 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="200"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="500"} 4 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="700"} 4 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="1000"} 4 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="5000"} 4 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="10000"} 4 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="+Inf"} 4 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 741 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 4 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 3 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 164 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="100"} 0 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="200"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="500"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="700"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="1000"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="5000"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="10000"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO",le="+Inf"} 3 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO"} 484 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="CAMERA",type="VIDEO"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="100"} 0 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="200"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="500"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="700"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="1000"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="5000"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="10000"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO",le="+Inf"} 2 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO"} 323 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="EGRESS",node_id="ND_LjVuuzJdtchX",node_type="SERVER",sdk="GO",source="MICROPHONE",type="AUDIO"} 2 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="0"} 0 livekit_quality_rating_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="1"} 1 livekit_quality_rating_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="2"} 109 livekit_quality_rating_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="+Inf"} 109 livekit_quality_rating_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 217 livekit_quality_rating_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 109 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="2"} 0 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="2.5"} 0 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3"} 0 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3.25"} 0 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3.5"} 0 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3.75"} 1 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="4"} 1 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="4.25"} 3 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="4.5"} 109 livekit_quality_score_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="+Inf"} 109 livekit_quality_score_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 488.7577614784241 livekit_quality_score_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 109 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="60"} 0 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="300"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="600"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="1800"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3600"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="7200"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="18000"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="36000"} 3 livekit_room_duration_seconds_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="+Inf"} 3 livekit_room_duration_seconds_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 442.395501694 livekit_room_duration_seconds_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 3 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 45 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 198 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 207 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 208 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 211 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 12947 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 211 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 10 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 53 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 55 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 55 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 56 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3531 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 56 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 36 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 46 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="CAMERA",type="VIDEO"} 36 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 2 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 2 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_LjVuuzJdtchX",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="2977.267487778254"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="6954.602600477145"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="16245.264333523593"} 1 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="37947.33192202059"} 1 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="88641.21693781434"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="207057.12212818698"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="483664.9733056345"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="1.1297935757936179e+06"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="2.639086132660537e+06"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="6.164644378251824e+06"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="1.440000000000003e+07"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="+Inf"} 3 livekit_session_duration_ms_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16"} 177985 livekit_session_duration_ms_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="2977.267487778254"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="6954.602600477145"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="16245.264333523593"} 0 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="37947.33192202059"} 1 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="88641.21693781434"} 2 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="207057.12212818698"} 3 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="483664.9733056345"} 4 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="1.1297935757936179e+06"} 4 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="2.639086132660537e+06"} 4 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="6.164644378251824e+06"} 4 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="1.440000000000003e+07"} 4 livekit_session_duration_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="+Inf"} 4 livekit_session_duration_ms_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17"} 370293 livekit_session_duration_ms_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17"} 4 # HELP livekit_session_join_latency_ms # TYPE livekit_session_join_latency_ms histogram livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="10"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="16.37893706954064"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="26.826957952797258"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="43.93970560760792"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="71.96856730011521"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="117.87686347935875"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="193.06977288832508"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="316.227766016838"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="517.9474679231213"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="848.3428982440723"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="1389.4954943731382"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="2275.8459260747895"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="3727.5937203149415"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="6105.402296585331"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="10000.000000000004"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="+Inf"} 3 livekit_session_join_latency_ms_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16"} 14 livekit_session_join_latency_ms_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="10"} 2 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="16.37893706954064"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="26.826957952797258"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="43.93970560760792"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="71.96856730011521"} 3 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="117.87686347935875"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="193.06977288832508"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="316.227766016838"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="517.9474679231213"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="848.3428982440723"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="1389.4954943731382"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="2275.8459260747895"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="3727.5937203149415"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="6105.402296585331"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="10000.000000000004"} 4 livekit_session_join_latency_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="+Inf"} 4 livekit_session_join_latency_ms_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17"} 135 livekit_session_join_latency_ms_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17"} 4 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="100"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="138.94954943731375"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="193.06977288832496"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="268.26957952797244"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="372.7593720314938"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="517.9474679231207"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="719.6856730011514"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="999.999999999999"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="1389.495494373136"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="1930.6977288832477"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="2682.695795279722"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="3727.593720314934"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="5179.474679231202"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="7196.856730011506"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="9999.999999999978"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16",le="+Inf"} 3 livekit_session_start_time_ms_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16"} 235 livekit_session_start_time_ms_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="16"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="138.94954943731375"} 0 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="193.06977288832496"} 0 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="268.26957952797244"} 1 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="372.7593720314938"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="517.9474679231207"} 3 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="719.6856730011514"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="999.999999999999"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="1389.495494373136"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="1930.6977288832477"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="2682.695795279722"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="3727.593720314934"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="5179.474679231202"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="7196.856730011506"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="9999.999999999978"} 4 livekit_session_start_time_ms_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17",le="+Inf"} 4 livekit_session_start_time_ms_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17"} 1486 livekit_session_start_time_ms_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER",protocol_version="17"} 4 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="attempt"} 3 livekit_track_publish_counter{kind="AUDIO",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="success"} 3 livekit_track_publish_counter{kind="VIDEO",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="attempt"} 4 livekit_track_publish_counter{kind="VIDEO",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="success"} 4 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 livekit_track_published_total{kind="VIDEO",node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="attempt"} 5 livekit_track_subscribe_counter{error="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="cancel"} 0 livekit_track_subscribe_counter{error="",node_id="ND_LjVuuzJdtchX",node_type="SERVER",state="success"} 5 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 livekit_track_subscribed_total{kind="VIDEO",node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 0 # HELP livekit_webhook_dispatch_total # TYPE livekit_webhook_dispatch_total counter livekit_webhook_dispatch_total{node_id="ND_LjVuuzJdtchX",node_type="SERVER",reason="",status="success"} 92 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="1"} 81 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="2"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="3"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="4"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="5"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="10"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="20"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="40"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="80"} 92 livekit_webhook_queue_length_bucket{node_id="ND_LjVuuzJdtchX",node_type="SERVER",le="+Inf"} 92 livekit_webhook_queue_length_sum{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 103 livekit_webhook_queue_length_count{node_id="ND_LjVuuzJdtchX",node_type="SERVER"} 92 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 44.86 # 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 4.886570254e+10 # 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 2.21357589275e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 19 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 6.9165056e+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.78790522111e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.413525504e+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"} 310 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0