# 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"} 7.9923e-05 go_gc_duration_seconds{quantile="0.25"} 9.6303e-05 go_gc_duration_seconds{quantile="0.5"} 0.000112398 go_gc_duration_seconds{quantile="0.75"} 0.000135322 go_gc_duration_seconds{quantile="1"} 0.000457081 go_gc_duration_seconds_sum 0.772663291 go_gc_duration_seconds_count 6189 # 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 120 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.1"} 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.0978464e+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 7.1584778648e+10 # 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.028117e+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 7.76601498e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.86224e+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.0978464e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 4.9963008e+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.0902656e+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 108414 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 4.317184e+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.0865664e+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.7719146174855945e+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 7.76709912e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 466400 # 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.1424e+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.969489e+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.153483e+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.409024e+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.409024e+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.01476632e+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 11 # HELP livekit_datapacket_stream_bytes # TYPE livekit_datapacket_stream_bytes histogram livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="128"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="512"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="2048"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="8192"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="32768"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="131072"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="524288"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="2.097152e+06"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="8.388608e+06"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="3.3554432e+07"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="+Inf"} 11 livekit_datapacket_stream_bytes_sum{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes"} 0 livekit_datapacket_stream_bytes_count{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes"} 11 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="128"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="512"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="2048"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="8192"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="32768"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="131072"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="524288"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="2.097152e+06"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="8.388608e+06"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="3.3554432e+07"} 119 livekit_datapacket_stream_bytes_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="+Inf"} 119 livekit_datapacket_stream_bytes_sum{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text"} 415 livekit_datapacket_stream_bytes_count{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text"} 119 # 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_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="1"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="2"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="3"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="4"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="5"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="10"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="15"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="25"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="50"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes",le="+Inf"} 11 livekit_datapacket_stream_dest_count_sum{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes"} 0 livekit_datapacket_stream_dest_count_count{mime_type="image",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="bytes"} 11 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="1"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="2"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="3"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="4"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="5"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="10"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="15"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="25"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="50"} 2600 livekit_datapacket_stream_dest_count_bucket{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text",le="+Inf"} 2600 livekit_datapacket_stream_dest_count_sum{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text"} 0 livekit_datapacket_stream_dest_count_count{mime_type="text",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="text"} 2600 # HELP livekit_forward_jitter # TYPE livekit_forward_jitter gauge livekit_forward_jitter{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 # HELP livekit_forward_latency # TYPE livekit_forward_latency gauge livekit_forward_latency{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 # HELP livekit_jitter_us # TYPE livekit_jitter_us histogram livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 1 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 15 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 42228 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 15 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 2773 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 3397 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 4051 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 4058 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 4060 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 4060 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 4067 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 4076 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 4079 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 4081 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2.4127982e+07 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4081 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 43 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="30000"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50000"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="70000"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100000"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="300000"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="600000"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1e+06"} 60 livekit_jitter_us_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 60 livekit_jitter_us_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 524849 livekit_jitter_us_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 60 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 0 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 3 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="30000"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="50000"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="70000"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100000"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="300000"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="600000"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1e+06"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 5 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 64066 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 5 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 211 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 1336 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="30000"} 1852 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50000"} 1928 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="70000"} 1963 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100000"} 1976 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="300000"} 1983 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="600000"} 1985 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1e+06"} 1985 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 1985 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2.0866181e+07 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 1985 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 1 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 96 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="30000"} 110 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50000"} 110 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="70000"} 110 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100000"} 111 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="300000"} 112 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="600000"} 112 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1e+06"} 112 livekit_jitter_us_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 112 livekit_jitter_us_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 1.004564e+06 livekit_jitter_us_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 112 # HELP livekit_node_messages # TYPE livekit_node_messages counter livekit_node_messages{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",status="failure",type="signal"} 52 livekit_node_messages{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",status="success",type="signal"} 34639 # 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_EzhVMbrMhUYF",node_type="SERVER",type="dropped"} 0 livekit_node_packet_total{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",type="out"} 3.0239852e+07 # HELP livekit_node_service_operation # TYPE livekit_node_service_operation counter livekit_node_service_operation{error_type="",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",status="success",type="answer"} 230 livekit_node_service_operation{error_type="",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",status="success",type="offer"} 372 livekit_node_service_operation{error_type="",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",status="success",type="participant_join"} 130 livekit_node_service_operation{error_type="",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",status="success",type="peer_connection"} 259 # HELP livekit_packet_bytes # TYPE livekit_packet_bytes counter livekit_packet_bytes{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",transmission="initial"} 1.0969568e+08 livekit_packet_bytes{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",transmission="initial"} 1.04507298e+08 # HELP livekit_packet_loss_percent # TYPE livekit_packet_loss_percent histogram livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 15 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 0 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 15 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 4060 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 4060 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 4060 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 4063 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 4064 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 4065 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 4077 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 4078 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 4079 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 4081 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 4081 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 252.082096585715 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4081 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 57 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 57 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 57 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 57 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 59 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 59 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 60 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 60 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 60 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 60 livekit_packet_loss_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 60 livekit_packet_loss_percent_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 2.6910696075162606 livekit_packet_loss_percent_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 60 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 5 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 0 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 5 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 3060 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 3060 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 3060 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 3072 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 3073 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 3076 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 3102 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 3112 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 3118 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 3120 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 3120 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 473.3267611150014 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3120 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 116 livekit_packet_loss_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 116 livekit_packet_loss_percent_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 0 livekit_packet_loss_percent_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 116 # HELP livekit_packet_loss_total # TYPE livekit_packet_loss_total counter livekit_packet_loss_total{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 504 livekit_packet_loss_total{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 4 livekit_packet_loss_total{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 254 # 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_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 12 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 12 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 12 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 12 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 12 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 12 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 13 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 14 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 14 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 15 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 15 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 61.87783341027189 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 15 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 3870 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 3870 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 3870 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 3898 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 3898 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 3927 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 4071 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 4080 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 4081 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 4081 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 4081 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 445.0603519315825 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4081 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 47 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 47 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 47 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 47 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 49 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 50 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 59 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 60 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 60 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 60 livekit_packet_out_of_order_percent_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 60 livekit_packet_out_of_order_percent_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 28.906819965640526 livekit_packet_out_of_order_percent_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 60 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.1"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.3"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.5"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="0.7"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="5"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="40"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 5 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 0 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 5 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0"} 2947 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.1"} 2947 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.3"} 2947 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.5"} 2969 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="0.7"} 2969 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1"} 2996 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5"} 3117 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10"} 3120 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="40"} 3120 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 3120 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 3120 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 311.4048864331203 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 3120 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0"} 103 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.1"} 103 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.3"} 103 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.5"} 103 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="0.7"} 105 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1"} 106 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5"} 115 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10"} 116 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="40"} 116 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 116 livekit_packet_out_of_order_percent_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 116 livekit_packet_out_of_order_percent_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 28.815177736901525 livekit_packet_out_of_order_percent_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 116 # 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_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 239 livekit_packet_out_of_order_total{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 862 livekit_packet_out_of_order_total{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 48 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 711 livekit_packet_out_of_order_total{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 48 # HELP livekit_packet_total # TYPE livekit_packet_total counter livekit_packet_total{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",transmission="initial"} 491499 livekit_packet_total{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",transmission="initial"} 459875 # HELP livekit_participant_join_total # TYPE livekit_participant_join_total counter livekit_participant_join_total{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="rtc_connected"} 131 livekit_participant_join_total{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="rtc_init"} 137 livekit_participant_join_total{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="signal_connected"} 137 # HELP livekit_participant_total # TYPE livekit_participant_total gauge livekit_participant_total{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 # HELP livekit_pli_total # TYPE livekit_pli_total counter livekit_pli_total{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 2 # HELP livekit_psrpc_bytes_total # TYPE livekit_psrpc_bytes_total counter livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 4.789898e+06 livekit_psrpc_bytes_total{direction="rx",kind="stream",method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal"} 2.170811e+06 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 2.170824e+06 livekit_psrpc_bytes_total{direction="tx",kind="stream",method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal"} 4.789908e+06 # HELP livekit_psrpc_error_total # TYPE livekit_psrpc_error_total counter livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 2 livekit_psrpc_error_total{kind="stream",method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal"} 2 # HELP livekit_psrpc_stream_count # TYPE livekit_psrpc_stream_count gauge livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 0 livekit_psrpc_stream_count{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",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_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 17442 livekit_psrpc_stream_receive_total{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal"} 10401 # 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_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="10"} 10400 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="50"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="100"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="300"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="500"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="1000"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="1500"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="2000"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="5000"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="10000"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal",le="+Inf"} 10401 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 8413 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="client",service="Signal"} 10401 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="10"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="50"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="100"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="300"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="500"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="1000"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="1500"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="2000"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="5000"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="10000"} 17441 livekit_psrpc_stream_send_time_ms_bucket{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal",le="+Inf"} 17441 livekit_psrpc_stream_send_time_ms_sum{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal"} 17869 livekit_psrpc_stream_send_time_ms_count{method="RelaySignal",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",role="server",service="Signal"} 17441 # HELP livekit_pubsubtime_ms # TYPE livekit_pubsubtime_ms histogram livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 51 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 60 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 63 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 63 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 63 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 63 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 63 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 63 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 5500 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 63 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="100"} 0 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="200"} 0 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="500"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="700"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="1000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="5000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="10000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO",le="+Inf"} 1 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 478 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="CAMERA",type="VIDEO"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 37 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 37 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 37 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 37 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 38 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 40 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 5000 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="100"} 60 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="200"} 62 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="500"} 62 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="700"} 62 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="1000"} 62 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="5000"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="10000"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO",le="+Inf"} 64 livekit_pubsubtime_ms_sum{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO"} 4907 livekit_pubsubtime_ms_count{count="1",country="",direction="publish",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="UNKNOWN",type="AUDIO"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="100"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="200"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="500"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="700"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="1000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="5000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="10000"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO",le="+Inf"} 1 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO"} 76 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="CAMERA",type="VIDEO"} 1 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="100"} 34 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="200"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="500"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="700"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="1000"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="5000"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="10000"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO",le="+Inf"} 40 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 2493 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="MICROPHONE",type="AUDIO"} 40 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="100"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="200"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="500"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="700"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="1000"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="5000"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="10000"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO",le="+Inf"} 64 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO"} 3685 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="AGENT",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="PYTHON",source="UNKNOWN",type="AUDIO"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="100"} 9 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="200"} 10 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="500"} 64 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="700"} 66 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="1000"} 67 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="5000"} 67 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="10000"} 67 livekit_pubsubtime_ms_bucket{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO",le="+Inf"} 67 livekit_pubsubtime_ms_sum{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 17326 livekit_pubsubtime_ms_count{count="1",country="",direction="subscribe",kind="STANDARD",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",sdk="JS",source="MICROPHONE",type="AUDIO"} 67 # HELP livekit_quality_rating # TYPE livekit_quality_rating histogram livekit_quality_rating_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="0"} 1974 livekit_quality_rating_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="1"} 1974 livekit_quality_rating_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="2"} 5323 livekit_quality_rating_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="+Inf"} 5606 livekit_quality_rating_sum{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 7547 livekit_quality_rating_count{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 5606 # HELP livekit_quality_score # TYPE livekit_quality_score histogram livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="1"} 0 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="2"} 284 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="2.5"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="3"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="3.25"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="3.5"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="3.75"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="4"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="4.25"} 2257 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="4.5"} 5606 livekit_quality_score_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="+Inf"} 5606 livekit_quality_score_sum{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 19498.414558768272 livekit_quality_score_count{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 5606 # HELP livekit_room_duration_seconds # TYPE livekit_room_duration_seconds histogram livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="5"} 0 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="10"} 0 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="60"} 15 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="300"} 49 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="600"} 57 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="1800"} 63 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="3600"} 63 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="7200"} 63 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="18000"} 63 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="36000"} 63 livekit_room_duration_seconds_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="+Inf"} 63 livekit_room_duration_seconds_sum{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 14528.762005075003 livekit_room_duration_seconds_count{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 63 # HELP livekit_room_total # TYPE livekit_room_total gauge livekit_room_total{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 # HELP livekit_rtt_ms # TYPE livekit_rtt_ms histogram livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 0 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 15 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 3219 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 15 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 3519 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 3547 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 3552 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 3554 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 3981 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 4080 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 4080 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 4080 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 4081 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 4081 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 4081 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 142534 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 4081 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50"} 8 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 8 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="150"} 8 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="200"} 8 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="250"} 57 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="500"} 60 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="750"} 60 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 60 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5000"} 60 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 60 livekit_rtt_ms_bucket{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 60 livekit_rtt_ms_sum{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 11574 livekit_rtt_ms_count{country="",direction="incoming",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 60 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="50"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="100"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="150"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="200"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="250"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="500"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="750"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="1000"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="5000"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="10000"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO",le="+Inf"} 5 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 6 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="CAMERA",type="VIDEO"} 5 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="50"} 1330 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="100"} 1345 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="150"} 1348 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="200"} 1352 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="250"} 2319 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="500"} 2538 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="750"} 2549 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="1000"} 2551 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="5000"} 2558 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="10000"} 2558 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO",le="+Inf"} 2558 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 309647 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="MICROPHONE",type="AUDIO"} 2558 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="50"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="100"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="150"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="200"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="250"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="500"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="750"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="1000"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="5000"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="10000"} 57 livekit_rtt_ms_bucket{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO",le="+Inf"} 57 livekit_rtt_ms_sum{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 61 livekit_rtt_ms_count{country="",direction="outgoing",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",source="UNKNOWN",type="AUDIO"} 57 # HELP livekit_session_duration_ms # TYPE livekit_session_duration_ms histogram livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="100"} 0 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="233.59011674382418"} 0 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="545.6434264039341"} 0 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="1274.5691167419518"} 0 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="2977.267487778254"} 0 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="6954.602600477145"} 0 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="16245.264333523593"} 11 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="37947.33192202059"} 29 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="88641.21693781434"} 68 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="207057.12212818698"} 93 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="483664.9733056345"} 114 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="1.1297935757936179e+06"} 122 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="2.639086132660537e+06"} 130 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="6.164644378251824e+06"} 130 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="1.440000000000003e+07"} 130 livekit_session_duration_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="+Inf"} 130 livekit_session_duration_ms_sum{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16"} 2.745612e+07 livekit_session_duration_ms_count{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16"} 130 # HELP livekit_session_start_time_ms # TYPE livekit_session_start_time_ms histogram livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="100"} 27 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="138.94954943731375"} 36 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="193.06977288832496"} 38 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="268.26957952797244"} 59 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="372.7593720314938"} 63 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="517.9474679231207"} 63 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="719.6856730011514"} 63 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="999.999999999999"} 63 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="1389.495494373136"} 73 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="1930.6977288832477"} 82 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="2682.695795279722"} 127 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="3727.593720314934"} 129 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="5179.474679231202"} 130 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="7196.856730011506"} 130 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="9999.999999999978"} 130 livekit_session_start_time_ms_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16",le="+Inf"} 130 livekit_session_start_time_ms_sum{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16"} 140009 livekit_session_start_time_ms_count{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",protocol_version="16"} 130 # HELP livekit_track_publish_counter # TYPE livekit_track_publish_counter counter livekit_track_publish_counter{kind="AUDIO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="attempt"} 168 livekit_track_publish_counter{kind="AUDIO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="success"} 167 livekit_track_publish_counter{kind="VIDEO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="attempt"} 1 livekit_track_publish_counter{kind="VIDEO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="success"} 1 # HELP livekit_track_published_total # TYPE livekit_track_published_total gauge livekit_track_published_total{kind="AUDIO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 livekit_track_published_total{kind="VIDEO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 # HELP livekit_track_subscribe_counter # TYPE livekit_track_subscribe_counter counter livekit_track_subscribe_counter{error="",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="attempt"} 172 livekit_track_subscribe_counter{error="",node_id="ND_EzhVMbrMhUYF",node_type="SERVER",state="success"} 172 # HELP livekit_track_subscribed_total # TYPE livekit_track_subscribed_total gauge livekit_track_subscribed_total{kind="AUDIO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 livekit_track_subscribed_total{kind="VIDEO",node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 # HELP livekit_webhook_queue_length # TYPE livekit_webhook_queue_length histogram livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="1"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="2"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="3"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="4"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="5"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="10"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="20"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="40"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="80"} 0 livekit_webhook_queue_length_bucket{node_id="ND_EzhVMbrMhUYF",node_type="SERVER",le="+Inf"} 0 livekit_webhook_queue_length_sum{node_id="ND_EzhVMbrMhUYF",node_type="SERVER"} 0 livekit_webhook_queue_length_count{node_id="ND_EzhVMbrMhUYF",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 2413.65 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.0221298757e+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 3.6143550369e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 16 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.28811008e+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.77117815726e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.3713408e+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"} 147903 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0