# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 0.000104859 go_gc_duration_seconds{quantile="0.25"} 0.000146169 go_gc_duration_seconds{quantile="0.5"} 0.000171677 go_gc_duration_seconds{quantile="0.75"} 0.000215845 go_gc_duration_seconds{quantile="1"} 0.006436368 go_gc_duration_seconds_sum 10.021213655 go_gc_duration_seconds_count 30982 # 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 136 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.0787472e+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.1534048764e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 3.358051e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.644388723e+09 # 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 7.620928e+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 3.0787472e+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 3.1277056e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.1418752e+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 120410 # 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.06470912e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 3.54189312e+08 # 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.7797184993803737e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.644509133e+09 # 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 508640 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 3.4272e+06 # 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.9050018e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.144941e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 2.326528e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 2.326528e+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 3.72083032e+08 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_forward_latency_ns # TYPE livekit_forward_latency_ns histogram livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="50000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="100000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="250000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="500000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="1e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="2e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="5e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="1e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="2e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="+Inf"} 0 livekit_forward_latency_ns_sum{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 livekit_forward_latency_ns_count{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 0 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 3 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 36962 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 3 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 4 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 436 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 1618 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 1624 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 1628 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 1628 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 1628 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 1628 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 1628 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1629 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2.4019576e+07 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1629 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 88 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 504 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 615 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 625 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 625 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 625 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 625 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 625 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 625 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 625 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4.005902e+06 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 625 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{direction="request",node_id="ND_XiivELFg784Y",node_type="SERVER",status="success",type="signal"} 22173 livekit_node_messages{direction="response",node_id="ND_XiivELFg784Y",node_type="SERVER",status="failure",type="signal"} 13 livekit_node_messages{direction="response",node_id="ND_XiivELFg784Y",node_type="SERVER",status="success",type="signal"} 39391 # 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_XiivELFg784Y",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_XiivELFg784Y",node_type="SERVER",type="out"} 920646 # HELP livekit_node_service_operation # TYPE livekit_node_service_operation counter livekit_node_service_operation{error_type="",node_id="ND_XiivELFg784Y",node_type="SERVER",status="success",type="asnwer"} 2338 livekit_node_service_operation{error_type="",node_id="ND_XiivELFg784Y",node_type="SERVER",status="success",type="offer"} 2 livekit_node_service_operation{error_type="",node_id="ND_XiivELFg784Y",node_type="SERVER",status="success",type="participant_join"} 98 livekit_node_service_operation{error_type="",node_id="ND_XiivELFg784Y",node_type="SERVER",status="success",type="peer_connection"} 94 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",transmission="initial"} 4.47524565e+08 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",transmission="initial"} 3.25627954e+08 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 3 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 0 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 3 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 1609 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 1609 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 1609 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 1610 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 1610 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 1610 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 1628 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 1629 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 1630 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 1631 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1631 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 160.8398252910285 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1631 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 1239 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 1239 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 1239 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 1246 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 1260 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 1269 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 1308 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 1309 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 1314 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 1314 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1314 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 186.41898268183874 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1314 # HELP livekit_packet_loss_total # TYPE livekit_packet_loss_total counter livekit_packet_loss_total{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 351 livekit_packet_loss_total{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 138 # 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_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 0 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 1 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 3 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 299.52588071277546 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 3 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1631 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 0 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1631 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 1314 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1314 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 0 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1314 # 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_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 452 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",transmission="initial"} 199460 livekit_packet_total{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",transmission="initial"} 217111 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_XiivELFg784Y",node_type="SERVER",state="rtc_canceled"} 11 livekit_participant_join_total{node_id="ND_XiivELFg784Y",node_type="SERVER",state="rtc_connected"} 98 livekit_participant_join_total{node_id="ND_XiivELFg784Y",node_type="SERVER",state="rtc_init"} 114 livekit_participant_join_total{node_id="ND_XiivELFg784Y",node_type="SERVER",state="signal_connected"} 114 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_pli_total # TYPE livekit_pli_total counter livekit_pli_total{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER"} 2 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 2.8925859e+08 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal"} 4.09223383e+08 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 4.09223383e+08 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal"} 2.8925859e+08 # HELP livekit_psrpc_error_total # TYPE livekit_psrpc_error_total counter livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 1 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 0 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_XiivELFg784Y",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_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 20568 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal"} 13048 # 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_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="10"} 12943 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="50"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="100"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="300"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="500"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="1000"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="1500"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="2000"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="5000"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="10000"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal",le="+Inf"} 13047 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 17789 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="client",service="Signal"} 13047 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="10"} 20385 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="50"} 20567 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="100"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="300"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="500"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="1000"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="1500"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="2000"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="5000"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="10000"} 20568 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal",le="+Inf"} 20568 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal"} 38066 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_XiivELFg784Y",node_type="SERVER",role="server",service="Signal"} 20568 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",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_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="200"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="500"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="700"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="1000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="5000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="10000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="+Inf"} 1 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 158 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 199 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 272 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 912 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 1228 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 1721 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 4529 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 6003 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 6492 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 2.4244955e+07 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 6492 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 547 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 2186 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 2678 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 2778 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 2778 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 2786 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 2787 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 2787 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 489066 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_XiivELFg784Y",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 2787 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="0"} 53 livekit_quality_rating_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="1"} 58 livekit_quality_rating_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="2"} 6531 livekit_quality_rating_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="+Inf"} 6553 livekit_quality_rating_sum{node_id="ND_XiivELFg784Y",node_type="SERVER"} 13017 livekit_quality_rating_count{node_id="ND_XiivELFg784Y",node_type="SERVER"} 6553 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="2"} 23 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="2.5"} 75 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3"} 75 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3.25"} 76 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3.5"} 76 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3.75"} 77 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="4"} 80 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="4.25"} 85 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="4.5"} 6553 livekit_quality_score_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="+Inf"} 6553 livekit_quality_score_sum{node_id="ND_XiivELFg784Y",node_type="SERVER"} 29275.290085554123 livekit_quality_score_count{node_id="ND_XiivELFg784Y",node_type="SERVER"} 6553 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="60"} 7 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="300"} 16 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="600"} 19 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="1800"} 25 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3600"} 26 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="7200"} 27 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="18000"} 28 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="36000"} 28 livekit_room_duration_seconds_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="+Inf"} 28 livekit_room_duration_seconds_sum{node_id="ND_XiivELFg784Y",node_type="SERVER"} 27828.312523492998 livekit_room_duration_seconds_count{node_id="ND_XiivELFg784Y",node_type="SERVER"} 28 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 3 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 249 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="CAMERA",type="VIDEO"} 3 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 56 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 1030 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 1145 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 1185 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 1566 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 1618 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 1618 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 1618 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 1618 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 1618 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1618 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 184205 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1618 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 29 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 607 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 669 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 690 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 1027 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 1056 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 1056 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 1056 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 1056 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 1056 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1056 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 129041 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_XiivELFg784Y",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1056 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="100"} 1 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="233.59011674382418"} 1 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="545.6434264039341"} 1 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="1274.5691167419518"} 1 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="2977.267487778254"} 2 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="6954.602600477145"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="16245.264333523593"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="37947.33192202059"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="88641.21693781434"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="207057.12212818698"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="483664.9733056345"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="1.1297935757936179e+06"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="2.639086132660537e+06"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="6.164644378251824e+06"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="1.440000000000003e+07"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="+Inf"} 4 livekit_session_duration_ms_sum{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16"} 12829 livekit_session_duration_ms_count{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16"} 4 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="1274.5691167419518"} 2 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="2977.267487778254"} 8 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="6954.602600477145"} 11 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="16245.264333523593"} 18 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="37947.33192202059"} 28 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="88641.21693781434"} 51 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="207057.12212818698"} 63 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="483664.9733056345"} 76 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="1.1297935757936179e+06"} 86 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="2.639086132660537e+06"} 88 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="6.164644378251824e+06"} 89 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="1.440000000000003e+07"} 90 livekit_session_duration_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="+Inf"} 90 livekit_session_duration_ms_sum{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17"} 3.2779566e+07 livekit_session_duration_ms_count{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17"} 90 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="138.94954943731375"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="193.06977288832496"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="268.26957952797244"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="372.7593720314938"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="517.9474679231207"} 2 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="719.6856730011514"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="999.999999999999"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="1389.495494373136"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="1930.6977288832477"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="2682.695795279722"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="3727.593720314934"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="5179.474679231202"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="7196.856730011506"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="9999.999999999978"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16",le="+Inf"} 4 livekit_session_start_time_ms_sum{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16"} 2180 livekit_session_start_time_ms_count{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="16"} 4 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="100"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="138.94954943731375"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="193.06977288832496"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="268.26957952797244"} 0 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="372.7593720314938"} 9 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="517.9474679231207"} 64 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="719.6856730011514"} 78 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="999.999999999999"} 82 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="1389.495494373136"} 89 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="1930.6977288832477"} 89 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="2682.695795279722"} 89 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="3727.593720314934"} 89 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="5179.474679231202"} 90 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="7196.856730011506"} 90 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="9999.999999999978"} 90 livekit_session_start_time_ms_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17",le="+Inf"} 90 livekit_session_start_time_ms_sum{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17"} 52161 livekit_session_start_time_ms_count{node_id="ND_XiivELFg784Y",node_type="SERVER",protocol_version="17"} 90 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_XiivELFg784Y",node_type="SERVER",state="attempt"} 6627 livekit_track_publish_counter{kind="AUDIO",node_id="ND_XiivELFg784Y",node_type="SERVER",state="cancel"} 135 livekit_track_publish_counter{kind="AUDIO",node_id="ND_XiivELFg784Y",node_type="SERVER",state="success"} 6492 livekit_track_publish_counter{kind="VIDEO",node_id="ND_XiivELFg784Y",node_type="SERVER",state="attempt"} 1 livekit_track_publish_counter{kind="VIDEO",node_id="ND_XiivELFg784Y",node_type="SERVER",state="success"} 1 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 livekit_track_published_total{kind="VIDEO",node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_XiivELFg784Y",node_type="SERVER",state="attempt"} 4862 livekit_track_subscribe_counter{error="",node_id="ND_XiivELFg784Y",node_type="SERVER",state="cancel"} 39 livekit_track_subscribe_counter{error="",node_id="ND_XiivELFg784Y",node_type="SERVER",state="success"} 2787 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="1"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="2"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="3"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="4"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="5"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="10"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="20"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="40"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="80"} 0 livekit_webhook_queue_length_bucket{node_id="ND_XiivELFg784Y",node_type="SERVER",le="+Inf"} 0 livekit_webhook_queue_length_sum{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 livekit_webhook_queue_length_count{node_id="ND_XiivELFg784Y",node_type="SERVER"} 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2509.55 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.34815043e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.611913422e+09 # 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 9.203712e+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.77960313657e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.686777856e+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"} 7813 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0