# 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"} 8.4257e-05 go_gc_duration_seconds{quantile="0.25"} 0.00011072 go_gc_duration_seconds{quantile="0.5"} 0.000124409 go_gc_duration_seconds{quantile="0.75"} 0.000150317 go_gc_duration_seconds{quantile="1"} 0.00051606 go_gc_duration_seconds_sum 33.900290778 go_gc_duration_seconds_count 164375 # 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 143 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.5"} 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.4570944e+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 3.562795292456e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.673378e+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 8.146882662e+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 5.118752e+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.4570944e+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 5.5508992e+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 4.3384832e+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 187870 # 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 5.2977664e+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 9.8893824e+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.7771302198299353e+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 8.147070532e+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 4832 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 552000 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 1.15872e+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.732881e+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.21843e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.769472e+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.769472e+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 1.1084828e+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 13 # HELP livekit_datapacket_stream_bytes # TYPE livekit_datapacket_stream_bytes histogram livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="128"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="512"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="2048"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="8192"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="32768"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="131072"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="524288"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="2.097152e+06"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="8.388608e+06"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="3.3554432e+07"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="+Inf"} 26 livekit_datapacket_stream_bytes_sum{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes"} 0 livekit_datapacket_stream_bytes_count{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes"} 26 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="128"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="512"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="2048"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="8192"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="32768"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="131072"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="524288"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="2.097152e+06"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="8.388608e+06"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="3.3554432e+07"} 328 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="+Inf"} 328 livekit_datapacket_stream_bytes_sum{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text"} 2608 livekit_datapacket_stream_bytes_count{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text"} 328 # HELP livekit_datapacket_stream_dest_count # TYPE livekit_datapacket_stream_dest_count histogram livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="1"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="2"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="3"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="4"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="5"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="10"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="15"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="25"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="50"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes",le="+Inf"} 26 livekit_datapacket_stream_dest_count_sum{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes"} 0 livekit_datapacket_stream_dest_count_count{mime_type="image",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="bytes"} 26 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="1"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="2"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="3"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="4"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="5"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="10"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="15"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="25"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="50"} 5157 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text",le="+Inf"} 5157 livekit_datapacket_stream_dest_count_sum{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text"} 0 livekit_datapacket_stream_dest_count_count{mime_type="text",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="text"} 5157 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_forward_latency_ns # TYPE livekit_forward_latency_ns histogram livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="50000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="100000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="250000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="500000"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="1e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="2e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="5e+06"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="1e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="2e+07"} 0 livekit_forward_latency_ns_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="+Inf"} 0 livekit_forward_latency_ns_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 livekit_forward_latency_ns_count{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 99 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 2279 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 3442 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 4157 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 4440 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 4645 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 4896 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 4906 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 4909 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 4909 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 1.35689395e+08 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 4909 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 5042 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 8447 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 9830 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 9940 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 9959 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 9968 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 9977 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 9980 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 9980 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 9982 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 6.750773e+07 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 9982 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 2 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 100 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="30000"} 120 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50000"} 121 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="70000"} 121 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100000"} 121 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="300000"} 121 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="600000"} 121 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1e+06"} 121 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 121 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 751730 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 121 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 431 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 613 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 717 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 766 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 777 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 784 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 786 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 786 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 786 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 786 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 6.231737e+06 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 786 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 1052 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 3087 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 3917 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 3998 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 4019 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 4027 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 4033 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 4033 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 4033 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 4033 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2.855531e+07 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4033 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 125 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="30000"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50000"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="70000"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100000"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="300000"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="600000"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1e+06"} 163 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 163 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 1.181757e+06 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 163 # HELP livekit_nack_total # TYPE livekit_nack_total counter livekit_nack_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 8264 livekit_nack_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 69352 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{direction="request",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="failure",type="signal"} 72 livekit_node_messages{direction="request",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="success",type="signal"} 29363 livekit_node_messages{direction="response",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="failure",type="signal"} 19 livekit_node_messages{direction="response",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="success",type="signal"} 47306 # 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_iLeWbD3Cubuf",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",type="out"} 1.51860306e+08 # HELP livekit_node_service_operation # TYPE livekit_node_service_operation counter livekit_node_service_operation{error_type="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="success",type="asnwer"} 750 livekit_node_service_operation{error_type="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="success",type="offer"} 575 livekit_node_service_operation{error_type="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="success",type="participant_join"} 299 livekit_node_service_operation{error_type="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",status="success",type="peer_connection"} 423 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",transmission="initial"} 2.268660773e+09 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",transmission="initial"} 1.576874363e+09 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",transmission="retransmit"} 1.592417e+06 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 4832 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 4832 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 4842 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 4849 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 4856 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 4873 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 4904 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 4908 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 4910 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 4910 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 4910 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 160.32228780897236 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 4910 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 9756 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 9756 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 9756 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 9784 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 9813 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 9840 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 9943 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 9963 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 9979 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 9982 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 9982 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 956.4683409987919 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 9982 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 119 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 119 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 119 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 119 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 119 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 119 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 120 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 121 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 121 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 121 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 121 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 10.981781376518219 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 121 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 1636 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 1637 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 1645 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 1645 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 1645 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 1645 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 1646 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 1646 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 1646 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 1646 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 1646 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 2.467627985553236 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 1646 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 7074 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 7074 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 7074 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 7087 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 7092 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 7098 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 7126 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 7140 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 7145 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 7147 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 7147 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 489.86281450681474 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 7147 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 225 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 225 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 0 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 225 # HELP livekit_packet_loss_total # TYPE livekit_packet_loss_total counter livekit_packet_loss_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 341 livekit_packet_loss_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1376 livekit_packet_loss_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 6 livekit_packet_loss_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 13 livekit_packet_loss_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 381 # 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_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 1187 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 1187 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 1224 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 1252 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 1291 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 1616 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 3561 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 4264 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 4639 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 4797 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 4910 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 57486.880169736694 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 4910 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 9415 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 9415 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 9415 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 9479 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 9526 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 9602 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 9943 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 9973 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 9982 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 9982 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 9982 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1187.3378138688963 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 9982 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 113 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 113 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 113 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 113 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 114 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 117 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 120 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 121 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 121 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 121 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 121 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 18.3076856900785 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 121 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 295 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 295 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 331 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 344 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 359 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 380 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 1052 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 1529 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 1645 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 1645 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 1646 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 7184.991934875458 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 1646 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 6637 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 6637 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 6637 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 6681 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 6727 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 6810 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 7110 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 7139 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 7147 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 7147 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 7147 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1056.517899010311 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 7147 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 217 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 217 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 217 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 217 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 217 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 221 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 224 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 225 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 225 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 225 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 225 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 18.108570930186396 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 225 # 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_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 115194 livekit_packet_out_of_order_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1582 livekit_packet_out_of_order_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 26 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 60480 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1413 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 24 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",transmission="initial"} 2.93904e+06 livekit_packet_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",transmission="initial"} 2.183156e+06 livekit_packet_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",transmission="retransmit"} 1472 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="rtc_canceled"} 7 livekit_participant_join_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="rtc_connected"} 299 livekit_participant_join_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="rtc_init"} 307 livekit_participant_join_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="signal_connected"} 307 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_pli_total # TYPE livekit_pli_total counter livekit_pli_total{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 394 livekit_pli_total{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 15 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 1.3088039e+07 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal"} 7.01976e+06 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 7.01981e+06 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal"} 1.3088052e+07 # HELP livekit_psrpc_error_total # TYPE livekit_psrpc_error_total counter livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 7 livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal"} 3 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 0 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",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_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 38927 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal"} 23429 # 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_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="10"} 23217 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="50"} 23427 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="100"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="300"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="500"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="1000"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="1500"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="2000"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="5000"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="10000"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal",le="+Inf"} 23429 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 31715 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="client",service="Signal"} 23429 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="10"} 38407 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="50"} 38923 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="100"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="300"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="500"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="1000"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="1500"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="2000"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="5000"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="10000"} 38926 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal",le="+Inf"} 38926 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal"} 70492 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",role="server",service="Signal"} 38926 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 15 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 93 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 105 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 119 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 137 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 137 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 137 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 69125 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 137 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="100"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="200"} 2 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="500"} 39 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="700"} 57 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="1000"} 68 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="5000"} 79 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="10000"} 79 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="+Inf"} 79 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 51171 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 79 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 71 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 81 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 115 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 117 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 118 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 118 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 118 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 118 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 17973 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 118 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="100"} 122 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="200"} 130 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="500"} 133 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="700"} 137 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="1000"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="5000"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="10000"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="+Inf"} 138 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO"} 10251 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="100"} 11 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="200"} 37 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="500"} 67 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="700"} 70 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="1000"} 73 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="5000"} 74 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="10000"} 74 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="+Inf"} 74 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO"} 20214 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO"} 74 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 18 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 52 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 104 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 109 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 112 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 113 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 113 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 113 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 29800 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 113 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="100"} 3 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="200"} 12 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="500"} 117 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="700"} 129 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="1000"} 133 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="5000"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="10000"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="+Inf"} 138 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO"} 54044 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO"} 138 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 10 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 15 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 108 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 119 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 128 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 140 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 140 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 140 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 66479 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 140 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="0"} 4428 livekit_quality_rating_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="1"} 4493 livekit_quality_rating_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="2"} 12229 livekit_quality_rating_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="+Inf"} 12862 livekit_quality_rating_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 17436 livekit_quality_rating_count{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 12862 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="2"} 723 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="2.5"} 5067 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3"} 5075 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3.25"} 5077 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3.5"} 5094 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3.75"} 5112 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="4"} 5124 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="4.25"} 5143 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="4.5"} 12862 livekit_quality_score_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="+Inf"} 12862 livekit_quality_score_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 44918.576442837715 livekit_quality_score_count{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 12862 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="60"} 43 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="300"} 119 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="600"} 133 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="1800"} 143 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3600"} 144 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="7200"} 145 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="18000"} 145 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="36000"} 145 livekit_room_duration_seconds_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="+Inf"} 145 livekit_room_duration_seconds_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 34514.275269949016 livekit_room_duration_seconds_count{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 145 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 6 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 1730 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 4771 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 4879 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 4887 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 4905 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 4905 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 4905 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 1.448361e+06 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 4905 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 7187 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 7404 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 7450 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 7483 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 8150 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 9906 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 9952 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 9961 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 9975 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 9975 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 9975 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 823782 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 9975 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="150"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="200"} 16 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="250"} 32 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="500"} 118 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="750"} 118 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 118 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5000"} 118 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 118 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 118 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 31136 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 118 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 1608 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 1617 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 1621 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 1624 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 1624 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 1626 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 1629 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 1629 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 1632 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 1632 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 1632 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 14344 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="CAMERA",type="VIDEO"} 1632 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 2601 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 2709 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 2723 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 2751 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 3743 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 5879 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 5900 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 5903 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 5909 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 5909 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 5909 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 961046 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 5909 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50"} 60 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="150"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="200"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="250"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="500"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="750"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5000"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 61 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 61 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 274 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 61 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="2977.267487778254"} 3 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="6954.602600477145"} 4 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="16245.264333523593"} 19 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="37947.33192202059"} 68 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="88641.21693781434"} 142 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="207057.12212818698"} 209 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="483664.9733056345"} 250 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="1.1297935757936179e+06"} 280 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="2.639086132660537e+06"} 284 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="6.164644378251824e+06"} 286 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="1.440000000000003e+07"} 286 livekit_session_duration_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="+Inf"} 286 livekit_session_duration_ms_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16"} 6.4393864e+07 livekit_session_duration_ms_count{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16"} 286 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="100"} 13 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="138.94954943731375"} 34 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="193.06977288832496"} 47 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="268.26957952797244"} 80 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="372.7593720314938"} 129 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="517.9474679231207"} 149 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="719.6856730011514"} 153 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="999.999999999999"} 155 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="1389.495494373136"} 180 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="1930.6977288832477"} 270 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="2682.695795279722"} 285 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="3727.593720314934"} 286 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="5179.474679231202"} 286 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="7196.856730011506"} 286 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="9999.999999999978"} 286 livekit_session_start_time_ms_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16",le="+Inf"} 286 livekit_session_start_time_ms_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16"} 254789 livekit_session_start_time_ms_count{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",protocol_version="16"} 286 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="attempt"} 397 livekit_track_publish_counter{kind="AUDIO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="cancel"} 4 livekit_track_publish_counter{kind="AUDIO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="success"} 393 livekit_track_publish_counter{kind="VIDEO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="attempt"} 81 livekit_track_publish_counter{kind="VIDEO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="cancel"} 2 livekit_track_publish_counter{kind="VIDEO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="success"} 79 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 livekit_track_published_total{kind="VIDEO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="attempt"} 476 livekit_track_subscribe_counter{error="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="cancel"} 10 livekit_track_subscribe_counter{error="",node_id="ND_iLeWbD3Cubuf",node_type="SERVER",state="success"} 465 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 livekit_track_subscribed_total{kind="VIDEO",node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="1"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="2"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="3"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="4"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="5"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="10"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="20"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="40"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="80"} 0 livekit_webhook_queue_length_bucket{node_id="ND_iLeWbD3Cubuf",node_type="SERVER",le="+Inf"} 0 livekit_webhook_queue_length_sum{node_id="ND_iLeWbD3Cubuf",node_type="SERVER"} 0 livekit_webhook_queue_length_count{node_id="ND_iLeWbD3Cubuf",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 20864.96 # 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 3.7499990473e+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 7.4353072e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 18 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.02203392e+08 # 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.77334035819e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.376555008e+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"} 760015 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0