# 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"} 1.1362e-05 go_gc_duration_seconds{quantile="0.25"} 2.5929e-05 go_gc_duration_seconds{quantile="0.5"} 3.3863e-05 go_gc_duration_seconds{quantile="0.75"} 4.4063e-05 go_gc_duration_seconds{quantile="1"} 0.000181903 go_gc_duration_seconds_sum 127.683747647 go_gc_duration_seconds_count 3.209517e+06 # 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 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.818616e+06 # 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 6.098349728896e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.310795e+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.129012463e+10 # 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 3.538192e+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.818616e+06 # 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 1.06496e+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 5.603328e+06 # 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 45770 # 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 1.0092544e+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 1.6252928e+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.7816427390405123e+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.12901704e+10 # 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 1208 # 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 31408 # 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 90400 # 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 130560 # 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 6.207386e+06 # 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 893117 # 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 524288 # 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 524288 # 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 2.3681288e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.769444311e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.57286352546e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 7.38073138e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 6750.44 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 150457.83 node_cpu_seconds_total{cpu="0",mode="softirq"} 53550.8 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 185305.35 node_cpu_seconds_total{cpu="0",mode="user"} 4.36050921e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 7.41130229e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 6963.24 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 150488.02 node_cpu_seconds_total{cpu="1",mode="softirq"} 20998.6 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 185960.75 node_cpu_seconds_total{cpu="1",mode="user"} 4.36004905e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 1.046455442e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 8320.88 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 242666.96 node_cpu_seconds_total{cpu="10",mode="softirq"} 19852.13 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 340725.97 node_cpu_seconds_total{cpu="10",mode="user"} 1.00260481e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 1.045579196e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 8379.54 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 241751.23 node_cpu_seconds_total{cpu="11",mode="softirq"} 15303.01 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 340215.65 node_cpu_seconds_total{cpu="11",mode="user"} 1.01277253e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 1.044863646e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 8356.13 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 241974.25 node_cpu_seconds_total{cpu="12",mode="softirq"} 12814.76 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 340176.91 node_cpu_seconds_total{cpu="12",mode="user"} 1.01833496e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 1.043467377e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 8449.7 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 242021.37 node_cpu_seconds_total{cpu="13",mode="softirq"} 11346.67 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 340729.88 node_cpu_seconds_total{cpu="13",mode="user"} 1.03063788e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 1.040760187e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 8620.99 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 241750.82 node_cpu_seconds_total{cpu="14",mode="softirq"} 10213.64 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 341896.47 node_cpu_seconds_total{cpu="14",mode="user"} 1.05301508e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 1.034831405e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 8728.13 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 241878.92 node_cpu_seconds_total{cpu="15",mode="softirq"} 8928.6 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 342103.97 node_cpu_seconds_total{cpu="15",mode="user"} 1.10097059e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 7.40442732e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 6841.38 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 149332.87 node_cpu_seconds_total{cpu="2",mode="softirq"} 29710.37 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 186530.47 node_cpu_seconds_total{cpu="2",mode="user"} 4.35148964e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 7.41481944e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 6931.27 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 150315.82 node_cpu_seconds_total{cpu="3",mode="softirq"} 13610.78 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 185992.18 node_cpu_seconds_total{cpu="3",mode="user"} 4.35786398e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 7.41819247e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 7019.59 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 150475.44 node_cpu_seconds_total{cpu="4",mode="softirq"} 6122.75 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 185954.57 node_cpu_seconds_total{cpu="4",mode="user"} 4.36022272e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 7.4190922e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 6980.27 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 150331.68 node_cpu_seconds_total{cpu="5",mode="softirq"} 4977.78 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 185645.99 node_cpu_seconds_total{cpu="5",mode="user"} 4.3598541e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 7.41891924e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 7020.34 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 150470.39 node_cpu_seconds_total{cpu="6",mode="softirq"} 4246.62 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 185974.92 node_cpu_seconds_total{cpu="6",mode="user"} 4.35990937e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 7.41922319e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 7009.11 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 150346.24 node_cpu_seconds_total{cpu="7",mode="softirq"} 3798.85 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 185541.03 node_cpu_seconds_total{cpu="7",mode="user"} 4.36035048e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 1.047716595e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 8207.8 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 241976.74 node_cpu_seconds_total{cpu="8",mode="softirq"} 63534.12 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 343363.72 node_cpu_seconds_total{cpu="8",mode="user"} 971338.38 node_cpu_seconds_total{cpu="9",mode="idle"} 1.047362729e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 8045.45 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 241907.16 node_cpu_seconds_total{cpu="9",mode="softirq"} 30408.53 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 342001.47 node_cpu_seconds_total{cpu="9",mode="user"} 992401.25 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 224.052 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.208560676e+09 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 1.036895e+06 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 40 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 14161.008 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 6.848033e+07 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 72702.899 node_disk_io_time_seconds_total{device="sr0"} 0 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 1.914995448e+06 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 2.0435167725568e+13 node_disk_read_bytes_total{device="sr0"} 0 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 1.028512616e+06 node_disk_read_time_seconds_total{device="sr0"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 3.76449122e+08 node_disk_reads_completed_total{device="sr0"} 0 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 1.3554033e+07 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 872097.7710000001 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 7.77624722e+08 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 3.75320041e+08 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 7.073715296256e+12 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="11/11/2017",bios_release="1.0",bios_vendor="Hetzner",bios_version="20171111",board_asset_tag="",board_name="Standard PC (Q35 + ICH9, 2009)",board_vendor="KVM",board_version="pc-q35-8.2",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="NotSpecified",product_family="Hetzner_vServer",product_name="vServer",product_sku="TM",product_version="20171111",system_vendor="Hetzner"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 14272 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.13969422336e+11 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64132096e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.276730368e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.285917696e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.461072e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.011147e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.011147e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 802229 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.166943e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 4.007166e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 4.011144e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 802196 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.2384094208e+11 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64132096e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.276730368e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.285917696e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="120",mountpoint="/run/user/0"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.41635364864e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64281088e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.28593408e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 3.285929984e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.832855369e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 9.7222086874e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.55 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.47 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.34 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.565239296e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.6591937536e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 9.39544576e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 5.68328192e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.485966848e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.0334592e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.91933952e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.6429658112e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 5.6602185728e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.2884901888e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.1508390912e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.34733568e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 413696 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 9.82714368e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.2359786496e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.532642816e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.2767104e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.613238272e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 5.661937664e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.835659264e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.285932032e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.797568e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 3.5909632e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.3030144e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 9.44459776e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.7087616e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 6.612992e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.415335936e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.207168e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 8.5557248e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1568 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.59630687e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.1010583009e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 2 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 891 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 960 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 112 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 6.564212e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 477 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.6370481e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 3331 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1063 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-0a5eaad17b48"} 3 node_network_address_assign_type{device="br-0e8e622eda81"} 3 node_network_address_assign_type{device="br-119f3eca13a3"} 3 node_network_address_assign_type{device="br-205321a2a078"} 3 node_network_address_assign_type{device="br-2a98fd47a213"} 3 node_network_address_assign_type{device="br-31cc0d87c098"} 3 node_network_address_assign_type{device="br-352e63376925"} 3 node_network_address_assign_type{device="br-3e10e3e23909"} 3 node_network_address_assign_type{device="br-46d5e61711ac"} 3 node_network_address_assign_type{device="br-52bb4601ef3b"} 3 node_network_address_assign_type{device="br-5949340dfa50"} 3 node_network_address_assign_type{device="br-651be964d452"} 3 node_network_address_assign_type{device="br-6757b1619d94"} 3 node_network_address_assign_type{device="br-68f49914f8d6"} 3 node_network_address_assign_type{device="br-6c38c2d51d91"} 3 node_network_address_assign_type{device="br-714e4890289f"} 3 node_network_address_assign_type{device="br-76f6f6f4e6e8"} 3 node_network_address_assign_type{device="br-8eb55afe5f5e"} 3 node_network_address_assign_type{device="br-9d50c95d707e"} 3 node_network_address_assign_type{device="br-a0509202f296"} 3 node_network_address_assign_type{device="br-accc5b7464c6"} 3 node_network_address_assign_type{device="br-af34cdb33b59"} 3 node_network_address_assign_type{device="br-bc1080f826ee"} 3 node_network_address_assign_type{device="br-c1dedc82a179"} 3 node_network_address_assign_type{device="br-cfc454eb348c"} 3 node_network_address_assign_type{device="br-d076b9ce2db8"} 3 node_network_address_assign_type{device="br-d081ed7cbe27"} 3 node_network_address_assign_type{device="br-d23d48dffb27"} 3 node_network_address_assign_type{device="br-e392a89981fc"} 3 node_network_address_assign_type{device="br-ee867729849d"} 3 node_network_address_assign_type{device="br-f55c6bfd416e"} 3 node_network_address_assign_type{device="br-fec72b65a2f2"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="veth0023fef"} 3 node_network_address_assign_type{device="veth0180c8a"} 3 node_network_address_assign_type{device="veth060a822"} 3 node_network_address_assign_type{device="veth07961ac"} 3 node_network_address_assign_type{device="veth0b36eb0"} 3 node_network_address_assign_type{device="veth0b8b8bc"} 3 node_network_address_assign_type{device="veth0bdeb59"} 3 node_network_address_assign_type{device="veth0cb999d"} 3 node_network_address_assign_type{device="veth1014797"} 3 node_network_address_assign_type{device="veth16fa530"} 3 node_network_address_assign_type{device="veth25ed2c5"} 3 node_network_address_assign_type{device="veth278b326"} 3 node_network_address_assign_type{device="veth27c5750"} 3 node_network_address_assign_type{device="veth281be1d"} 3 node_network_address_assign_type{device="veth289e2e5"} 3 node_network_address_assign_type{device="veth28b5f21"} 3 node_network_address_assign_type{device="veth2a42759"} 3 node_network_address_assign_type{device="veth2aa8c15"} 3 node_network_address_assign_type{device="veth2e1a4e0"} 3 node_network_address_assign_type{device="veth2eefb5d"} 3 node_network_address_assign_type{device="veth2fc5c50"} 3 node_network_address_assign_type{device="veth302a250"} 3 node_network_address_assign_type{device="veth320df55"} 3 node_network_address_assign_type{device="veth399cafa"} 3 node_network_address_assign_type{device="veth3c8d1c8"} 3 node_network_address_assign_type{device="veth3d501ed"} 3 node_network_address_assign_type{device="veth3d9e088"} 3 node_network_address_assign_type{device="veth3e36eb7"} 3 node_network_address_assign_type{device="veth4256980"} 3 node_network_address_assign_type{device="veth44d48c5"} 3 node_network_address_assign_type{device="veth4550a5a"} 3 node_network_address_assign_type{device="veth459df2f"} 3 node_network_address_assign_type{device="veth48c2635"} 3 node_network_address_assign_type{device="veth4c63c63"} 3 node_network_address_assign_type{device="veth4c72035"} 3 node_network_address_assign_type{device="veth4e65233"} 3 node_network_address_assign_type{device="veth514c0fa"} 3 node_network_address_assign_type{device="veth53ab194"} 3 node_network_address_assign_type{device="veth5412e83"} 3 node_network_address_assign_type{device="veth578592a"} 3 node_network_address_assign_type{device="veth5b83128"} 3 node_network_address_assign_type{device="veth5fe69df"} 3 node_network_address_assign_type{device="veth606fd8d"} 3 node_network_address_assign_type{device="veth615de60"} 3 node_network_address_assign_type{device="veth65f110f"} 3 node_network_address_assign_type{device="veth6a8fbfc"} 3 node_network_address_assign_type{device="veth6b65c03"} 3 node_network_address_assign_type{device="veth6d434cf"} 3 node_network_address_assign_type{device="veth6eab51e"} 3 node_network_address_assign_type{device="veth7255df5"} 3 node_network_address_assign_type{device="veth7285a0c"} 3 node_network_address_assign_type{device="veth729dc04"} 3 node_network_address_assign_type{device="veth73914a6"} 3 node_network_address_assign_type{device="veth74689f1"} 3 node_network_address_assign_type{device="veth7574370"} 3 node_network_address_assign_type{device="veth7587e77"} 3 node_network_address_assign_type{device="veth7591768"} 3 node_network_address_assign_type{device="veth76a9cb7"} 3 node_network_address_assign_type{device="veth76b85e3"} 3 node_network_address_assign_type{device="veth7718dc9"} 3 node_network_address_assign_type{device="veth784722a"} 3 node_network_address_assign_type{device="veth7c71564"} 3 node_network_address_assign_type{device="veth81dd278"} 3 node_network_address_assign_type{device="veth8262724"} 3 node_network_address_assign_type{device="veth873231e"} 3 node_network_address_assign_type{device="veth8abe6eb"} 3 node_network_address_assign_type{device="veth8b5c0c0"} 3 node_network_address_assign_type{device="veth8b98c69"} 3 node_network_address_assign_type{device="veth8ff5500"} 3 node_network_address_assign_type{device="veth920bc1d"} 3 node_network_address_assign_type{device="veth933d1ae"} 3 node_network_address_assign_type{device="veth9698cd5"} 3 node_network_address_assign_type{device="veth96c37d4"} 3 node_network_address_assign_type{device="veth9a13b61"} 3 node_network_address_assign_type{device="veth9aad915"} 3 node_network_address_assign_type{device="veth9d3efeb"} 3 node_network_address_assign_type{device="veth9f7ffc2"} 3 node_network_address_assign_type{device="vetha3a3b63"} 3 node_network_address_assign_type{device="vethab050a8"} 3 node_network_address_assign_type{device="vethad57c62"} 3 node_network_address_assign_type{device="vethae769af"} 3 node_network_address_assign_type{device="vethb0fb6ce"} 3 node_network_address_assign_type{device="vethb11cc71"} 3 node_network_address_assign_type{device="vethb1f39a8"} 3 node_network_address_assign_type{device="vethb43cba2"} 3 node_network_address_assign_type{device="vethbde0c13"} 3 node_network_address_assign_type{device="vethbeaec27"} 3 node_network_address_assign_type{device="vethbfd0655"} 3 node_network_address_assign_type{device="vethc1bebad"} 3 node_network_address_assign_type{device="vethc7c7859"} 3 node_network_address_assign_type{device="vethc9ee365"} 3 node_network_address_assign_type{device="vethcd90f42"} 3 node_network_address_assign_type{device="vethd0e4a2b"} 3 node_network_address_assign_type{device="vethd893e78"} 3 node_network_address_assign_type{device="vethd9e40ca"} 3 node_network_address_assign_type{device="vethdd69986"} 3 node_network_address_assign_type{device="vethe4935a2"} 3 node_network_address_assign_type{device="vethecd8f1e"} 3 node_network_address_assign_type{device="vethedf9858"} 3 node_network_address_assign_type{device="vethee7f249"} 3 node_network_address_assign_type{device="vethef3e434"} 3 node_network_address_assign_type{device="vethf05ab5e"} 3 node_network_address_assign_type{device="vethf0cc0fe"} 3 node_network_address_assign_type{device="vethf3627f3"} 3 node_network_address_assign_type{device="vethf4fde20"} 3 node_network_address_assign_type{device="vethf6199b4"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0a5eaad17b48"} 1 node_network_carrier{device="br-0e8e622eda81"} 1 node_network_carrier{device="br-119f3eca13a3"} 1 node_network_carrier{device="br-205321a2a078"} 1 node_network_carrier{device="br-2a98fd47a213"} 0 node_network_carrier{device="br-31cc0d87c098"} 1 node_network_carrier{device="br-352e63376925"} 1 node_network_carrier{device="br-3e10e3e23909"} 1 node_network_carrier{device="br-46d5e61711ac"} 1 node_network_carrier{device="br-52bb4601ef3b"} 1 node_network_carrier{device="br-5949340dfa50"} 1 node_network_carrier{device="br-651be964d452"} 0 node_network_carrier{device="br-6757b1619d94"} 1 node_network_carrier{device="br-68f49914f8d6"} 1 node_network_carrier{device="br-6c38c2d51d91"} 1 node_network_carrier{device="br-714e4890289f"} 1 node_network_carrier{device="br-76f6f6f4e6e8"} 0 node_network_carrier{device="br-8eb55afe5f5e"} 1 node_network_carrier{device="br-9d50c95d707e"} 1 node_network_carrier{device="br-a0509202f296"} 1 node_network_carrier{device="br-accc5b7464c6"} 0 node_network_carrier{device="br-af34cdb33b59"} 1 node_network_carrier{device="br-bc1080f826ee"} 1 node_network_carrier{device="br-c1dedc82a179"} 1 node_network_carrier{device="br-cfc454eb348c"} 1 node_network_carrier{device="br-d076b9ce2db8"} 1 node_network_carrier{device="br-d081ed7cbe27"} 1 node_network_carrier{device="br-d23d48dffb27"} 1 node_network_carrier{device="br-e392a89981fc"} 1 node_network_carrier{device="br-ee867729849d"} 1 node_network_carrier{device="br-f55c6bfd416e"} 1 node_network_carrier{device="br-fec72b65a2f2"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="veth0023fef"} 1 node_network_carrier{device="veth0180c8a"} 1 node_network_carrier{device="veth060a822"} 1 node_network_carrier{device="veth07961ac"} 1 node_network_carrier{device="veth0b36eb0"} 1 node_network_carrier{device="veth0b8b8bc"} 1 node_network_carrier{device="veth0bdeb59"} 1 node_network_carrier{device="veth0cb999d"} 1 node_network_carrier{device="veth1014797"} 1 node_network_carrier{device="veth16fa530"} 1 node_network_carrier{device="veth25ed2c5"} 1 node_network_carrier{device="veth278b326"} 1 node_network_carrier{device="veth27c5750"} 1 node_network_carrier{device="veth281be1d"} 1 node_network_carrier{device="veth289e2e5"} 1 node_network_carrier{device="veth28b5f21"} 1 node_network_carrier{device="veth2a42759"} 1 node_network_carrier{device="veth2aa8c15"} 1 node_network_carrier{device="veth2e1a4e0"} 1 node_network_carrier{device="veth2eefb5d"} 1 node_network_carrier{device="veth2fc5c50"} 1 node_network_carrier{device="veth302a250"} 1 node_network_carrier{device="veth320df55"} 1 node_network_carrier{device="veth399cafa"} 1 node_network_carrier{device="veth3c8d1c8"} 1 node_network_carrier{device="veth3d501ed"} 1 node_network_carrier{device="veth3d9e088"} 1 node_network_carrier{device="veth3e36eb7"} 1 node_network_carrier{device="veth4256980"} 1 node_network_carrier{device="veth44d48c5"} 1 node_network_carrier{device="veth4550a5a"} 1 node_network_carrier{device="veth459df2f"} 1 node_network_carrier{device="veth48c2635"} 1 node_network_carrier{device="veth4c63c63"} 1 node_network_carrier{device="veth4c72035"} 1 node_network_carrier{device="veth4e65233"} 1 node_network_carrier{device="veth514c0fa"} 1 node_network_carrier{device="veth53ab194"} 1 node_network_carrier{device="veth5412e83"} 1 node_network_carrier{device="veth578592a"} 1 node_network_carrier{device="veth5b83128"} 1 node_network_carrier{device="veth5fe69df"} 1 node_network_carrier{device="veth606fd8d"} 1 node_network_carrier{device="veth615de60"} 1 node_network_carrier{device="veth65f110f"} 1 node_network_carrier{device="veth6a8fbfc"} 1 node_network_carrier{device="veth6b65c03"} 1 node_network_carrier{device="veth6d434cf"} 1 node_network_carrier{device="veth6eab51e"} 1 node_network_carrier{device="veth7255df5"} 1 node_network_carrier{device="veth7285a0c"} 1 node_network_carrier{device="veth729dc04"} 1 node_network_carrier{device="veth73914a6"} 1 node_network_carrier{device="veth74689f1"} 1 node_network_carrier{device="veth7574370"} 1 node_network_carrier{device="veth7587e77"} 1 node_network_carrier{device="veth7591768"} 1 node_network_carrier{device="veth76a9cb7"} 1 node_network_carrier{device="veth76b85e3"} 1 node_network_carrier{device="veth7718dc9"} 1 node_network_carrier{device="veth784722a"} 1 node_network_carrier{device="veth7c71564"} 1 node_network_carrier{device="veth81dd278"} 1 node_network_carrier{device="veth8262724"} 1 node_network_carrier{device="veth873231e"} 1 node_network_carrier{device="veth8abe6eb"} 1 node_network_carrier{device="veth8b5c0c0"} 1 node_network_carrier{device="veth8b98c69"} 1 node_network_carrier{device="veth8ff5500"} 1 node_network_carrier{device="veth920bc1d"} 1 node_network_carrier{device="veth933d1ae"} 1 node_network_carrier{device="veth9698cd5"} 1 node_network_carrier{device="veth96c37d4"} 1 node_network_carrier{device="veth9a13b61"} 1 node_network_carrier{device="veth9aad915"} 1 node_network_carrier{device="veth9d3efeb"} 1 node_network_carrier{device="veth9f7ffc2"} 1 node_network_carrier{device="vetha3a3b63"} 1 node_network_carrier{device="vethab050a8"} 1 node_network_carrier{device="vethad57c62"} 1 node_network_carrier{device="vethae769af"} 1 node_network_carrier{device="vethb0fb6ce"} 1 node_network_carrier{device="vethb11cc71"} 1 node_network_carrier{device="vethb1f39a8"} 1 node_network_carrier{device="vethb43cba2"} 1 node_network_carrier{device="vethbde0c13"} 1 node_network_carrier{device="vethbeaec27"} 1 node_network_carrier{device="vethbfd0655"} 1 node_network_carrier{device="vethc1bebad"} 1 node_network_carrier{device="vethc7c7859"} 1 node_network_carrier{device="vethc9ee365"} 1 node_network_carrier{device="vethcd90f42"} 1 node_network_carrier{device="vethd0e4a2b"} 1 node_network_carrier{device="vethd893e78"} 1 node_network_carrier{device="vethd9e40ca"} 1 node_network_carrier{device="vethdd69986"} 1 node_network_carrier{device="vethe4935a2"} 1 node_network_carrier{device="vethecd8f1e"} 1 node_network_carrier{device="vethedf9858"} 1 node_network_carrier{device="vethee7f249"} 1 node_network_carrier{device="vethef3e434"} 1 node_network_carrier{device="vethf05ab5e"} 1 node_network_carrier{device="vethf0cc0fe"} 1 node_network_carrier{device="vethf3627f3"} 1 node_network_carrier{device="vethf4fde20"} 1 node_network_carrier{device="vethf6199b4"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-0a5eaad17b48"} 2 node_network_carrier_changes_total{device="br-0e8e622eda81"} 4 node_network_carrier_changes_total{device="br-119f3eca13a3"} 2 node_network_carrier_changes_total{device="br-205321a2a078"} 2 node_network_carrier_changes_total{device="br-2a98fd47a213"} 1 node_network_carrier_changes_total{device="br-31cc0d87c098"} 2 node_network_carrier_changes_total{device="br-352e63376925"} 4 node_network_carrier_changes_total{device="br-3e10e3e23909"} 2 node_network_carrier_changes_total{device="br-46d5e61711ac"} 2 node_network_carrier_changes_total{device="br-52bb4601ef3b"} 2 node_network_carrier_changes_total{device="br-5949340dfa50"} 2 node_network_carrier_changes_total{device="br-651be964d452"} 29 node_network_carrier_changes_total{device="br-6757b1619d94"} 2 node_network_carrier_changes_total{device="br-68f49914f8d6"} 2 node_network_carrier_changes_total{device="br-6c38c2d51d91"} 2 node_network_carrier_changes_total{device="br-714e4890289f"} 2 node_network_carrier_changes_total{device="br-76f6f6f4e6e8"} 7 node_network_carrier_changes_total{device="br-8eb55afe5f5e"} 2 node_network_carrier_changes_total{device="br-9d50c95d707e"} 2 node_network_carrier_changes_total{device="br-a0509202f296"} 2 node_network_carrier_changes_total{device="br-accc5b7464c6"} 1 node_network_carrier_changes_total{device="br-af34cdb33b59"} 6 node_network_carrier_changes_total{device="br-bc1080f826ee"} 6 node_network_carrier_changes_total{device="br-c1dedc82a179"} 2 node_network_carrier_changes_total{device="br-cfc454eb348c"} 2 node_network_carrier_changes_total{device="br-d076b9ce2db8"} 4 node_network_carrier_changes_total{device="br-d081ed7cbe27"} 2 node_network_carrier_changes_total{device="br-d23d48dffb27"} 2 node_network_carrier_changes_total{device="br-e392a89981fc"} 2 node_network_carrier_changes_total{device="br-ee867729849d"} 2 node_network_carrier_changes_total{device="br-f55c6bfd416e"} 2 node_network_carrier_changes_total{device="br-fec72b65a2f2"} 8 node_network_carrier_changes_total{device="docker0"} 33 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="veth0023fef"} 2 node_network_carrier_changes_total{device="veth0180c8a"} 2 node_network_carrier_changes_total{device="veth060a822"} 2 node_network_carrier_changes_total{device="veth07961ac"} 2 node_network_carrier_changes_total{device="veth0b36eb0"} 2 node_network_carrier_changes_total{device="veth0b8b8bc"} 2 node_network_carrier_changes_total{device="veth0bdeb59"} 2 node_network_carrier_changes_total{device="veth0cb999d"} 2 node_network_carrier_changes_total{device="veth1014797"} 2 node_network_carrier_changes_total{device="veth16fa530"} 2 node_network_carrier_changes_total{device="veth25ed2c5"} 2 node_network_carrier_changes_total{device="veth278b326"} 2 node_network_carrier_changes_total{device="veth27c5750"} 2 node_network_carrier_changes_total{device="veth281be1d"} 2 node_network_carrier_changes_total{device="veth289e2e5"} 2 node_network_carrier_changes_total{device="veth28b5f21"} 2 node_network_carrier_changes_total{device="veth2a42759"} 2 node_network_carrier_changes_total{device="veth2aa8c15"} 2 node_network_carrier_changes_total{device="veth2e1a4e0"} 2 node_network_carrier_changes_total{device="veth2eefb5d"} 2 node_network_carrier_changes_total{device="veth2fc5c50"} 2 node_network_carrier_changes_total{device="veth302a250"} 2 node_network_carrier_changes_total{device="veth320df55"} 2 node_network_carrier_changes_total{device="veth399cafa"} 2 node_network_carrier_changes_total{device="veth3c8d1c8"} 2 node_network_carrier_changes_total{device="veth3d501ed"} 2 node_network_carrier_changes_total{device="veth3d9e088"} 2 node_network_carrier_changes_total{device="veth3e36eb7"} 2 node_network_carrier_changes_total{device="veth4256980"} 2 node_network_carrier_changes_total{device="veth44d48c5"} 2 node_network_carrier_changes_total{device="veth4550a5a"} 2 node_network_carrier_changes_total{device="veth459df2f"} 2 node_network_carrier_changes_total{device="veth48c2635"} 2 node_network_carrier_changes_total{device="veth4c63c63"} 2 node_network_carrier_changes_total{device="veth4c72035"} 2 node_network_carrier_changes_total{device="veth4e65233"} 2 node_network_carrier_changes_total{device="veth514c0fa"} 2 node_network_carrier_changes_total{device="veth53ab194"} 2 node_network_carrier_changes_total{device="veth5412e83"} 2 node_network_carrier_changes_total{device="veth578592a"} 2 node_network_carrier_changes_total{device="veth5b83128"} 2 node_network_carrier_changes_total{device="veth5fe69df"} 2 node_network_carrier_changes_total{device="veth606fd8d"} 2 node_network_carrier_changes_total{device="veth615de60"} 2 node_network_carrier_changes_total{device="veth65f110f"} 2 node_network_carrier_changes_total{device="veth6a8fbfc"} 2 node_network_carrier_changes_total{device="veth6b65c03"} 2 node_network_carrier_changes_total{device="veth6d434cf"} 2 node_network_carrier_changes_total{device="veth6eab51e"} 2 node_network_carrier_changes_total{device="veth7255df5"} 2 node_network_carrier_changes_total{device="veth7285a0c"} 2 node_network_carrier_changes_total{device="veth729dc04"} 2 node_network_carrier_changes_total{device="veth73914a6"} 2 node_network_carrier_changes_total{device="veth74689f1"} 2 node_network_carrier_changes_total{device="veth7574370"} 2 node_network_carrier_changes_total{device="veth7587e77"} 2 node_network_carrier_changes_total{device="veth7591768"} 2 node_network_carrier_changes_total{device="veth76a9cb7"} 2 node_network_carrier_changes_total{device="veth76b85e3"} 2 node_network_carrier_changes_total{device="veth7718dc9"} 2 node_network_carrier_changes_total{device="veth784722a"} 2 node_network_carrier_changes_total{device="veth7c71564"} 2 node_network_carrier_changes_total{device="veth81dd278"} 2 node_network_carrier_changes_total{device="veth8262724"} 2 node_network_carrier_changes_total{device="veth873231e"} 2 node_network_carrier_changes_total{device="veth8abe6eb"} 2 node_network_carrier_changes_total{device="veth8b5c0c0"} 2 node_network_carrier_changes_total{device="veth8b98c69"} 2 node_network_carrier_changes_total{device="veth8ff5500"} 2 node_network_carrier_changes_total{device="veth920bc1d"} 2 node_network_carrier_changes_total{device="veth933d1ae"} 2 node_network_carrier_changes_total{device="veth9698cd5"} 2 node_network_carrier_changes_total{device="veth96c37d4"} 2 node_network_carrier_changes_total{device="veth9a13b61"} 2 node_network_carrier_changes_total{device="veth9aad915"} 2 node_network_carrier_changes_total{device="veth9d3efeb"} 2 node_network_carrier_changes_total{device="veth9f7ffc2"} 2 node_network_carrier_changes_total{device="vetha3a3b63"} 2 node_network_carrier_changes_total{device="vethab050a8"} 2 node_network_carrier_changes_total{device="vethad57c62"} 2 node_network_carrier_changes_total{device="vethae769af"} 2 node_network_carrier_changes_total{device="vethb0fb6ce"} 2 node_network_carrier_changes_total{device="vethb11cc71"} 2 node_network_carrier_changes_total{device="vethb1f39a8"} 2 node_network_carrier_changes_total{device="vethb43cba2"} 2 node_network_carrier_changes_total{device="vethbde0c13"} 2 node_network_carrier_changes_total{device="vethbeaec27"} 2 node_network_carrier_changes_total{device="vethbfd0655"} 2 node_network_carrier_changes_total{device="vethc1bebad"} 2 node_network_carrier_changes_total{device="vethc7c7859"} 2 node_network_carrier_changes_total{device="vethc9ee365"} 2 node_network_carrier_changes_total{device="vethcd90f42"} 2 node_network_carrier_changes_total{device="vethd0e4a2b"} 2 node_network_carrier_changes_total{device="vethd893e78"} 2 node_network_carrier_changes_total{device="vethd9e40ca"} 2 node_network_carrier_changes_total{device="vethdd69986"} 2 node_network_carrier_changes_total{device="vethe4935a2"} 2 node_network_carrier_changes_total{device="vethecd8f1e"} 2 node_network_carrier_changes_total{device="vethedf9858"} 2 node_network_carrier_changes_total{device="vethee7f249"} 2 node_network_carrier_changes_total{device="vethef3e434"} 2 node_network_carrier_changes_total{device="vethf05ab5e"} 2 node_network_carrier_changes_total{device="vethf0cc0fe"} 2 node_network_carrier_changes_total{device="vethf3627f3"} 2 node_network_carrier_changes_total{device="vethf4fde20"} 2 node_network_carrier_changes_total{device="vethf6199b4"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-0a5eaad17b48"} 1 node_network_carrier_down_changes_total{device="br-0e8e622eda81"} 2 node_network_carrier_down_changes_total{device="br-119f3eca13a3"} 1 node_network_carrier_down_changes_total{device="br-205321a2a078"} 1 node_network_carrier_down_changes_total{device="br-2a98fd47a213"} 1 node_network_carrier_down_changes_total{device="br-31cc0d87c098"} 1 node_network_carrier_down_changes_total{device="br-352e63376925"} 2 node_network_carrier_down_changes_total{device="br-3e10e3e23909"} 1 node_network_carrier_down_changes_total{device="br-46d5e61711ac"} 1 node_network_carrier_down_changes_total{device="br-52bb4601ef3b"} 1 node_network_carrier_down_changes_total{device="br-5949340dfa50"} 1 node_network_carrier_down_changes_total{device="br-651be964d452"} 15 node_network_carrier_down_changes_total{device="br-6757b1619d94"} 1 node_network_carrier_down_changes_total{device="br-68f49914f8d6"} 1 node_network_carrier_down_changes_total{device="br-6c38c2d51d91"} 1 node_network_carrier_down_changes_total{device="br-714e4890289f"} 1 node_network_carrier_down_changes_total{device="br-76f6f6f4e6e8"} 4 node_network_carrier_down_changes_total{device="br-8eb55afe5f5e"} 1 node_network_carrier_down_changes_total{device="br-9d50c95d707e"} 1 node_network_carrier_down_changes_total{device="br-a0509202f296"} 1 node_network_carrier_down_changes_total{device="br-accc5b7464c6"} 1 node_network_carrier_down_changes_total{device="br-af34cdb33b59"} 3 node_network_carrier_down_changes_total{device="br-bc1080f826ee"} 3 node_network_carrier_down_changes_total{device="br-c1dedc82a179"} 1 node_network_carrier_down_changes_total{device="br-cfc454eb348c"} 1 node_network_carrier_down_changes_total{device="br-d076b9ce2db8"} 2 node_network_carrier_down_changes_total{device="br-d081ed7cbe27"} 1 node_network_carrier_down_changes_total{device="br-d23d48dffb27"} 1 node_network_carrier_down_changes_total{device="br-e392a89981fc"} 1 node_network_carrier_down_changes_total{device="br-ee867729849d"} 1 node_network_carrier_down_changes_total{device="br-f55c6bfd416e"} 1 node_network_carrier_down_changes_total{device="br-fec72b65a2f2"} 4 node_network_carrier_down_changes_total{device="docker0"} 17 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="tailscale0"} 0 node_network_carrier_down_changes_total{device="veth0023fef"} 1 node_network_carrier_down_changes_total{device="veth0180c8a"} 1 node_network_carrier_down_changes_total{device="veth060a822"} 1 node_network_carrier_down_changes_total{device="veth07961ac"} 1 node_network_carrier_down_changes_total{device="veth0b36eb0"} 1 node_network_carrier_down_changes_total{device="veth0b8b8bc"} 1 node_network_carrier_down_changes_total{device="veth0bdeb59"} 1 node_network_carrier_down_changes_total{device="veth0cb999d"} 1 node_network_carrier_down_changes_total{device="veth1014797"} 1 node_network_carrier_down_changes_total{device="veth16fa530"} 1 node_network_carrier_down_changes_total{device="veth25ed2c5"} 1 node_network_carrier_down_changes_total{device="veth278b326"} 1 node_network_carrier_down_changes_total{device="veth27c5750"} 1 node_network_carrier_down_changes_total{device="veth281be1d"} 1 node_network_carrier_down_changes_total{device="veth289e2e5"} 1 node_network_carrier_down_changes_total{device="veth28b5f21"} 1 node_network_carrier_down_changes_total{device="veth2a42759"} 1 node_network_carrier_down_changes_total{device="veth2aa8c15"} 1 node_network_carrier_down_changes_total{device="veth2e1a4e0"} 1 node_network_carrier_down_changes_total{device="veth2eefb5d"} 1 node_network_carrier_down_changes_total{device="veth2fc5c50"} 1 node_network_carrier_down_changes_total{device="veth302a250"} 1 node_network_carrier_down_changes_total{device="veth320df55"} 1 node_network_carrier_down_changes_total{device="veth399cafa"} 1 node_network_carrier_down_changes_total{device="veth3c8d1c8"} 1 node_network_carrier_down_changes_total{device="veth3d501ed"} 1 node_network_carrier_down_changes_total{device="veth3d9e088"} 1 node_network_carrier_down_changes_total{device="veth3e36eb7"} 1 node_network_carrier_down_changes_total{device="veth4256980"} 1 node_network_carrier_down_changes_total{device="veth44d48c5"} 1 node_network_carrier_down_changes_total{device="veth4550a5a"} 1 node_network_carrier_down_changes_total{device="veth459df2f"} 1 node_network_carrier_down_changes_total{device="veth48c2635"} 1 node_network_carrier_down_changes_total{device="veth4c63c63"} 1 node_network_carrier_down_changes_total{device="veth4c72035"} 1 node_network_carrier_down_changes_total{device="veth4e65233"} 1 node_network_carrier_down_changes_total{device="veth514c0fa"} 1 node_network_carrier_down_changes_total{device="veth53ab194"} 1 node_network_carrier_down_changes_total{device="veth5412e83"} 1 node_network_carrier_down_changes_total{device="veth578592a"} 1 node_network_carrier_down_changes_total{device="veth5b83128"} 1 node_network_carrier_down_changes_total{device="veth5fe69df"} 1 node_network_carrier_down_changes_total{device="veth606fd8d"} 1 node_network_carrier_down_changes_total{device="veth615de60"} 1 node_network_carrier_down_changes_total{device="veth65f110f"} 1 node_network_carrier_down_changes_total{device="veth6a8fbfc"} 1 node_network_carrier_down_changes_total{device="veth6b65c03"} 1 node_network_carrier_down_changes_total{device="veth6d434cf"} 1 node_network_carrier_down_changes_total{device="veth6eab51e"} 1 node_network_carrier_down_changes_total{device="veth7255df5"} 1 node_network_carrier_down_changes_total{device="veth7285a0c"} 1 node_network_carrier_down_changes_total{device="veth729dc04"} 1 node_network_carrier_down_changes_total{device="veth73914a6"} 1 node_network_carrier_down_changes_total{device="veth74689f1"} 1 node_network_carrier_down_changes_total{device="veth7574370"} 1 node_network_carrier_down_changes_total{device="veth7587e77"} 1 node_network_carrier_down_changes_total{device="veth7591768"} 1 node_network_carrier_down_changes_total{device="veth76a9cb7"} 1 node_network_carrier_down_changes_total{device="veth76b85e3"} 1 node_network_carrier_down_changes_total{device="veth7718dc9"} 1 node_network_carrier_down_changes_total{device="veth784722a"} 1 node_network_carrier_down_changes_total{device="veth7c71564"} 1 node_network_carrier_down_changes_total{device="veth81dd278"} 1 node_network_carrier_down_changes_total{device="veth8262724"} 1 node_network_carrier_down_changes_total{device="veth873231e"} 1 node_network_carrier_down_changes_total{device="veth8abe6eb"} 1 node_network_carrier_down_changes_total{device="veth8b5c0c0"} 1 node_network_carrier_down_changes_total{device="veth8b98c69"} 1 node_network_carrier_down_changes_total{device="veth8ff5500"} 1 node_network_carrier_down_changes_total{device="veth920bc1d"} 1 node_network_carrier_down_changes_total{device="veth933d1ae"} 1 node_network_carrier_down_changes_total{device="veth9698cd5"} 1 node_network_carrier_down_changes_total{device="veth96c37d4"} 1 node_network_carrier_down_changes_total{device="veth9a13b61"} 1 node_network_carrier_down_changes_total{device="veth9aad915"} 1 node_network_carrier_down_changes_total{device="veth9d3efeb"} 1 node_network_carrier_down_changes_total{device="veth9f7ffc2"} 1 node_network_carrier_down_changes_total{device="vetha3a3b63"} 1 node_network_carrier_down_changes_total{device="vethab050a8"} 1 node_network_carrier_down_changes_total{device="vethad57c62"} 1 node_network_carrier_down_changes_total{device="vethae769af"} 1 node_network_carrier_down_changes_total{device="vethb0fb6ce"} 1 node_network_carrier_down_changes_total{device="vethb11cc71"} 1 node_network_carrier_down_changes_total{device="vethb1f39a8"} 1 node_network_carrier_down_changes_total{device="vethb43cba2"} 1 node_network_carrier_down_changes_total{device="vethbde0c13"} 1 node_network_carrier_down_changes_total{device="vethbeaec27"} 1 node_network_carrier_down_changes_total{device="vethbfd0655"} 1 node_network_carrier_down_changes_total{device="vethc1bebad"} 1 node_network_carrier_down_changes_total{device="vethc7c7859"} 1 node_network_carrier_down_changes_total{device="vethc9ee365"} 1 node_network_carrier_down_changes_total{device="vethcd90f42"} 1 node_network_carrier_down_changes_total{device="vethd0e4a2b"} 1 node_network_carrier_down_changes_total{device="vethd893e78"} 1 node_network_carrier_down_changes_total{device="vethd9e40ca"} 1 node_network_carrier_down_changes_total{device="vethdd69986"} 1 node_network_carrier_down_changes_total{device="vethe4935a2"} 1 node_network_carrier_down_changes_total{device="vethecd8f1e"} 1 node_network_carrier_down_changes_total{device="vethedf9858"} 1 node_network_carrier_down_changes_total{device="vethee7f249"} 1 node_network_carrier_down_changes_total{device="vethef3e434"} 1 node_network_carrier_down_changes_total{device="vethf05ab5e"} 1 node_network_carrier_down_changes_total{device="vethf0cc0fe"} 1 node_network_carrier_down_changes_total{device="vethf3627f3"} 1 node_network_carrier_down_changes_total{device="vethf4fde20"} 1 node_network_carrier_down_changes_total{device="vethf6199b4"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-0a5eaad17b48"} 1 node_network_carrier_up_changes_total{device="br-0e8e622eda81"} 2 node_network_carrier_up_changes_total{device="br-119f3eca13a3"} 1 node_network_carrier_up_changes_total{device="br-205321a2a078"} 1 node_network_carrier_up_changes_total{device="br-2a98fd47a213"} 0 node_network_carrier_up_changes_total{device="br-31cc0d87c098"} 1 node_network_carrier_up_changes_total{device="br-352e63376925"} 2 node_network_carrier_up_changes_total{device="br-3e10e3e23909"} 1 node_network_carrier_up_changes_total{device="br-46d5e61711ac"} 1 node_network_carrier_up_changes_total{device="br-52bb4601ef3b"} 1 node_network_carrier_up_changes_total{device="br-5949340dfa50"} 1 node_network_carrier_up_changes_total{device="br-651be964d452"} 14 node_network_carrier_up_changes_total{device="br-6757b1619d94"} 1 node_network_carrier_up_changes_total{device="br-68f49914f8d6"} 1 node_network_carrier_up_changes_total{device="br-6c38c2d51d91"} 1 node_network_carrier_up_changes_total{device="br-714e4890289f"} 1 node_network_carrier_up_changes_total{device="br-76f6f6f4e6e8"} 3 node_network_carrier_up_changes_total{device="br-8eb55afe5f5e"} 1 node_network_carrier_up_changes_total{device="br-9d50c95d707e"} 1 node_network_carrier_up_changes_total{device="br-a0509202f296"} 1 node_network_carrier_up_changes_total{device="br-accc5b7464c6"} 0 node_network_carrier_up_changes_total{device="br-af34cdb33b59"} 3 node_network_carrier_up_changes_total{device="br-bc1080f826ee"} 3 node_network_carrier_up_changes_total{device="br-c1dedc82a179"} 1 node_network_carrier_up_changes_total{device="br-cfc454eb348c"} 1 node_network_carrier_up_changes_total{device="br-d076b9ce2db8"} 2 node_network_carrier_up_changes_total{device="br-d081ed7cbe27"} 1 node_network_carrier_up_changes_total{device="br-d23d48dffb27"} 1 node_network_carrier_up_changes_total{device="br-e392a89981fc"} 1 node_network_carrier_up_changes_total{device="br-ee867729849d"} 1 node_network_carrier_up_changes_total{device="br-f55c6bfd416e"} 1 node_network_carrier_up_changes_total{device="br-fec72b65a2f2"} 4 node_network_carrier_up_changes_total{device="docker0"} 16 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="tailscale0"} 0 node_network_carrier_up_changes_total{device="veth0023fef"} 1 node_network_carrier_up_changes_total{device="veth0180c8a"} 1 node_network_carrier_up_changes_total{device="veth060a822"} 1 node_network_carrier_up_changes_total{device="veth07961ac"} 1 node_network_carrier_up_changes_total{device="veth0b36eb0"} 1 node_network_carrier_up_changes_total{device="veth0b8b8bc"} 1 node_network_carrier_up_changes_total{device="veth0bdeb59"} 1 node_network_carrier_up_changes_total{device="veth0cb999d"} 1 node_network_carrier_up_changes_total{device="veth1014797"} 1 node_network_carrier_up_changes_total{device="veth16fa530"} 1 node_network_carrier_up_changes_total{device="veth25ed2c5"} 1 node_network_carrier_up_changes_total{device="veth278b326"} 1 node_network_carrier_up_changes_total{device="veth27c5750"} 1 node_network_carrier_up_changes_total{device="veth281be1d"} 1 node_network_carrier_up_changes_total{device="veth289e2e5"} 1 node_network_carrier_up_changes_total{device="veth28b5f21"} 1 node_network_carrier_up_changes_total{device="veth2a42759"} 1 node_network_carrier_up_changes_total{device="veth2aa8c15"} 1 node_network_carrier_up_changes_total{device="veth2e1a4e0"} 1 node_network_carrier_up_changes_total{device="veth2eefb5d"} 1 node_network_carrier_up_changes_total{device="veth2fc5c50"} 1 node_network_carrier_up_changes_total{device="veth302a250"} 1 node_network_carrier_up_changes_total{device="veth320df55"} 1 node_network_carrier_up_changes_total{device="veth399cafa"} 1 node_network_carrier_up_changes_total{device="veth3c8d1c8"} 1 node_network_carrier_up_changes_total{device="veth3d501ed"} 1 node_network_carrier_up_changes_total{device="veth3d9e088"} 1 node_network_carrier_up_changes_total{device="veth3e36eb7"} 1 node_network_carrier_up_changes_total{device="veth4256980"} 1 node_network_carrier_up_changes_total{device="veth44d48c5"} 1 node_network_carrier_up_changes_total{device="veth4550a5a"} 1 node_network_carrier_up_changes_total{device="veth459df2f"} 1 node_network_carrier_up_changes_total{device="veth48c2635"} 1 node_network_carrier_up_changes_total{device="veth4c63c63"} 1 node_network_carrier_up_changes_total{device="veth4c72035"} 1 node_network_carrier_up_changes_total{device="veth4e65233"} 1 node_network_carrier_up_changes_total{device="veth514c0fa"} 1 node_network_carrier_up_changes_total{device="veth53ab194"} 1 node_network_carrier_up_changes_total{device="veth5412e83"} 1 node_network_carrier_up_changes_total{device="veth578592a"} 1 node_network_carrier_up_changes_total{device="veth5b83128"} 1 node_network_carrier_up_changes_total{device="veth5fe69df"} 1 node_network_carrier_up_changes_total{device="veth606fd8d"} 1 node_network_carrier_up_changes_total{device="veth615de60"} 1 node_network_carrier_up_changes_total{device="veth65f110f"} 1 node_network_carrier_up_changes_total{device="veth6a8fbfc"} 1 node_network_carrier_up_changes_total{device="veth6b65c03"} 1 node_network_carrier_up_changes_total{device="veth6d434cf"} 1 node_network_carrier_up_changes_total{device="veth6eab51e"} 1 node_network_carrier_up_changes_total{device="veth7255df5"} 1 node_network_carrier_up_changes_total{device="veth7285a0c"} 1 node_network_carrier_up_changes_total{device="veth729dc04"} 1 node_network_carrier_up_changes_total{device="veth73914a6"} 1 node_network_carrier_up_changes_total{device="veth74689f1"} 1 node_network_carrier_up_changes_total{device="veth7574370"} 1 node_network_carrier_up_changes_total{device="veth7587e77"} 1 node_network_carrier_up_changes_total{device="veth7591768"} 1 node_network_carrier_up_changes_total{device="veth76a9cb7"} 1 node_network_carrier_up_changes_total{device="veth76b85e3"} 1 node_network_carrier_up_changes_total{device="veth7718dc9"} 1 node_network_carrier_up_changes_total{device="veth784722a"} 1 node_network_carrier_up_changes_total{device="veth7c71564"} 1 node_network_carrier_up_changes_total{device="veth81dd278"} 1 node_network_carrier_up_changes_total{device="veth8262724"} 1 node_network_carrier_up_changes_total{device="veth873231e"} 1 node_network_carrier_up_changes_total{device="veth8abe6eb"} 1 node_network_carrier_up_changes_total{device="veth8b5c0c0"} 1 node_network_carrier_up_changes_total{device="veth8b98c69"} 1 node_network_carrier_up_changes_total{device="veth8ff5500"} 1 node_network_carrier_up_changes_total{device="veth920bc1d"} 1 node_network_carrier_up_changes_total{device="veth933d1ae"} 1 node_network_carrier_up_changes_total{device="veth9698cd5"} 1 node_network_carrier_up_changes_total{device="veth96c37d4"} 1 node_network_carrier_up_changes_total{device="veth9a13b61"} 1 node_network_carrier_up_changes_total{device="veth9aad915"} 1 node_network_carrier_up_changes_total{device="veth9d3efeb"} 1 node_network_carrier_up_changes_total{device="veth9f7ffc2"} 1 node_network_carrier_up_changes_total{device="vetha3a3b63"} 1 node_network_carrier_up_changes_total{device="vethab050a8"} 1 node_network_carrier_up_changes_total{device="vethad57c62"} 1 node_network_carrier_up_changes_total{device="vethae769af"} 1 node_network_carrier_up_changes_total{device="vethb0fb6ce"} 1 node_network_carrier_up_changes_total{device="vethb11cc71"} 1 node_network_carrier_up_changes_total{device="vethb1f39a8"} 1 node_network_carrier_up_changes_total{device="vethb43cba2"} 1 node_network_carrier_up_changes_total{device="vethbde0c13"} 1 node_network_carrier_up_changes_total{device="vethbeaec27"} 1 node_network_carrier_up_changes_total{device="vethbfd0655"} 1 node_network_carrier_up_changes_total{device="vethc1bebad"} 1 node_network_carrier_up_changes_total{device="vethc7c7859"} 1 node_network_carrier_up_changes_total{device="vethc9ee365"} 1 node_network_carrier_up_changes_total{device="vethcd90f42"} 1 node_network_carrier_up_changes_total{device="vethd0e4a2b"} 1 node_network_carrier_up_changes_total{device="vethd893e78"} 1 node_network_carrier_up_changes_total{device="vethd9e40ca"} 1 node_network_carrier_up_changes_total{device="vethdd69986"} 1 node_network_carrier_up_changes_total{device="vethe4935a2"} 1 node_network_carrier_up_changes_total{device="vethecd8f1e"} 1 node_network_carrier_up_changes_total{device="vethedf9858"} 1 node_network_carrier_up_changes_total{device="vethee7f249"} 1 node_network_carrier_up_changes_total{device="vethef3e434"} 1 node_network_carrier_up_changes_total{device="vethf05ab5e"} 1 node_network_carrier_up_changes_total{device="vethf0cc0fe"} 1 node_network_carrier_up_changes_total{device="vethf3627f3"} 1 node_network_carrier_up_changes_total{device="vethf4fde20"} 1 node_network_carrier_up_changes_total{device="vethf6199b4"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0a5eaad17b48"} 0 node_network_device_id{device="br-0e8e622eda81"} 0 node_network_device_id{device="br-119f3eca13a3"} 0 node_network_device_id{device="br-205321a2a078"} 0 node_network_device_id{device="br-2a98fd47a213"} 0 node_network_device_id{device="br-31cc0d87c098"} 0 node_network_device_id{device="br-352e63376925"} 0 node_network_device_id{device="br-3e10e3e23909"} 0 node_network_device_id{device="br-46d5e61711ac"} 0 node_network_device_id{device="br-52bb4601ef3b"} 0 node_network_device_id{device="br-5949340dfa50"} 0 node_network_device_id{device="br-651be964d452"} 0 node_network_device_id{device="br-6757b1619d94"} 0 node_network_device_id{device="br-68f49914f8d6"} 0 node_network_device_id{device="br-6c38c2d51d91"} 0 node_network_device_id{device="br-714e4890289f"} 0 node_network_device_id{device="br-76f6f6f4e6e8"} 0 node_network_device_id{device="br-8eb55afe5f5e"} 0 node_network_device_id{device="br-9d50c95d707e"} 0 node_network_device_id{device="br-a0509202f296"} 0 node_network_device_id{device="br-accc5b7464c6"} 0 node_network_device_id{device="br-af34cdb33b59"} 0 node_network_device_id{device="br-bc1080f826ee"} 0 node_network_device_id{device="br-c1dedc82a179"} 0 node_network_device_id{device="br-cfc454eb348c"} 0 node_network_device_id{device="br-d076b9ce2db8"} 0 node_network_device_id{device="br-d081ed7cbe27"} 0 node_network_device_id{device="br-d23d48dffb27"} 0 node_network_device_id{device="br-e392a89981fc"} 0 node_network_device_id{device="br-ee867729849d"} 0 node_network_device_id{device="br-f55c6bfd416e"} 0 node_network_device_id{device="br-fec72b65a2f2"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="veth0023fef"} 0 node_network_device_id{device="veth0180c8a"} 0 node_network_device_id{device="veth060a822"} 0 node_network_device_id{device="veth07961ac"} 0 node_network_device_id{device="veth0b36eb0"} 0 node_network_device_id{device="veth0b8b8bc"} 0 node_network_device_id{device="veth0bdeb59"} 0 node_network_device_id{device="veth0cb999d"} 0 node_network_device_id{device="veth1014797"} 0 node_network_device_id{device="veth16fa530"} 0 node_network_device_id{device="veth25ed2c5"} 0 node_network_device_id{device="veth278b326"} 0 node_network_device_id{device="veth27c5750"} 0 node_network_device_id{device="veth281be1d"} 0 node_network_device_id{device="veth289e2e5"} 0 node_network_device_id{device="veth28b5f21"} 0 node_network_device_id{device="veth2a42759"} 0 node_network_device_id{device="veth2aa8c15"} 0 node_network_device_id{device="veth2e1a4e0"} 0 node_network_device_id{device="veth2eefb5d"} 0 node_network_device_id{device="veth2fc5c50"} 0 node_network_device_id{device="veth302a250"} 0 node_network_device_id{device="veth320df55"} 0 node_network_device_id{device="veth399cafa"} 0 node_network_device_id{device="veth3c8d1c8"} 0 node_network_device_id{device="veth3d501ed"} 0 node_network_device_id{device="veth3d9e088"} 0 node_network_device_id{device="veth3e36eb7"} 0 node_network_device_id{device="veth4256980"} 0 node_network_device_id{device="veth44d48c5"} 0 node_network_device_id{device="veth4550a5a"} 0 node_network_device_id{device="veth459df2f"} 0 node_network_device_id{device="veth48c2635"} 0 node_network_device_id{device="veth4c63c63"} 0 node_network_device_id{device="veth4c72035"} 0 node_network_device_id{device="veth4e65233"} 0 node_network_device_id{device="veth514c0fa"} 0 node_network_device_id{device="veth53ab194"} 0 node_network_device_id{device="veth5412e83"} 0 node_network_device_id{device="veth578592a"} 0 node_network_device_id{device="veth5b83128"} 0 node_network_device_id{device="veth5fe69df"} 0 node_network_device_id{device="veth606fd8d"} 0 node_network_device_id{device="veth615de60"} 0 node_network_device_id{device="veth65f110f"} 0 node_network_device_id{device="veth6a8fbfc"} 0 node_network_device_id{device="veth6b65c03"} 0 node_network_device_id{device="veth6d434cf"} 0 node_network_device_id{device="veth6eab51e"} 0 node_network_device_id{device="veth7255df5"} 0 node_network_device_id{device="veth7285a0c"} 0 node_network_device_id{device="veth729dc04"} 0 node_network_device_id{device="veth73914a6"} 0 node_network_device_id{device="veth74689f1"} 0 node_network_device_id{device="veth7574370"} 0 node_network_device_id{device="veth7587e77"} 0 node_network_device_id{device="veth7591768"} 0 node_network_device_id{device="veth76a9cb7"} 0 node_network_device_id{device="veth76b85e3"} 0 node_network_device_id{device="veth7718dc9"} 0 node_network_device_id{device="veth784722a"} 0 node_network_device_id{device="veth7c71564"} 0 node_network_device_id{device="veth81dd278"} 0 node_network_device_id{device="veth8262724"} 0 node_network_device_id{device="veth873231e"} 0 node_network_device_id{device="veth8abe6eb"} 0 node_network_device_id{device="veth8b5c0c0"} 0 node_network_device_id{device="veth8b98c69"} 0 node_network_device_id{device="veth8ff5500"} 0 node_network_device_id{device="veth920bc1d"} 0 node_network_device_id{device="veth933d1ae"} 0 node_network_device_id{device="veth9698cd5"} 0 node_network_device_id{device="veth96c37d4"} 0 node_network_device_id{device="veth9a13b61"} 0 node_network_device_id{device="veth9aad915"} 0 node_network_device_id{device="veth9d3efeb"} 0 node_network_device_id{device="veth9f7ffc2"} 0 node_network_device_id{device="vetha3a3b63"} 0 node_network_device_id{device="vethab050a8"} 0 node_network_device_id{device="vethad57c62"} 0 node_network_device_id{device="vethae769af"} 0 node_network_device_id{device="vethb0fb6ce"} 0 node_network_device_id{device="vethb11cc71"} 0 node_network_device_id{device="vethb1f39a8"} 0 node_network_device_id{device="vethb43cba2"} 0 node_network_device_id{device="vethbde0c13"} 0 node_network_device_id{device="vethbeaec27"} 0 node_network_device_id{device="vethbfd0655"} 0 node_network_device_id{device="vethc1bebad"} 0 node_network_device_id{device="vethc7c7859"} 0 node_network_device_id{device="vethc9ee365"} 0 node_network_device_id{device="vethcd90f42"} 0 node_network_device_id{device="vethd0e4a2b"} 0 node_network_device_id{device="vethd893e78"} 0 node_network_device_id{device="vethd9e40ca"} 0 node_network_device_id{device="vethdd69986"} 0 node_network_device_id{device="vethe4935a2"} 0 node_network_device_id{device="vethecd8f1e"} 0 node_network_device_id{device="vethedf9858"} 0 node_network_device_id{device="vethee7f249"} 0 node_network_device_id{device="vethef3e434"} 0 node_network_device_id{device="vethf05ab5e"} 0 node_network_device_id{device="vethf0cc0fe"} 0 node_network_device_id{device="vethf3627f3"} 0 node_network_device_id{device="vethf4fde20"} 0 node_network_device_id{device="vethf6199b4"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0a5eaad17b48"} 0 node_network_dormant{device="br-0e8e622eda81"} 0 node_network_dormant{device="br-119f3eca13a3"} 0 node_network_dormant{device="br-205321a2a078"} 0 node_network_dormant{device="br-2a98fd47a213"} 0 node_network_dormant{device="br-31cc0d87c098"} 0 node_network_dormant{device="br-352e63376925"} 0 node_network_dormant{device="br-3e10e3e23909"} 0 node_network_dormant{device="br-46d5e61711ac"} 0 node_network_dormant{device="br-52bb4601ef3b"} 0 node_network_dormant{device="br-5949340dfa50"} 0 node_network_dormant{device="br-651be964d452"} 0 node_network_dormant{device="br-6757b1619d94"} 0 node_network_dormant{device="br-68f49914f8d6"} 0 node_network_dormant{device="br-6c38c2d51d91"} 0 node_network_dormant{device="br-714e4890289f"} 0 node_network_dormant{device="br-76f6f6f4e6e8"} 0 node_network_dormant{device="br-8eb55afe5f5e"} 0 node_network_dormant{device="br-9d50c95d707e"} 0 node_network_dormant{device="br-a0509202f296"} 0 node_network_dormant{device="br-accc5b7464c6"} 0 node_network_dormant{device="br-af34cdb33b59"} 0 node_network_dormant{device="br-bc1080f826ee"} 0 node_network_dormant{device="br-c1dedc82a179"} 0 node_network_dormant{device="br-cfc454eb348c"} 0 node_network_dormant{device="br-d076b9ce2db8"} 0 node_network_dormant{device="br-d081ed7cbe27"} 0 node_network_dormant{device="br-d23d48dffb27"} 0 node_network_dormant{device="br-e392a89981fc"} 0 node_network_dormant{device="br-ee867729849d"} 0 node_network_dormant{device="br-f55c6bfd416e"} 0 node_network_dormant{device="br-fec72b65a2f2"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="veth0023fef"} 0 node_network_dormant{device="veth0180c8a"} 0 node_network_dormant{device="veth060a822"} 0 node_network_dormant{device="veth07961ac"} 0 node_network_dormant{device="veth0b36eb0"} 0 node_network_dormant{device="veth0b8b8bc"} 0 node_network_dormant{device="veth0bdeb59"} 0 node_network_dormant{device="veth0cb999d"} 0 node_network_dormant{device="veth1014797"} 0 node_network_dormant{device="veth16fa530"} 0 node_network_dormant{device="veth25ed2c5"} 0 node_network_dormant{device="veth278b326"} 0 node_network_dormant{device="veth27c5750"} 0 node_network_dormant{device="veth281be1d"} 0 node_network_dormant{device="veth289e2e5"} 0 node_network_dormant{device="veth28b5f21"} 0 node_network_dormant{device="veth2a42759"} 0 node_network_dormant{device="veth2aa8c15"} 0 node_network_dormant{device="veth2e1a4e0"} 0 node_network_dormant{device="veth2eefb5d"} 0 node_network_dormant{device="veth2fc5c50"} 0 node_network_dormant{device="veth302a250"} 0 node_network_dormant{device="veth320df55"} 0 node_network_dormant{device="veth399cafa"} 0 node_network_dormant{device="veth3c8d1c8"} 0 node_network_dormant{device="veth3d501ed"} 0 node_network_dormant{device="veth3d9e088"} 0 node_network_dormant{device="veth3e36eb7"} 0 node_network_dormant{device="veth4256980"} 0 node_network_dormant{device="veth44d48c5"} 0 node_network_dormant{device="veth4550a5a"} 0 node_network_dormant{device="veth459df2f"} 0 node_network_dormant{device="veth48c2635"} 0 node_network_dormant{device="veth4c63c63"} 0 node_network_dormant{device="veth4c72035"} 0 node_network_dormant{device="veth4e65233"} 0 node_network_dormant{device="veth514c0fa"} 0 node_network_dormant{device="veth53ab194"} 0 node_network_dormant{device="veth5412e83"} 0 node_network_dormant{device="veth578592a"} 0 node_network_dormant{device="veth5b83128"} 0 node_network_dormant{device="veth5fe69df"} 0 node_network_dormant{device="veth606fd8d"} 0 node_network_dormant{device="veth615de60"} 0 node_network_dormant{device="veth65f110f"} 0 node_network_dormant{device="veth6a8fbfc"} 0 node_network_dormant{device="veth6b65c03"} 0 node_network_dormant{device="veth6d434cf"} 0 node_network_dormant{device="veth6eab51e"} 0 node_network_dormant{device="veth7255df5"} 0 node_network_dormant{device="veth7285a0c"} 0 node_network_dormant{device="veth729dc04"} 0 node_network_dormant{device="veth73914a6"} 0 node_network_dormant{device="veth74689f1"} 0 node_network_dormant{device="veth7574370"} 0 node_network_dormant{device="veth7587e77"} 0 node_network_dormant{device="veth7591768"} 0 node_network_dormant{device="veth76a9cb7"} 0 node_network_dormant{device="veth76b85e3"} 0 node_network_dormant{device="veth7718dc9"} 0 node_network_dormant{device="veth784722a"} 0 node_network_dormant{device="veth7c71564"} 0 node_network_dormant{device="veth81dd278"} 0 node_network_dormant{device="veth8262724"} 0 node_network_dormant{device="veth873231e"} 0 node_network_dormant{device="veth8abe6eb"} 0 node_network_dormant{device="veth8b5c0c0"} 0 node_network_dormant{device="veth8b98c69"} 0 node_network_dormant{device="veth8ff5500"} 0 node_network_dormant{device="veth920bc1d"} 0 node_network_dormant{device="veth933d1ae"} 0 node_network_dormant{device="veth9698cd5"} 0 node_network_dormant{device="veth96c37d4"} 0 node_network_dormant{device="veth9a13b61"} 0 node_network_dormant{device="veth9aad915"} 0 node_network_dormant{device="veth9d3efeb"} 0 node_network_dormant{device="veth9f7ffc2"} 0 node_network_dormant{device="vetha3a3b63"} 0 node_network_dormant{device="vethab050a8"} 0 node_network_dormant{device="vethad57c62"} 0 node_network_dormant{device="vethae769af"} 0 node_network_dormant{device="vethb0fb6ce"} 0 node_network_dormant{device="vethb11cc71"} 0 node_network_dormant{device="vethb1f39a8"} 0 node_network_dormant{device="vethb43cba2"} 0 node_network_dormant{device="vethbde0c13"} 0 node_network_dormant{device="vethbeaec27"} 0 node_network_dormant{device="vethbfd0655"} 0 node_network_dormant{device="vethc1bebad"} 0 node_network_dormant{device="vethc7c7859"} 0 node_network_dormant{device="vethc9ee365"} 0 node_network_dormant{device="vethcd90f42"} 0 node_network_dormant{device="vethd0e4a2b"} 0 node_network_dormant{device="vethd893e78"} 0 node_network_dormant{device="vethd9e40ca"} 0 node_network_dormant{device="vethdd69986"} 0 node_network_dormant{device="vethe4935a2"} 0 node_network_dormant{device="vethecd8f1e"} 0 node_network_dormant{device="vethedf9858"} 0 node_network_dormant{device="vethee7f249"} 0 node_network_dormant{device="vethef3e434"} 0 node_network_dormant{device="vethf05ab5e"} 0 node_network_dormant{device="vethf0cc0fe"} 0 node_network_dormant{device="vethf3627f3"} 0 node_network_dormant{device="vethf4fde20"} 0 node_network_dormant{device="vethf6199b4"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0a5eaad17b48"} 4099 node_network_flags{device="br-0e8e622eda81"} 4099 node_network_flags{device="br-119f3eca13a3"} 4099 node_network_flags{device="br-205321a2a078"} 4099 node_network_flags{device="br-2a98fd47a213"} 4099 node_network_flags{device="br-31cc0d87c098"} 4099 node_network_flags{device="br-352e63376925"} 4099 node_network_flags{device="br-3e10e3e23909"} 4099 node_network_flags{device="br-46d5e61711ac"} 4099 node_network_flags{device="br-52bb4601ef3b"} 4099 node_network_flags{device="br-5949340dfa50"} 4099 node_network_flags{device="br-651be964d452"} 4099 node_network_flags{device="br-6757b1619d94"} 4099 node_network_flags{device="br-68f49914f8d6"} 4099 node_network_flags{device="br-6c38c2d51d91"} 4099 node_network_flags{device="br-714e4890289f"} 4099 node_network_flags{device="br-76f6f6f4e6e8"} 4099 node_network_flags{device="br-8eb55afe5f5e"} 4099 node_network_flags{device="br-9d50c95d707e"} 4099 node_network_flags{device="br-a0509202f296"} 4099 node_network_flags{device="br-accc5b7464c6"} 4099 node_network_flags{device="br-af34cdb33b59"} 4099 node_network_flags{device="br-bc1080f826ee"} 4099 node_network_flags{device="br-c1dedc82a179"} 4099 node_network_flags{device="br-cfc454eb348c"} 4099 node_network_flags{device="br-d076b9ce2db8"} 4099 node_network_flags{device="br-d081ed7cbe27"} 4099 node_network_flags{device="br-d23d48dffb27"} 4099 node_network_flags{device="br-e392a89981fc"} 4099 node_network_flags{device="br-ee867729849d"} 4099 node_network_flags{device="br-f55c6bfd416e"} 4099 node_network_flags{device="br-fec72b65a2f2"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="veth0023fef"} 4867 node_network_flags{device="veth0180c8a"} 4867 node_network_flags{device="veth060a822"} 4867 node_network_flags{device="veth07961ac"} 4867 node_network_flags{device="veth0b36eb0"} 4867 node_network_flags{device="veth0b8b8bc"} 4867 node_network_flags{device="veth0bdeb59"} 4867 node_network_flags{device="veth0cb999d"} 4867 node_network_flags{device="veth1014797"} 4867 node_network_flags{device="veth16fa530"} 4867 node_network_flags{device="veth25ed2c5"} 4867 node_network_flags{device="veth278b326"} 4867 node_network_flags{device="veth27c5750"} 4867 node_network_flags{device="veth281be1d"} 4867 node_network_flags{device="veth289e2e5"} 4867 node_network_flags{device="veth28b5f21"} 4867 node_network_flags{device="veth2a42759"} 4867 node_network_flags{device="veth2aa8c15"} 4867 node_network_flags{device="veth2e1a4e0"} 4867 node_network_flags{device="veth2eefb5d"} 4867 node_network_flags{device="veth2fc5c50"} 4867 node_network_flags{device="veth302a250"} 4867 node_network_flags{device="veth320df55"} 4867 node_network_flags{device="veth399cafa"} 4867 node_network_flags{device="veth3c8d1c8"} 4867 node_network_flags{device="veth3d501ed"} 4867 node_network_flags{device="veth3d9e088"} 4867 node_network_flags{device="veth3e36eb7"} 4867 node_network_flags{device="veth4256980"} 4867 node_network_flags{device="veth44d48c5"} 4867 node_network_flags{device="veth4550a5a"} 4867 node_network_flags{device="veth459df2f"} 4867 node_network_flags{device="veth48c2635"} 4867 node_network_flags{device="veth4c63c63"} 4867 node_network_flags{device="veth4c72035"} 4867 node_network_flags{device="veth4e65233"} 4867 node_network_flags{device="veth514c0fa"} 4867 node_network_flags{device="veth53ab194"} 4867 node_network_flags{device="veth5412e83"} 4867 node_network_flags{device="veth578592a"} 4867 node_network_flags{device="veth5b83128"} 4867 node_network_flags{device="veth5fe69df"} 4867 node_network_flags{device="veth606fd8d"} 4867 node_network_flags{device="veth615de60"} 4867 node_network_flags{device="veth65f110f"} 4867 node_network_flags{device="veth6a8fbfc"} 4867 node_network_flags{device="veth6b65c03"} 4867 node_network_flags{device="veth6d434cf"} 4867 node_network_flags{device="veth6eab51e"} 4867 node_network_flags{device="veth7255df5"} 4867 node_network_flags{device="veth7285a0c"} 4867 node_network_flags{device="veth729dc04"} 4867 node_network_flags{device="veth73914a6"} 4867 node_network_flags{device="veth74689f1"} 4867 node_network_flags{device="veth7574370"} 4867 node_network_flags{device="veth7587e77"} 4867 node_network_flags{device="veth7591768"} 4867 node_network_flags{device="veth76a9cb7"} 4867 node_network_flags{device="veth76b85e3"} 4867 node_network_flags{device="veth7718dc9"} 4867 node_network_flags{device="veth784722a"} 4867 node_network_flags{device="veth7c71564"} 4867 node_network_flags{device="veth81dd278"} 4867 node_network_flags{device="veth8262724"} 4867 node_network_flags{device="veth873231e"} 4867 node_network_flags{device="veth8abe6eb"} 4867 node_network_flags{device="veth8b5c0c0"} 4867 node_network_flags{device="veth8b98c69"} 4867 node_network_flags{device="veth8ff5500"} 4867 node_network_flags{device="veth920bc1d"} 4867 node_network_flags{device="veth933d1ae"} 4867 node_network_flags{device="veth9698cd5"} 4867 node_network_flags{device="veth96c37d4"} 4867 node_network_flags{device="veth9a13b61"} 4867 node_network_flags{device="veth9aad915"} 4867 node_network_flags{device="veth9d3efeb"} 4867 node_network_flags{device="veth9f7ffc2"} 4867 node_network_flags{device="vetha3a3b63"} 4867 node_network_flags{device="vethab050a8"} 4867 node_network_flags{device="vethad57c62"} 4867 node_network_flags{device="vethae769af"} 4867 node_network_flags{device="vethb0fb6ce"} 4867 node_network_flags{device="vethb11cc71"} 4867 node_network_flags{device="vethb1f39a8"} 4867 node_network_flags{device="vethb43cba2"} 4867 node_network_flags{device="vethbde0c13"} 4867 node_network_flags{device="vethbeaec27"} 4867 node_network_flags{device="vethbfd0655"} 4867 node_network_flags{device="vethc1bebad"} 4867 node_network_flags{device="vethc7c7859"} 4867 node_network_flags{device="vethc9ee365"} 4867 node_network_flags{device="vethcd90f42"} 4867 node_network_flags{device="vethd0e4a2b"} 4867 node_network_flags{device="vethd893e78"} 4867 node_network_flags{device="vethd9e40ca"} 4867 node_network_flags{device="vethdd69986"} 4867 node_network_flags{device="vethe4935a2"} 4867 node_network_flags{device="vethecd8f1e"} 4867 node_network_flags{device="vethedf9858"} 4867 node_network_flags{device="vethee7f249"} 4867 node_network_flags{device="vethef3e434"} 4867 node_network_flags{device="vethf05ab5e"} 4867 node_network_flags{device="vethf0cc0fe"} 4867 node_network_flags{device="vethf3627f3"} 4867 node_network_flags{device="vethf4fde20"} 4867 node_network_flags{device="vethf6199b4"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0a5eaad17b48"} 13 node_network_iface_id{device="br-0e8e622eda81"} 29 node_network_iface_id{device="br-119f3eca13a3"} 20 node_network_iface_id{device="br-205321a2a078"} 7 node_network_iface_id{device="br-2a98fd47a213"} 30 node_network_iface_id{device="br-31cc0d87c098"} 14 node_network_iface_id{device="br-352e63376925"} 8 node_network_iface_id{device="br-3e10e3e23909"} 25 node_network_iface_id{device="br-46d5e61711ac"} 23 node_network_iface_id{device="br-52bb4601ef3b"} 21 node_network_iface_id{device="br-5949340dfa50"} 17 node_network_iface_id{device="br-651be964d452"} 730675 node_network_iface_id{device="br-6757b1619d94"} 9 node_network_iface_id{device="br-68f49914f8d6"} 26 node_network_iface_id{device="br-6c38c2d51d91"} 682135 node_network_iface_id{device="br-714e4890289f"} 19 node_network_iface_id{device="br-76f6f6f4e6e8"} 730676 node_network_iface_id{device="br-8eb55afe5f5e"} 334703 node_network_iface_id{device="br-9d50c95d707e"} 22 node_network_iface_id{device="br-a0509202f296"} 11 node_network_iface_id{device="br-accc5b7464c6"} 24 node_network_iface_id{device="br-af34cdb33b59"} 731072 node_network_iface_id{device="br-bc1080f826ee"} 731073 node_network_iface_id{device="br-c1dedc82a179"} 731114 node_network_iface_id{device="br-cfc454eb348c"} 12 node_network_iface_id{device="br-d076b9ce2db8"} 4 node_network_iface_id{device="br-d081ed7cbe27"} 27 node_network_iface_id{device="br-d23d48dffb27"} 28 node_network_iface_id{device="br-e392a89981fc"} 15 node_network_iface_id{device="br-ee867729849d"} 731071 node_network_iface_id{device="br-f55c6bfd416e"} 5 node_network_iface_id{device="br-fec72b65a2f2"} 16 node_network_iface_id{device="docker0"} 31 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 653874 node_network_iface_id{device="veth0023fef"} 392773 node_network_iface_id{device="veth0180c8a"} 2999 node_network_iface_id{device="veth060a822"} 599075 node_network_iface_id{device="veth07961ac"} 927 node_network_iface_id{device="veth0b36eb0"} 101 node_network_iface_id{device="veth0b8b8bc"} 731304 node_network_iface_id{device="veth0bdeb59"} 3795 node_network_iface_id{device="veth0cb999d"} 392795 node_network_iface_id{device="veth1014797"} 731306 node_network_iface_id{device="veth16fa530"} 97 node_network_iface_id{device="veth25ed2c5"} 731326 node_network_iface_id{device="veth278b326"} 731314 node_network_iface_id{device="veth27c5750"} 392779 node_network_iface_id{device="veth281be1d"} 3021 node_network_iface_id{device="veth289e2e5"} 3077 node_network_iface_id{device="veth28b5f21"} 217 node_network_iface_id{device="veth2a42759"} 3001 node_network_iface_id{device="veth2aa8c15"} 731310 node_network_iface_id{device="veth2e1a4e0"} 111 node_network_iface_id{device="veth2eefb5d"} 731330 node_network_iface_id{device="veth2fc5c50"} 219 node_network_iface_id{device="veth302a250"} 392791 node_network_iface_id{device="veth320df55"} 2311 node_network_iface_id{device="veth399cafa"} 3017 node_network_iface_id{device="veth3c8d1c8"} 3019 node_network_iface_id{device="veth3d501ed"} 599073 node_network_iface_id{device="veth3d9e088"} 135 node_network_iface_id{device="veth3e36eb7"} 731116 node_network_iface_id{device="veth4256980"} 731298 node_network_iface_id{device="veth44d48c5"} 3027 node_network_iface_id{device="veth4550a5a"} 65 node_network_iface_id{device="veth459df2f"} 2997 node_network_iface_id{device="veth48c2635"} 2995 node_network_iface_id{device="veth4c63c63"} 2303 node_network_iface_id{device="veth4c72035"} 335659 node_network_iface_id{device="veth4e65233"} 599071 node_network_iface_id{device="veth514c0fa"} 103 node_network_iface_id{device="veth53ab194"} 91 node_network_iface_id{device="veth5412e83"} 731332 node_network_iface_id{device="veth578592a"} 171 node_network_iface_id{device="veth5b83128"} 157 node_network_iface_id{device="veth5fe69df"} 731308 node_network_iface_id{device="veth606fd8d"} 161 node_network_iface_id{device="veth615de60"} 147 node_network_iface_id{device="veth65f110f"} 59 node_network_iface_id{device="veth6a8fbfc"} 109 node_network_iface_id{device="veth6b65c03"} 33 node_network_iface_id{device="veth6d434cf"} 3013 node_network_iface_id{device="veth6eab51e"} 731302 node_network_iface_id{device="veth7255df5"} 79 node_network_iface_id{device="veth7285a0c"} 155 node_network_iface_id{device="veth729dc04"} 69 node_network_iface_id{device="veth73914a6"} 129 node_network_iface_id{device="veth74689f1"} 929 node_network_iface_id{device="veth7574370"} 599069 node_network_iface_id{device="veth7587e77"} 145 node_network_iface_id{device="veth7591768"} 3025 node_network_iface_id{device="veth76a9cb7"} 3007 node_network_iface_id{device="veth76b85e3"} 731328 node_network_iface_id{device="veth7718dc9"} 167 node_network_iface_id{device="veth784722a"} 71 node_network_iface_id{device="veth7c71564"} 127 node_network_iface_id{device="veth81dd278"} 2967 node_network_iface_id{device="veth8262724"} 731320 node_network_iface_id{device="veth873231e"} 61 node_network_iface_id{device="veth8abe6eb"} 73 node_network_iface_id{device="veth8b5c0c0"} 119 node_network_iface_id{device="veth8b98c69"} 334713 node_network_iface_id{device="veth8ff5500"} 53 node_network_iface_id{device="veth920bc1d"} 3005 node_network_iface_id{device="veth933d1ae"} 37 node_network_iface_id{device="veth9698cd5"} 731334 node_network_iface_id{device="veth96c37d4"} 3009 node_network_iface_id{device="veth9a13b61"} 340857 node_network_iface_id{device="veth9aad915"} 3003 node_network_iface_id{device="veth9d3efeb"} 39 node_network_iface_id{device="veth9f7ffc2"} 731300 node_network_iface_id{device="vetha3a3b63"} 391903 node_network_iface_id{device="vethab050a8"} 131 node_network_iface_id{device="vethad57c62"} 731322 node_network_iface_id{device="vethae769af"} 83 node_network_iface_id{device="vethb0fb6ce"} 2305 node_network_iface_id{device="vethb11cc71"} 731324 node_network_iface_id{device="vethb1f39a8"} 67 node_network_iface_id{device="vethb43cba2"} 51 node_network_iface_id{device="vethbde0c13"} 2307 node_network_iface_id{device="vethbeaec27"} 392777 node_network_iface_id{device="vethbfd0655"} 121 node_network_iface_id{device="vethc1bebad"} 3023 node_network_iface_id{device="vethc7c7859"} 392783 node_network_iface_id{device="vethc9ee365"} 340853 node_network_iface_id{device="vethcd90f42"} 215 node_network_iface_id{device="vethd0e4a2b"} 731316 node_network_iface_id{device="vethd893e78"} 392785 node_network_iface_id{device="vethd9e40ca"} 3011 node_network_iface_id{device="vethdd69986"} 75 node_network_iface_id{device="vethe4935a2"} 209 node_network_iface_id{device="vethecd8f1e"} 392775 node_network_iface_id{device="vethedf9858"} 731312 node_network_iface_id{device="vethee7f249"} 392781 node_network_iface_id{device="vethef3e434"} 81 node_network_iface_id{device="vethf05ab5e"} 731113 node_network_iface_id{device="vethf0cc0fe"} 392793 node_network_iface_id{device="vethf3627f3"} 731318 node_network_iface_id{device="vethf4fde20"} 682289 node_network_iface_id{device="vethf6199b4"} 175 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0a5eaad17b48"} 13 node_network_iface_link{device="br-0e8e622eda81"} 29 node_network_iface_link{device="br-119f3eca13a3"} 20 node_network_iface_link{device="br-205321a2a078"} 7 node_network_iface_link{device="br-2a98fd47a213"} 30 node_network_iface_link{device="br-31cc0d87c098"} 14 node_network_iface_link{device="br-352e63376925"} 8 node_network_iface_link{device="br-3e10e3e23909"} 25 node_network_iface_link{device="br-46d5e61711ac"} 23 node_network_iface_link{device="br-52bb4601ef3b"} 21 node_network_iface_link{device="br-5949340dfa50"} 17 node_network_iface_link{device="br-651be964d452"} 730675 node_network_iface_link{device="br-6757b1619d94"} 9 node_network_iface_link{device="br-68f49914f8d6"} 26 node_network_iface_link{device="br-6c38c2d51d91"} 682135 node_network_iface_link{device="br-714e4890289f"} 19 node_network_iface_link{device="br-76f6f6f4e6e8"} 730676 node_network_iface_link{device="br-8eb55afe5f5e"} 334703 node_network_iface_link{device="br-9d50c95d707e"} 22 node_network_iface_link{device="br-a0509202f296"} 11 node_network_iface_link{device="br-accc5b7464c6"} 24 node_network_iface_link{device="br-af34cdb33b59"} 731072 node_network_iface_link{device="br-bc1080f826ee"} 731073 node_network_iface_link{device="br-c1dedc82a179"} 731114 node_network_iface_link{device="br-cfc454eb348c"} 12 node_network_iface_link{device="br-d076b9ce2db8"} 4 node_network_iface_link{device="br-d081ed7cbe27"} 27 node_network_iface_link{device="br-d23d48dffb27"} 28 node_network_iface_link{device="br-e392a89981fc"} 15 node_network_iface_link{device="br-ee867729849d"} 731071 node_network_iface_link{device="br-f55c6bfd416e"} 5 node_network_iface_link{device="br-fec72b65a2f2"} 16 node_network_iface_link{device="docker0"} 31 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 653874 node_network_iface_link{device="veth0023fef"} 392772 node_network_iface_link{device="veth0180c8a"} 2998 node_network_iface_link{device="veth060a822"} 599074 node_network_iface_link{device="veth07961ac"} 926 node_network_iface_link{device="veth0b36eb0"} 100 node_network_iface_link{device="veth0b8b8bc"} 731303 node_network_iface_link{device="veth0bdeb59"} 3794 node_network_iface_link{device="veth0cb999d"} 392794 node_network_iface_link{device="veth1014797"} 731305 node_network_iface_link{device="veth16fa530"} 96 node_network_iface_link{device="veth25ed2c5"} 731325 node_network_iface_link{device="veth278b326"} 731313 node_network_iface_link{device="veth27c5750"} 392778 node_network_iface_link{device="veth281be1d"} 3020 node_network_iface_link{device="veth289e2e5"} 3076 node_network_iface_link{device="veth28b5f21"} 216 node_network_iface_link{device="veth2a42759"} 3000 node_network_iface_link{device="veth2aa8c15"} 731309 node_network_iface_link{device="veth2e1a4e0"} 110 node_network_iface_link{device="veth2eefb5d"} 731329 node_network_iface_link{device="veth2fc5c50"} 218 node_network_iface_link{device="veth302a250"} 392790 node_network_iface_link{device="veth320df55"} 2310 node_network_iface_link{device="veth399cafa"} 3016 node_network_iface_link{device="veth3c8d1c8"} 3018 node_network_iface_link{device="veth3d501ed"} 599072 node_network_iface_link{device="veth3d9e088"} 134 node_network_iface_link{device="veth3e36eb7"} 731115 node_network_iface_link{device="veth4256980"} 731297 node_network_iface_link{device="veth44d48c5"} 3026 node_network_iface_link{device="veth4550a5a"} 64 node_network_iface_link{device="veth459df2f"} 2996 node_network_iface_link{device="veth48c2635"} 2994 node_network_iface_link{device="veth4c63c63"} 2302 node_network_iface_link{device="veth4c72035"} 335658 node_network_iface_link{device="veth4e65233"} 599070 node_network_iface_link{device="veth514c0fa"} 102 node_network_iface_link{device="veth53ab194"} 90 node_network_iface_link{device="veth5412e83"} 731331 node_network_iface_link{device="veth578592a"} 170 node_network_iface_link{device="veth5b83128"} 156 node_network_iface_link{device="veth5fe69df"} 731307 node_network_iface_link{device="veth606fd8d"} 160 node_network_iface_link{device="veth615de60"} 146 node_network_iface_link{device="veth65f110f"} 58 node_network_iface_link{device="veth6a8fbfc"} 108 node_network_iface_link{device="veth6b65c03"} 32 node_network_iface_link{device="veth6d434cf"} 3012 node_network_iface_link{device="veth6eab51e"} 731301 node_network_iface_link{device="veth7255df5"} 78 node_network_iface_link{device="veth7285a0c"} 154 node_network_iface_link{device="veth729dc04"} 68 node_network_iface_link{device="veth73914a6"} 128 node_network_iface_link{device="veth74689f1"} 928 node_network_iface_link{device="veth7574370"} 599068 node_network_iface_link{device="veth7587e77"} 144 node_network_iface_link{device="veth7591768"} 3024 node_network_iface_link{device="veth76a9cb7"} 3006 node_network_iface_link{device="veth76b85e3"} 731327 node_network_iface_link{device="veth7718dc9"} 166 node_network_iface_link{device="veth784722a"} 70 node_network_iface_link{device="veth7c71564"} 126 node_network_iface_link{device="veth81dd278"} 2966 node_network_iface_link{device="veth8262724"} 731319 node_network_iface_link{device="veth873231e"} 60 node_network_iface_link{device="veth8abe6eb"} 72 node_network_iface_link{device="veth8b5c0c0"} 118 node_network_iface_link{device="veth8b98c69"} 334712 node_network_iface_link{device="veth8ff5500"} 52 node_network_iface_link{device="veth920bc1d"} 3004 node_network_iface_link{device="veth933d1ae"} 36 node_network_iface_link{device="veth9698cd5"} 731333 node_network_iface_link{device="veth96c37d4"} 3008 node_network_iface_link{device="veth9a13b61"} 340856 node_network_iface_link{device="veth9aad915"} 3002 node_network_iface_link{device="veth9d3efeb"} 38 node_network_iface_link{device="veth9f7ffc2"} 731299 node_network_iface_link{device="vetha3a3b63"} 391902 node_network_iface_link{device="vethab050a8"} 130 node_network_iface_link{device="vethad57c62"} 731321 node_network_iface_link{device="vethae769af"} 82 node_network_iface_link{device="vethb0fb6ce"} 2304 node_network_iface_link{device="vethb11cc71"} 731323 node_network_iface_link{device="vethb1f39a8"} 66 node_network_iface_link{device="vethb43cba2"} 50 node_network_iface_link{device="vethbde0c13"} 2306 node_network_iface_link{device="vethbeaec27"} 392776 node_network_iface_link{device="vethbfd0655"} 120 node_network_iface_link{device="vethc1bebad"} 3022 node_network_iface_link{device="vethc7c7859"} 392782 node_network_iface_link{device="vethc9ee365"} 340852 node_network_iface_link{device="vethcd90f42"} 214 node_network_iface_link{device="vethd0e4a2b"} 731315 node_network_iface_link{device="vethd893e78"} 392784 node_network_iface_link{device="vethd9e40ca"} 3010 node_network_iface_link{device="vethdd69986"} 74 node_network_iface_link{device="vethe4935a2"} 208 node_network_iface_link{device="vethecd8f1e"} 392774 node_network_iface_link{device="vethedf9858"} 731311 node_network_iface_link{device="vethee7f249"} 392780 node_network_iface_link{device="vethef3e434"} 80 node_network_iface_link{device="vethf05ab5e"} 731112 node_network_iface_link{device="vethf0cc0fe"} 392792 node_network_iface_link{device="vethf3627f3"} 731317 node_network_iface_link{device="vethf4fde20"} 682288 node_network_iface_link{device="vethf6199b4"} 174 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-0a5eaad17b48"} 0 node_network_iface_link_mode{device="br-0e8e622eda81"} 0 node_network_iface_link_mode{device="br-119f3eca13a3"} 0 node_network_iface_link_mode{device="br-205321a2a078"} 0 node_network_iface_link_mode{device="br-2a98fd47a213"} 0 node_network_iface_link_mode{device="br-31cc0d87c098"} 0 node_network_iface_link_mode{device="br-352e63376925"} 0 node_network_iface_link_mode{device="br-3e10e3e23909"} 0 node_network_iface_link_mode{device="br-46d5e61711ac"} 0 node_network_iface_link_mode{device="br-52bb4601ef3b"} 0 node_network_iface_link_mode{device="br-5949340dfa50"} 0 node_network_iface_link_mode{device="br-651be964d452"} 0 node_network_iface_link_mode{device="br-6757b1619d94"} 0 node_network_iface_link_mode{device="br-68f49914f8d6"} 0 node_network_iface_link_mode{device="br-6c38c2d51d91"} 0 node_network_iface_link_mode{device="br-714e4890289f"} 0 node_network_iface_link_mode{device="br-76f6f6f4e6e8"} 0 node_network_iface_link_mode{device="br-8eb55afe5f5e"} 0 node_network_iface_link_mode{device="br-9d50c95d707e"} 0 node_network_iface_link_mode{device="br-a0509202f296"} 0 node_network_iface_link_mode{device="br-accc5b7464c6"} 0 node_network_iface_link_mode{device="br-af34cdb33b59"} 0 node_network_iface_link_mode{device="br-bc1080f826ee"} 0 node_network_iface_link_mode{device="br-c1dedc82a179"} 0 node_network_iface_link_mode{device="br-cfc454eb348c"} 0 node_network_iface_link_mode{device="br-d076b9ce2db8"} 0 node_network_iface_link_mode{device="br-d081ed7cbe27"} 0 node_network_iface_link_mode{device="br-d23d48dffb27"} 0 node_network_iface_link_mode{device="br-e392a89981fc"} 0 node_network_iface_link_mode{device="br-ee867729849d"} 0 node_network_iface_link_mode{device="br-f55c6bfd416e"} 0 node_network_iface_link_mode{device="br-fec72b65a2f2"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="veth0023fef"} 0 node_network_iface_link_mode{device="veth0180c8a"} 0 node_network_iface_link_mode{device="veth060a822"} 0 node_network_iface_link_mode{device="veth07961ac"} 0 node_network_iface_link_mode{device="veth0b36eb0"} 0 node_network_iface_link_mode{device="veth0b8b8bc"} 0 node_network_iface_link_mode{device="veth0bdeb59"} 0 node_network_iface_link_mode{device="veth0cb999d"} 0 node_network_iface_link_mode{device="veth1014797"} 0 node_network_iface_link_mode{device="veth16fa530"} 0 node_network_iface_link_mode{device="veth25ed2c5"} 0 node_network_iface_link_mode{device="veth278b326"} 0 node_network_iface_link_mode{device="veth27c5750"} 0 node_network_iface_link_mode{device="veth281be1d"} 0 node_network_iface_link_mode{device="veth289e2e5"} 0 node_network_iface_link_mode{device="veth28b5f21"} 0 node_network_iface_link_mode{device="veth2a42759"} 0 node_network_iface_link_mode{device="veth2aa8c15"} 0 node_network_iface_link_mode{device="veth2e1a4e0"} 0 node_network_iface_link_mode{device="veth2eefb5d"} 0 node_network_iface_link_mode{device="veth2fc5c50"} 0 node_network_iface_link_mode{device="veth302a250"} 0 node_network_iface_link_mode{device="veth320df55"} 0 node_network_iface_link_mode{device="veth399cafa"} 0 node_network_iface_link_mode{device="veth3c8d1c8"} 0 node_network_iface_link_mode{device="veth3d501ed"} 0 node_network_iface_link_mode{device="veth3d9e088"} 0 node_network_iface_link_mode{device="veth3e36eb7"} 0 node_network_iface_link_mode{device="veth4256980"} 0 node_network_iface_link_mode{device="veth44d48c5"} 0 node_network_iface_link_mode{device="veth4550a5a"} 0 node_network_iface_link_mode{device="veth459df2f"} 0 node_network_iface_link_mode{device="veth48c2635"} 0 node_network_iface_link_mode{device="veth4c63c63"} 0 node_network_iface_link_mode{device="veth4c72035"} 0 node_network_iface_link_mode{device="veth4e65233"} 0 node_network_iface_link_mode{device="veth514c0fa"} 0 node_network_iface_link_mode{device="veth53ab194"} 0 node_network_iface_link_mode{device="veth5412e83"} 0 node_network_iface_link_mode{device="veth578592a"} 0 node_network_iface_link_mode{device="veth5b83128"} 0 node_network_iface_link_mode{device="veth5fe69df"} 0 node_network_iface_link_mode{device="veth606fd8d"} 0 node_network_iface_link_mode{device="veth615de60"} 0 node_network_iface_link_mode{device="veth65f110f"} 0 node_network_iface_link_mode{device="veth6a8fbfc"} 0 node_network_iface_link_mode{device="veth6b65c03"} 0 node_network_iface_link_mode{device="veth6d434cf"} 0 node_network_iface_link_mode{device="veth6eab51e"} 0 node_network_iface_link_mode{device="veth7255df5"} 0 node_network_iface_link_mode{device="veth7285a0c"} 0 node_network_iface_link_mode{device="veth729dc04"} 0 node_network_iface_link_mode{device="veth73914a6"} 0 node_network_iface_link_mode{device="veth74689f1"} 0 node_network_iface_link_mode{device="veth7574370"} 0 node_network_iface_link_mode{device="veth7587e77"} 0 node_network_iface_link_mode{device="veth7591768"} 0 node_network_iface_link_mode{device="veth76a9cb7"} 0 node_network_iface_link_mode{device="veth76b85e3"} 0 node_network_iface_link_mode{device="veth7718dc9"} 0 node_network_iface_link_mode{device="veth784722a"} 0 node_network_iface_link_mode{device="veth7c71564"} 0 node_network_iface_link_mode{device="veth81dd278"} 0 node_network_iface_link_mode{device="veth8262724"} 0 node_network_iface_link_mode{device="veth873231e"} 0 node_network_iface_link_mode{device="veth8abe6eb"} 0 node_network_iface_link_mode{device="veth8b5c0c0"} 0 node_network_iface_link_mode{device="veth8b98c69"} 0 node_network_iface_link_mode{device="veth8ff5500"} 0 node_network_iface_link_mode{device="veth920bc1d"} 0 node_network_iface_link_mode{device="veth933d1ae"} 0 node_network_iface_link_mode{device="veth9698cd5"} 0 node_network_iface_link_mode{device="veth96c37d4"} 0 node_network_iface_link_mode{device="veth9a13b61"} 0 node_network_iface_link_mode{device="veth9aad915"} 0 node_network_iface_link_mode{device="veth9d3efeb"} 0 node_network_iface_link_mode{device="veth9f7ffc2"} 0 node_network_iface_link_mode{device="vetha3a3b63"} 0 node_network_iface_link_mode{device="vethab050a8"} 0 node_network_iface_link_mode{device="vethad57c62"} 0 node_network_iface_link_mode{device="vethae769af"} 0 node_network_iface_link_mode{device="vethb0fb6ce"} 0 node_network_iface_link_mode{device="vethb11cc71"} 0 node_network_iface_link_mode{device="vethb1f39a8"} 0 node_network_iface_link_mode{device="vethb43cba2"} 0 node_network_iface_link_mode{device="vethbde0c13"} 0 node_network_iface_link_mode{device="vethbeaec27"} 0 node_network_iface_link_mode{device="vethbfd0655"} 0 node_network_iface_link_mode{device="vethc1bebad"} 0 node_network_iface_link_mode{device="vethc7c7859"} 0 node_network_iface_link_mode{device="vethc9ee365"} 0 node_network_iface_link_mode{device="vethcd90f42"} 0 node_network_iface_link_mode{device="vethd0e4a2b"} 0 node_network_iface_link_mode{device="vethd893e78"} 0 node_network_iface_link_mode{device="vethd9e40ca"} 0 node_network_iface_link_mode{device="vethdd69986"} 0 node_network_iface_link_mode{device="vethe4935a2"} 0 node_network_iface_link_mode{device="vethecd8f1e"} 0 node_network_iface_link_mode{device="vethedf9858"} 0 node_network_iface_link_mode{device="vethee7f249"} 0 node_network_iface_link_mode{device="vethef3e434"} 0 node_network_iface_link_mode{device="vethf05ab5e"} 0 node_network_iface_link_mode{device="vethf0cc0fe"} 0 node_network_iface_link_mode{device="vethf3627f3"} 0 node_network_iface_link_mode{device="vethf4fde20"} 0 node_network_iface_link_mode{device="vethf6199b4"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:09:58:fe:2f:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7574370",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:05:f0:88:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bc1080f826ee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:07:fb:4c:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3e10e3e23909",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:08:b6:3e:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8eb55afe5f5e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:17:23:49:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0e8e622eda81",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1a:1a:5e:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ee867729849d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1e:1a:ec:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-accc5b7464c6",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:22:9f:12:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-205321a2a078",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2e:58:23:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2a98fd47a213",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:37:fe:d6:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d50c95d707e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:44:af:bc:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c1dedc82a179",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:45:3e:0d:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-68f49914f8d6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4f:5a:1b:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-352e63376925",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4f:cb:be:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-651be964d452",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:54:42:0a:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a0509202f296",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:8c:6d:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fec72b65a2f2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7b:28:53:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-af34cdb33b59",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8c:e0:6b:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6757b1619d94",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8f:27:fc:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d076b9ce2db8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:94:3a:0e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-714e4890289f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:97:28:0f:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-76f6f6f4e6e8",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:98:be:67:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6c38c2d51d91",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a0:d3:3e:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-46d5e61711ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a4:cc:66:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-119f3eca13a3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a5:d2:2b:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52bb4601ef3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:aa:20:6e:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0a5eaad17b48",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ad:af:e7:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f55c6bfd416e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:db:46:e9:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5949340dfa50",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e0:cf:86:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cfc454eb348c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e7:6c:50:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:f1:86:fd:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-31cc0d87c098",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f3:a4:2d:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d23d48dffb27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f4:38:ca:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e392a89981fc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f4:8b:bd:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d081ed7cbe27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:f6:b5:fd:26:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7285a0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:22:16:23:43:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81dd278",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:0c:b3:ec:10:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2aa8c15",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:07:bc:63:be:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd893e78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:22:8c:26:ff:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth784722a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:a8:40:02:af:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28b5f21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e4:63:5e:2b:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76b85e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:3a:e8:38:3d:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ff5500",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:a4:31:99:7b:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4550a5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:07:b5:6c:d6:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a13b61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:80:c8:e6:a0:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedf9858",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:81:65:92:ff:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53ab194",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ec:13:7d:f4:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5fe69df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:02:15:0e:ab:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65f110f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:04:35:c4:c0:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth74689f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:bb:d1:f1:e1:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4935a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:51:22:c1:d2:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27c5750",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:e5:88:30:35:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d501ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:73:a2:ae:7c:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd90f42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:dd:00:7e:5c:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b36eb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:7a:b8:3f:30:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9e40ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:a7:8c:a6:75:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f7ffc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:61:0c:6e:a3:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbde0c13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:bd:fd:70:02:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1f39a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:dc:ab:91:01:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbeaec27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:00:6c:72:13:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73914a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:19:9e:84:d1:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16fa530",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:90:16:79:05:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth459df2f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:cc:d9:02:4a:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48c2635",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:14:4e:51:62:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1014797",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:46:67:da:0f:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4256980",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:ba:ad:99:ad:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0e4a2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:e8:14:38:f0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4fde20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a9:b4:53:c5:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0cb999d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:d4:c9:84:01:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6eab51e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:fc:63:4a:d1:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0023fef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4d:43:69:a9:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0fb6ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:50:58:22:88:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7591768",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:63:e7:c0:65:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2eefb5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:40:f9:0d:98:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8abe6eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:22:bb:b2:3b:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee7f249",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:8e:07:3c:82:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96c37d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9e:76:51:63:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c63c63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:c2:aa:2e:da:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c72035",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:f0:03:a1:02:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07961ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:27:eb:83:0a:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e65233",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ab:31:aa:c6:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab050a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:05:23:b8:ec:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d9e088",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:1d:04:97:d5:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a42759",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:97:b2:d3:c4:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7c7859",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:35:79:db:61:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c71564",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:63:ca:81:af:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth606fd8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:8f:85:6a:c7:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e1a4e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:a5:c0:ad:86:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3627f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:c1:5f:0d:60:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0180c8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:83:f9:e1:c1:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad57c62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:6f:ea:c0:a6:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb11cc71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:74:6f:34:72:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf05ab5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:88:27:67:d1:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae769af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:b7:ef:f4:c3:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth320df55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d4:68:56:90:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth615de60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:5c:0f:0d:26:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7718dc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ef:f1:85:48:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c8d1c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f2:4e:8a:0f:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9ee365",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:21:53:46:13:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7255df5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:2e:03:6f:c5:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8262724",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:5e:4a:3a:3c:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1bebad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:1e:94:99:cb:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d3efeb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:32:ce:c2:74:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth873231e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:45:ae:65:87:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth281be1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:6e:d5:ed:e8:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth729dc04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:c5:fc:76:06:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b98c69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:d5:99:47:bd:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8fbfc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:92:e7:1f:a4:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth278b326",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:eb:40:cf:f5:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3a3b63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d5:d0:e7:3b:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b5c0c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:04:45:20:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:55:48:bd:30:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth399cafa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:9a:d4:c3:81:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6199b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:82:32:e8:c4:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5412e83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:99:1b:e0:e5:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b65c03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:58:24:6f:36:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bdeb59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:3b:86:3c:4d:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b8b8bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:06:97:86:af:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9698cd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:39:ab:fa:79:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfd0655",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:e5:fc:e3:b9:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethecd8f1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:fc:89:ba:8c:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb43cba2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:35:bd:c5:86:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth302a250",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:65:27:45:07:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd69986",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:74:0d:51:d0:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76a9cb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:c1:62:a9:bd:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9aad915",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:36:00:9d:2e:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef3e434",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:55:72:84:5d:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth060a822",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:5c:60:62:e9:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth920bc1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:bf:87:18:28:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b83128",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e3:c2:a3:79:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fc5c50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:66:b8:d9:69:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth289e2e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:59:34:12:9d:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7587e77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:7a:56:e2:bd:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0cc0fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:90:3f:dc:50:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e36eb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:60:cb:df:23:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d434cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:a2:ee:c7:3a:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44d48c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:2e:a9:87:8b:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth514c0fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d9:80:a1:05:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth578592a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:56:78:c0:c1:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25ed2c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:58:66:40:48:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth933d1ae",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-0a5eaad17b48"} 1500 node_network_mtu_bytes{device="br-0e8e622eda81"} 1500 node_network_mtu_bytes{device="br-119f3eca13a3"} 1500 node_network_mtu_bytes{device="br-205321a2a078"} 1500 node_network_mtu_bytes{device="br-2a98fd47a213"} 1500 node_network_mtu_bytes{device="br-31cc0d87c098"} 1500 node_network_mtu_bytes{device="br-352e63376925"} 1500 node_network_mtu_bytes{device="br-3e10e3e23909"} 1500 node_network_mtu_bytes{device="br-46d5e61711ac"} 1500 node_network_mtu_bytes{device="br-52bb4601ef3b"} 1500 node_network_mtu_bytes{device="br-5949340dfa50"} 1500 node_network_mtu_bytes{device="br-651be964d452"} 1500 node_network_mtu_bytes{device="br-6757b1619d94"} 1500 node_network_mtu_bytes{device="br-68f49914f8d6"} 1500 node_network_mtu_bytes{device="br-6c38c2d51d91"} 1500 node_network_mtu_bytes{device="br-714e4890289f"} 1500 node_network_mtu_bytes{device="br-76f6f6f4e6e8"} 1500 node_network_mtu_bytes{device="br-8eb55afe5f5e"} 1500 node_network_mtu_bytes{device="br-9d50c95d707e"} 1500 node_network_mtu_bytes{device="br-a0509202f296"} 1500 node_network_mtu_bytes{device="br-accc5b7464c6"} 1500 node_network_mtu_bytes{device="br-af34cdb33b59"} 1500 node_network_mtu_bytes{device="br-bc1080f826ee"} 1500 node_network_mtu_bytes{device="br-c1dedc82a179"} 1500 node_network_mtu_bytes{device="br-cfc454eb348c"} 1500 node_network_mtu_bytes{device="br-d076b9ce2db8"} 1500 node_network_mtu_bytes{device="br-d081ed7cbe27"} 1500 node_network_mtu_bytes{device="br-d23d48dffb27"} 1500 node_network_mtu_bytes{device="br-e392a89981fc"} 1500 node_network_mtu_bytes{device="br-ee867729849d"} 1500 node_network_mtu_bytes{device="br-f55c6bfd416e"} 1500 node_network_mtu_bytes{device="br-fec72b65a2f2"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="veth0023fef"} 1500 node_network_mtu_bytes{device="veth0180c8a"} 1500 node_network_mtu_bytes{device="veth060a822"} 1500 node_network_mtu_bytes{device="veth07961ac"} 1500 node_network_mtu_bytes{device="veth0b36eb0"} 1500 node_network_mtu_bytes{device="veth0b8b8bc"} 1500 node_network_mtu_bytes{device="veth0bdeb59"} 1500 node_network_mtu_bytes{device="veth0cb999d"} 1500 node_network_mtu_bytes{device="veth1014797"} 1500 node_network_mtu_bytes{device="veth16fa530"} 1500 node_network_mtu_bytes{device="veth25ed2c5"} 1500 node_network_mtu_bytes{device="veth278b326"} 1500 node_network_mtu_bytes{device="veth27c5750"} 1500 node_network_mtu_bytes{device="veth281be1d"} 1500 node_network_mtu_bytes{device="veth289e2e5"} 1500 node_network_mtu_bytes{device="veth28b5f21"} 1500 node_network_mtu_bytes{device="veth2a42759"} 1500 node_network_mtu_bytes{device="veth2aa8c15"} 1500 node_network_mtu_bytes{device="veth2e1a4e0"} 1500 node_network_mtu_bytes{device="veth2eefb5d"} 1500 node_network_mtu_bytes{device="veth2fc5c50"} 1500 node_network_mtu_bytes{device="veth302a250"} 1500 node_network_mtu_bytes{device="veth320df55"} 1500 node_network_mtu_bytes{device="veth399cafa"} 1500 node_network_mtu_bytes{device="veth3c8d1c8"} 1500 node_network_mtu_bytes{device="veth3d501ed"} 1500 node_network_mtu_bytes{device="veth3d9e088"} 1500 node_network_mtu_bytes{device="veth3e36eb7"} 1500 node_network_mtu_bytes{device="veth4256980"} 1500 node_network_mtu_bytes{device="veth44d48c5"} 1500 node_network_mtu_bytes{device="veth4550a5a"} 1500 node_network_mtu_bytes{device="veth459df2f"} 1500 node_network_mtu_bytes{device="veth48c2635"} 1500 node_network_mtu_bytes{device="veth4c63c63"} 1500 node_network_mtu_bytes{device="veth4c72035"} 1500 node_network_mtu_bytes{device="veth4e65233"} 1500 node_network_mtu_bytes{device="veth514c0fa"} 1500 node_network_mtu_bytes{device="veth53ab194"} 1500 node_network_mtu_bytes{device="veth5412e83"} 1500 node_network_mtu_bytes{device="veth578592a"} 1500 node_network_mtu_bytes{device="veth5b83128"} 1500 node_network_mtu_bytes{device="veth5fe69df"} 1500 node_network_mtu_bytes{device="veth606fd8d"} 1500 node_network_mtu_bytes{device="veth615de60"} 1500 node_network_mtu_bytes{device="veth65f110f"} 1500 node_network_mtu_bytes{device="veth6a8fbfc"} 1500 node_network_mtu_bytes{device="veth6b65c03"} 1500 node_network_mtu_bytes{device="veth6d434cf"} 1500 node_network_mtu_bytes{device="veth6eab51e"} 1500 node_network_mtu_bytes{device="veth7255df5"} 1500 node_network_mtu_bytes{device="veth7285a0c"} 1500 node_network_mtu_bytes{device="veth729dc04"} 1500 node_network_mtu_bytes{device="veth73914a6"} 1500 node_network_mtu_bytes{device="veth74689f1"} 1500 node_network_mtu_bytes{device="veth7574370"} 1500 node_network_mtu_bytes{device="veth7587e77"} 1500 node_network_mtu_bytes{device="veth7591768"} 1500 node_network_mtu_bytes{device="veth76a9cb7"} 1500 node_network_mtu_bytes{device="veth76b85e3"} 1500 node_network_mtu_bytes{device="veth7718dc9"} 1500 node_network_mtu_bytes{device="veth784722a"} 1500 node_network_mtu_bytes{device="veth7c71564"} 1500 node_network_mtu_bytes{device="veth81dd278"} 1500 node_network_mtu_bytes{device="veth8262724"} 1500 node_network_mtu_bytes{device="veth873231e"} 1500 node_network_mtu_bytes{device="veth8abe6eb"} 1500 node_network_mtu_bytes{device="veth8b5c0c0"} 1500 node_network_mtu_bytes{device="veth8b98c69"} 1500 node_network_mtu_bytes{device="veth8ff5500"} 1500 node_network_mtu_bytes{device="veth920bc1d"} 1500 node_network_mtu_bytes{device="veth933d1ae"} 1500 node_network_mtu_bytes{device="veth9698cd5"} 1500 node_network_mtu_bytes{device="veth96c37d4"} 1500 node_network_mtu_bytes{device="veth9a13b61"} 1500 node_network_mtu_bytes{device="veth9aad915"} 1500 node_network_mtu_bytes{device="veth9d3efeb"} 1500 node_network_mtu_bytes{device="veth9f7ffc2"} 1500 node_network_mtu_bytes{device="vetha3a3b63"} 1500 node_network_mtu_bytes{device="vethab050a8"} 1500 node_network_mtu_bytes{device="vethad57c62"} 1500 node_network_mtu_bytes{device="vethae769af"} 1500 node_network_mtu_bytes{device="vethb0fb6ce"} 1500 node_network_mtu_bytes{device="vethb11cc71"} 1500 node_network_mtu_bytes{device="vethb1f39a8"} 1500 node_network_mtu_bytes{device="vethb43cba2"} 1500 node_network_mtu_bytes{device="vethbde0c13"} 1500 node_network_mtu_bytes{device="vethbeaec27"} 1500 node_network_mtu_bytes{device="vethbfd0655"} 1500 node_network_mtu_bytes{device="vethc1bebad"} 1500 node_network_mtu_bytes{device="vethc7c7859"} 1500 node_network_mtu_bytes{device="vethc9ee365"} 1500 node_network_mtu_bytes{device="vethcd90f42"} 1500 node_network_mtu_bytes{device="vethd0e4a2b"} 1500 node_network_mtu_bytes{device="vethd893e78"} 1500 node_network_mtu_bytes{device="vethd9e40ca"} 1500 node_network_mtu_bytes{device="vethdd69986"} 1500 node_network_mtu_bytes{device="vethe4935a2"} 1500 node_network_mtu_bytes{device="vethecd8f1e"} 1500 node_network_mtu_bytes{device="vethedf9858"} 1500 node_network_mtu_bytes{device="vethee7f249"} 1500 node_network_mtu_bytes{device="vethef3e434"} 1500 node_network_mtu_bytes{device="vethf05ab5e"} 1500 node_network_mtu_bytes{device="vethf0cc0fe"} 1500 node_network_mtu_bytes{device="vethf3627f3"} 1500 node_network_mtu_bytes{device="vethf4fde20"} 1500 node_network_mtu_bytes{device="vethf6199b4"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-0a5eaad17b48"} 3 node_network_name_assign_type{device="br-0e8e622eda81"} 3 node_network_name_assign_type{device="br-119f3eca13a3"} 3 node_network_name_assign_type{device="br-205321a2a078"} 3 node_network_name_assign_type{device="br-2a98fd47a213"} 3 node_network_name_assign_type{device="br-31cc0d87c098"} 3 node_network_name_assign_type{device="br-352e63376925"} 3 node_network_name_assign_type{device="br-3e10e3e23909"} 3 node_network_name_assign_type{device="br-46d5e61711ac"} 3 node_network_name_assign_type{device="br-52bb4601ef3b"} 3 node_network_name_assign_type{device="br-5949340dfa50"} 3 node_network_name_assign_type{device="br-651be964d452"} 3 node_network_name_assign_type{device="br-6757b1619d94"} 3 node_network_name_assign_type{device="br-68f49914f8d6"} 3 node_network_name_assign_type{device="br-6c38c2d51d91"} 3 node_network_name_assign_type{device="br-714e4890289f"} 3 node_network_name_assign_type{device="br-76f6f6f4e6e8"} 3 node_network_name_assign_type{device="br-8eb55afe5f5e"} 3 node_network_name_assign_type{device="br-9d50c95d707e"} 3 node_network_name_assign_type{device="br-a0509202f296"} 3 node_network_name_assign_type{device="br-accc5b7464c6"} 3 node_network_name_assign_type{device="br-af34cdb33b59"} 3 node_network_name_assign_type{device="br-bc1080f826ee"} 3 node_network_name_assign_type{device="br-c1dedc82a179"} 3 node_network_name_assign_type{device="br-cfc454eb348c"} 3 node_network_name_assign_type{device="br-d076b9ce2db8"} 3 node_network_name_assign_type{device="br-d081ed7cbe27"} 3 node_network_name_assign_type{device="br-d23d48dffb27"} 3 node_network_name_assign_type{device="br-e392a89981fc"} 3 node_network_name_assign_type{device="br-ee867729849d"} 3 node_network_name_assign_type{device="br-f55c6bfd416e"} 3 node_network_name_assign_type{device="br-fec72b65a2f2"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0023fef"} 3 node_network_name_assign_type{device="veth0180c8a"} 3 node_network_name_assign_type{device="veth060a822"} 3 node_network_name_assign_type{device="veth07961ac"} 3 node_network_name_assign_type{device="veth0b36eb0"} 3 node_network_name_assign_type{device="veth0b8b8bc"} 3 node_network_name_assign_type{device="veth0bdeb59"} 3 node_network_name_assign_type{device="veth0cb999d"} 3 node_network_name_assign_type{device="veth1014797"} 3 node_network_name_assign_type{device="veth16fa530"} 3 node_network_name_assign_type{device="veth25ed2c5"} 3 node_network_name_assign_type{device="veth278b326"} 3 node_network_name_assign_type{device="veth27c5750"} 3 node_network_name_assign_type{device="veth281be1d"} 3 node_network_name_assign_type{device="veth289e2e5"} 3 node_network_name_assign_type{device="veth28b5f21"} 3 node_network_name_assign_type{device="veth2a42759"} 3 node_network_name_assign_type{device="veth2aa8c15"} 3 node_network_name_assign_type{device="veth2e1a4e0"} 3 node_network_name_assign_type{device="veth2eefb5d"} 3 node_network_name_assign_type{device="veth2fc5c50"} 3 node_network_name_assign_type{device="veth302a250"} 3 node_network_name_assign_type{device="veth320df55"} 3 node_network_name_assign_type{device="veth399cafa"} 3 node_network_name_assign_type{device="veth3c8d1c8"} 3 node_network_name_assign_type{device="veth3d501ed"} 3 node_network_name_assign_type{device="veth3d9e088"} 3 node_network_name_assign_type{device="veth3e36eb7"} 3 node_network_name_assign_type{device="veth4256980"} 3 node_network_name_assign_type{device="veth44d48c5"} 3 node_network_name_assign_type{device="veth4550a5a"} 3 node_network_name_assign_type{device="veth459df2f"} 3 node_network_name_assign_type{device="veth48c2635"} 3 node_network_name_assign_type{device="veth4c63c63"} 3 node_network_name_assign_type{device="veth4c72035"} 3 node_network_name_assign_type{device="veth4e65233"} 3 node_network_name_assign_type{device="veth514c0fa"} 3 node_network_name_assign_type{device="veth53ab194"} 3 node_network_name_assign_type{device="veth5412e83"} 3 node_network_name_assign_type{device="veth578592a"} 3 node_network_name_assign_type{device="veth5b83128"} 3 node_network_name_assign_type{device="veth5fe69df"} 3 node_network_name_assign_type{device="veth606fd8d"} 3 node_network_name_assign_type{device="veth615de60"} 3 node_network_name_assign_type{device="veth65f110f"} 3 node_network_name_assign_type{device="veth6a8fbfc"} 3 node_network_name_assign_type{device="veth6b65c03"} 3 node_network_name_assign_type{device="veth6d434cf"} 3 node_network_name_assign_type{device="veth6eab51e"} 3 node_network_name_assign_type{device="veth7255df5"} 3 node_network_name_assign_type{device="veth7285a0c"} 3 node_network_name_assign_type{device="veth729dc04"} 3 node_network_name_assign_type{device="veth73914a6"} 3 node_network_name_assign_type{device="veth74689f1"} 3 node_network_name_assign_type{device="veth7574370"} 3 node_network_name_assign_type{device="veth7587e77"} 3 node_network_name_assign_type{device="veth7591768"} 3 node_network_name_assign_type{device="veth76a9cb7"} 3 node_network_name_assign_type{device="veth76b85e3"} 3 node_network_name_assign_type{device="veth7718dc9"} 3 node_network_name_assign_type{device="veth784722a"} 3 node_network_name_assign_type{device="veth7c71564"} 3 node_network_name_assign_type{device="veth81dd278"} 3 node_network_name_assign_type{device="veth8262724"} 3 node_network_name_assign_type{device="veth873231e"} 3 node_network_name_assign_type{device="veth8abe6eb"} 3 node_network_name_assign_type{device="veth8b5c0c0"} 3 node_network_name_assign_type{device="veth8b98c69"} 3 node_network_name_assign_type{device="veth8ff5500"} 3 node_network_name_assign_type{device="veth920bc1d"} 3 node_network_name_assign_type{device="veth933d1ae"} 3 node_network_name_assign_type{device="veth9698cd5"} 3 node_network_name_assign_type{device="veth96c37d4"} 3 node_network_name_assign_type{device="veth9a13b61"} 3 node_network_name_assign_type{device="veth9aad915"} 3 node_network_name_assign_type{device="veth9d3efeb"} 3 node_network_name_assign_type{device="veth9f7ffc2"} 3 node_network_name_assign_type{device="vetha3a3b63"} 3 node_network_name_assign_type{device="vethab050a8"} 3 node_network_name_assign_type{device="vethad57c62"} 3 node_network_name_assign_type{device="vethae769af"} 3 node_network_name_assign_type{device="vethb0fb6ce"} 3 node_network_name_assign_type{device="vethb11cc71"} 3 node_network_name_assign_type{device="vethb1f39a8"} 3 node_network_name_assign_type{device="vethb43cba2"} 3 node_network_name_assign_type{device="vethbde0c13"} 3 node_network_name_assign_type{device="vethbeaec27"} 3 node_network_name_assign_type{device="vethbfd0655"} 3 node_network_name_assign_type{device="vethc1bebad"} 3 node_network_name_assign_type{device="vethc7c7859"} 3 node_network_name_assign_type{device="vethc9ee365"} 3 node_network_name_assign_type{device="vethcd90f42"} 3 node_network_name_assign_type{device="vethd0e4a2b"} 3 node_network_name_assign_type{device="vethd893e78"} 3 node_network_name_assign_type{device="vethd9e40ca"} 3 node_network_name_assign_type{device="vethdd69986"} 3 node_network_name_assign_type{device="vethe4935a2"} 3 node_network_name_assign_type{device="vethecd8f1e"} 3 node_network_name_assign_type{device="vethedf9858"} 3 node_network_name_assign_type{device="vethee7f249"} 3 node_network_name_assign_type{device="vethef3e434"} 3 node_network_name_assign_type{device="vethf05ab5e"} 3 node_network_name_assign_type{device="vethf0cc0fe"} 3 node_network_name_assign_type{device="vethf3627f3"} 3 node_network_name_assign_type{device="vethf4fde20"} 3 node_network_name_assign_type{device="vethf6199b4"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-0a5eaad17b48"} 0 node_network_net_dev_group{device="br-0e8e622eda81"} 0 node_network_net_dev_group{device="br-119f3eca13a3"} 0 node_network_net_dev_group{device="br-205321a2a078"} 0 node_network_net_dev_group{device="br-2a98fd47a213"} 0 node_network_net_dev_group{device="br-31cc0d87c098"} 0 node_network_net_dev_group{device="br-352e63376925"} 0 node_network_net_dev_group{device="br-3e10e3e23909"} 0 node_network_net_dev_group{device="br-46d5e61711ac"} 0 node_network_net_dev_group{device="br-52bb4601ef3b"} 0 node_network_net_dev_group{device="br-5949340dfa50"} 0 node_network_net_dev_group{device="br-651be964d452"} 0 node_network_net_dev_group{device="br-6757b1619d94"} 0 node_network_net_dev_group{device="br-68f49914f8d6"} 0 node_network_net_dev_group{device="br-6c38c2d51d91"} 0 node_network_net_dev_group{device="br-714e4890289f"} 0 node_network_net_dev_group{device="br-76f6f6f4e6e8"} 0 node_network_net_dev_group{device="br-8eb55afe5f5e"} 0 node_network_net_dev_group{device="br-9d50c95d707e"} 0 node_network_net_dev_group{device="br-a0509202f296"} 0 node_network_net_dev_group{device="br-accc5b7464c6"} 0 node_network_net_dev_group{device="br-af34cdb33b59"} 0 node_network_net_dev_group{device="br-bc1080f826ee"} 0 node_network_net_dev_group{device="br-c1dedc82a179"} 0 node_network_net_dev_group{device="br-cfc454eb348c"} 0 node_network_net_dev_group{device="br-d076b9ce2db8"} 0 node_network_net_dev_group{device="br-d081ed7cbe27"} 0 node_network_net_dev_group{device="br-d23d48dffb27"} 0 node_network_net_dev_group{device="br-e392a89981fc"} 0 node_network_net_dev_group{device="br-ee867729849d"} 0 node_network_net_dev_group{device="br-f55c6bfd416e"} 0 node_network_net_dev_group{device="br-fec72b65a2f2"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="veth0023fef"} 0 node_network_net_dev_group{device="veth0180c8a"} 0 node_network_net_dev_group{device="veth060a822"} 0 node_network_net_dev_group{device="veth07961ac"} 0 node_network_net_dev_group{device="veth0b36eb0"} 0 node_network_net_dev_group{device="veth0b8b8bc"} 0 node_network_net_dev_group{device="veth0bdeb59"} 0 node_network_net_dev_group{device="veth0cb999d"} 0 node_network_net_dev_group{device="veth1014797"} 0 node_network_net_dev_group{device="veth16fa530"} 0 node_network_net_dev_group{device="veth25ed2c5"} 0 node_network_net_dev_group{device="veth278b326"} 0 node_network_net_dev_group{device="veth27c5750"} 0 node_network_net_dev_group{device="veth281be1d"} 0 node_network_net_dev_group{device="veth289e2e5"} 0 node_network_net_dev_group{device="veth28b5f21"} 0 node_network_net_dev_group{device="veth2a42759"} 0 node_network_net_dev_group{device="veth2aa8c15"} 0 node_network_net_dev_group{device="veth2e1a4e0"} 0 node_network_net_dev_group{device="veth2eefb5d"} 0 node_network_net_dev_group{device="veth2fc5c50"} 0 node_network_net_dev_group{device="veth302a250"} 0 node_network_net_dev_group{device="veth320df55"} 0 node_network_net_dev_group{device="veth399cafa"} 0 node_network_net_dev_group{device="veth3c8d1c8"} 0 node_network_net_dev_group{device="veth3d501ed"} 0 node_network_net_dev_group{device="veth3d9e088"} 0 node_network_net_dev_group{device="veth3e36eb7"} 0 node_network_net_dev_group{device="veth4256980"} 0 node_network_net_dev_group{device="veth44d48c5"} 0 node_network_net_dev_group{device="veth4550a5a"} 0 node_network_net_dev_group{device="veth459df2f"} 0 node_network_net_dev_group{device="veth48c2635"} 0 node_network_net_dev_group{device="veth4c63c63"} 0 node_network_net_dev_group{device="veth4c72035"} 0 node_network_net_dev_group{device="veth4e65233"} 0 node_network_net_dev_group{device="veth514c0fa"} 0 node_network_net_dev_group{device="veth53ab194"} 0 node_network_net_dev_group{device="veth5412e83"} 0 node_network_net_dev_group{device="veth578592a"} 0 node_network_net_dev_group{device="veth5b83128"} 0 node_network_net_dev_group{device="veth5fe69df"} 0 node_network_net_dev_group{device="veth606fd8d"} 0 node_network_net_dev_group{device="veth615de60"} 0 node_network_net_dev_group{device="veth65f110f"} 0 node_network_net_dev_group{device="veth6a8fbfc"} 0 node_network_net_dev_group{device="veth6b65c03"} 0 node_network_net_dev_group{device="veth6d434cf"} 0 node_network_net_dev_group{device="veth6eab51e"} 0 node_network_net_dev_group{device="veth7255df5"} 0 node_network_net_dev_group{device="veth7285a0c"} 0 node_network_net_dev_group{device="veth729dc04"} 0 node_network_net_dev_group{device="veth73914a6"} 0 node_network_net_dev_group{device="veth74689f1"} 0 node_network_net_dev_group{device="veth7574370"} 0 node_network_net_dev_group{device="veth7587e77"} 0 node_network_net_dev_group{device="veth7591768"} 0 node_network_net_dev_group{device="veth76a9cb7"} 0 node_network_net_dev_group{device="veth76b85e3"} 0 node_network_net_dev_group{device="veth7718dc9"} 0 node_network_net_dev_group{device="veth784722a"} 0 node_network_net_dev_group{device="veth7c71564"} 0 node_network_net_dev_group{device="veth81dd278"} 0 node_network_net_dev_group{device="veth8262724"} 0 node_network_net_dev_group{device="veth873231e"} 0 node_network_net_dev_group{device="veth8abe6eb"} 0 node_network_net_dev_group{device="veth8b5c0c0"} 0 node_network_net_dev_group{device="veth8b98c69"} 0 node_network_net_dev_group{device="veth8ff5500"} 0 node_network_net_dev_group{device="veth920bc1d"} 0 node_network_net_dev_group{device="veth933d1ae"} 0 node_network_net_dev_group{device="veth9698cd5"} 0 node_network_net_dev_group{device="veth96c37d4"} 0 node_network_net_dev_group{device="veth9a13b61"} 0 node_network_net_dev_group{device="veth9aad915"} 0 node_network_net_dev_group{device="veth9d3efeb"} 0 node_network_net_dev_group{device="veth9f7ffc2"} 0 node_network_net_dev_group{device="vetha3a3b63"} 0 node_network_net_dev_group{device="vethab050a8"} 0 node_network_net_dev_group{device="vethad57c62"} 0 node_network_net_dev_group{device="vethae769af"} 0 node_network_net_dev_group{device="vethb0fb6ce"} 0 node_network_net_dev_group{device="vethb11cc71"} 0 node_network_net_dev_group{device="vethb1f39a8"} 0 node_network_net_dev_group{device="vethb43cba2"} 0 node_network_net_dev_group{device="vethbde0c13"} 0 node_network_net_dev_group{device="vethbeaec27"} 0 node_network_net_dev_group{device="vethbfd0655"} 0 node_network_net_dev_group{device="vethc1bebad"} 0 node_network_net_dev_group{device="vethc7c7859"} 0 node_network_net_dev_group{device="vethc9ee365"} 0 node_network_net_dev_group{device="vethcd90f42"} 0 node_network_net_dev_group{device="vethd0e4a2b"} 0 node_network_net_dev_group{device="vethd893e78"} 0 node_network_net_dev_group{device="vethd9e40ca"} 0 node_network_net_dev_group{device="vethdd69986"} 0 node_network_net_dev_group{device="vethe4935a2"} 0 node_network_net_dev_group{device="vethecd8f1e"} 0 node_network_net_dev_group{device="vethedf9858"} 0 node_network_net_dev_group{device="vethee7f249"} 0 node_network_net_dev_group{device="vethef3e434"} 0 node_network_net_dev_group{device="vethf05ab5e"} 0 node_network_net_dev_group{device="vethf0cc0fe"} 0 node_network_net_dev_group{device="vethf3627f3"} 0 node_network_net_dev_group{device="vethf4fde20"} 0 node_network_net_dev_group{device="vethf6199b4"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0a5eaad17b48"} 1 node_network_protocol_type{device="br-0e8e622eda81"} 1 node_network_protocol_type{device="br-119f3eca13a3"} 1 node_network_protocol_type{device="br-205321a2a078"} 1 node_network_protocol_type{device="br-2a98fd47a213"} 1 node_network_protocol_type{device="br-31cc0d87c098"} 1 node_network_protocol_type{device="br-352e63376925"} 1 node_network_protocol_type{device="br-3e10e3e23909"} 1 node_network_protocol_type{device="br-46d5e61711ac"} 1 node_network_protocol_type{device="br-52bb4601ef3b"} 1 node_network_protocol_type{device="br-5949340dfa50"} 1 node_network_protocol_type{device="br-651be964d452"} 1 node_network_protocol_type{device="br-6757b1619d94"} 1 node_network_protocol_type{device="br-68f49914f8d6"} 1 node_network_protocol_type{device="br-6c38c2d51d91"} 1 node_network_protocol_type{device="br-714e4890289f"} 1 node_network_protocol_type{device="br-76f6f6f4e6e8"} 1 node_network_protocol_type{device="br-8eb55afe5f5e"} 1 node_network_protocol_type{device="br-9d50c95d707e"} 1 node_network_protocol_type{device="br-a0509202f296"} 1 node_network_protocol_type{device="br-accc5b7464c6"} 1 node_network_protocol_type{device="br-af34cdb33b59"} 1 node_network_protocol_type{device="br-bc1080f826ee"} 1 node_network_protocol_type{device="br-c1dedc82a179"} 1 node_network_protocol_type{device="br-cfc454eb348c"} 1 node_network_protocol_type{device="br-d076b9ce2db8"} 1 node_network_protocol_type{device="br-d081ed7cbe27"} 1 node_network_protocol_type{device="br-d23d48dffb27"} 1 node_network_protocol_type{device="br-e392a89981fc"} 1 node_network_protocol_type{device="br-ee867729849d"} 1 node_network_protocol_type{device="br-f55c6bfd416e"} 1 node_network_protocol_type{device="br-fec72b65a2f2"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="veth0023fef"} 1 node_network_protocol_type{device="veth0180c8a"} 1 node_network_protocol_type{device="veth060a822"} 1 node_network_protocol_type{device="veth07961ac"} 1 node_network_protocol_type{device="veth0b36eb0"} 1 node_network_protocol_type{device="veth0b8b8bc"} 1 node_network_protocol_type{device="veth0bdeb59"} 1 node_network_protocol_type{device="veth0cb999d"} 1 node_network_protocol_type{device="veth1014797"} 1 node_network_protocol_type{device="veth16fa530"} 1 node_network_protocol_type{device="veth25ed2c5"} 1 node_network_protocol_type{device="veth278b326"} 1 node_network_protocol_type{device="veth27c5750"} 1 node_network_protocol_type{device="veth281be1d"} 1 node_network_protocol_type{device="veth289e2e5"} 1 node_network_protocol_type{device="veth28b5f21"} 1 node_network_protocol_type{device="veth2a42759"} 1 node_network_protocol_type{device="veth2aa8c15"} 1 node_network_protocol_type{device="veth2e1a4e0"} 1 node_network_protocol_type{device="veth2eefb5d"} 1 node_network_protocol_type{device="veth2fc5c50"} 1 node_network_protocol_type{device="veth302a250"} 1 node_network_protocol_type{device="veth320df55"} 1 node_network_protocol_type{device="veth399cafa"} 1 node_network_protocol_type{device="veth3c8d1c8"} 1 node_network_protocol_type{device="veth3d501ed"} 1 node_network_protocol_type{device="veth3d9e088"} 1 node_network_protocol_type{device="veth3e36eb7"} 1 node_network_protocol_type{device="veth4256980"} 1 node_network_protocol_type{device="veth44d48c5"} 1 node_network_protocol_type{device="veth4550a5a"} 1 node_network_protocol_type{device="veth459df2f"} 1 node_network_protocol_type{device="veth48c2635"} 1 node_network_protocol_type{device="veth4c63c63"} 1 node_network_protocol_type{device="veth4c72035"} 1 node_network_protocol_type{device="veth4e65233"} 1 node_network_protocol_type{device="veth514c0fa"} 1 node_network_protocol_type{device="veth53ab194"} 1 node_network_protocol_type{device="veth5412e83"} 1 node_network_protocol_type{device="veth578592a"} 1 node_network_protocol_type{device="veth5b83128"} 1 node_network_protocol_type{device="veth5fe69df"} 1 node_network_protocol_type{device="veth606fd8d"} 1 node_network_protocol_type{device="veth615de60"} 1 node_network_protocol_type{device="veth65f110f"} 1 node_network_protocol_type{device="veth6a8fbfc"} 1 node_network_protocol_type{device="veth6b65c03"} 1 node_network_protocol_type{device="veth6d434cf"} 1 node_network_protocol_type{device="veth6eab51e"} 1 node_network_protocol_type{device="veth7255df5"} 1 node_network_protocol_type{device="veth7285a0c"} 1 node_network_protocol_type{device="veth729dc04"} 1 node_network_protocol_type{device="veth73914a6"} 1 node_network_protocol_type{device="veth74689f1"} 1 node_network_protocol_type{device="veth7574370"} 1 node_network_protocol_type{device="veth7587e77"} 1 node_network_protocol_type{device="veth7591768"} 1 node_network_protocol_type{device="veth76a9cb7"} 1 node_network_protocol_type{device="veth76b85e3"} 1 node_network_protocol_type{device="veth7718dc9"} 1 node_network_protocol_type{device="veth784722a"} 1 node_network_protocol_type{device="veth7c71564"} 1 node_network_protocol_type{device="veth81dd278"} 1 node_network_protocol_type{device="veth8262724"} 1 node_network_protocol_type{device="veth873231e"} 1 node_network_protocol_type{device="veth8abe6eb"} 1 node_network_protocol_type{device="veth8b5c0c0"} 1 node_network_protocol_type{device="veth8b98c69"} 1 node_network_protocol_type{device="veth8ff5500"} 1 node_network_protocol_type{device="veth920bc1d"} 1 node_network_protocol_type{device="veth933d1ae"} 1 node_network_protocol_type{device="veth9698cd5"} 1 node_network_protocol_type{device="veth96c37d4"} 1 node_network_protocol_type{device="veth9a13b61"} 1 node_network_protocol_type{device="veth9aad915"} 1 node_network_protocol_type{device="veth9d3efeb"} 1 node_network_protocol_type{device="veth9f7ffc2"} 1 node_network_protocol_type{device="vetha3a3b63"} 1 node_network_protocol_type{device="vethab050a8"} 1 node_network_protocol_type{device="vethad57c62"} 1 node_network_protocol_type{device="vethae769af"} 1 node_network_protocol_type{device="vethb0fb6ce"} 1 node_network_protocol_type{device="vethb11cc71"} 1 node_network_protocol_type{device="vethb1f39a8"} 1 node_network_protocol_type{device="vethb43cba2"} 1 node_network_protocol_type{device="vethbde0c13"} 1 node_network_protocol_type{device="vethbeaec27"} 1 node_network_protocol_type{device="vethbfd0655"} 1 node_network_protocol_type{device="vethc1bebad"} 1 node_network_protocol_type{device="vethc7c7859"} 1 node_network_protocol_type{device="vethc9ee365"} 1 node_network_protocol_type{device="vethcd90f42"} 1 node_network_protocol_type{device="vethd0e4a2b"} 1 node_network_protocol_type{device="vethd893e78"} 1 node_network_protocol_type{device="vethd9e40ca"} 1 node_network_protocol_type{device="vethdd69986"} 1 node_network_protocol_type{device="vethe4935a2"} 1 node_network_protocol_type{device="vethecd8f1e"} 1 node_network_protocol_type{device="vethedf9858"} 1 node_network_protocol_type{device="vethee7f249"} 1 node_network_protocol_type{device="vethef3e434"} 1 node_network_protocol_type{device="vethf05ab5e"} 1 node_network_protocol_type{device="vethf0cc0fe"} 1 node_network_protocol_type{device="vethf3627f3"} 1 node_network_protocol_type{device="vethf4fde20"} 1 node_network_protocol_type{device="vethf6199b4"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 7.51673229e+08 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 6.567603e+06 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-0a5eaad17b48"} 1.25e+09 node_network_speed_bytes{device="br-0e8e622eda81"} 1.25e+09 node_network_speed_bytes{device="br-119f3eca13a3"} 1.25e+09 node_network_speed_bytes{device="br-205321a2a078"} 1.25e+09 node_network_speed_bytes{device="br-2a98fd47a213"} -125000 node_network_speed_bytes{device="br-31cc0d87c098"} 1.25e+09 node_network_speed_bytes{device="br-352e63376925"} 1.25e+09 node_network_speed_bytes{device="br-3e10e3e23909"} 1.25e+09 node_network_speed_bytes{device="br-46d5e61711ac"} 1.25e+09 node_network_speed_bytes{device="br-52bb4601ef3b"} 1.25e+09 node_network_speed_bytes{device="br-5949340dfa50"} 1.25e+09 node_network_speed_bytes{device="br-651be964d452"} -125000 node_network_speed_bytes{device="br-6757b1619d94"} 1.25e+09 node_network_speed_bytes{device="br-68f49914f8d6"} 1.25e+09 node_network_speed_bytes{device="br-6c38c2d51d91"} 1.25e+09 node_network_speed_bytes{device="br-714e4890289f"} 1.25e+09 node_network_speed_bytes{device="br-76f6f6f4e6e8"} -125000 node_network_speed_bytes{device="br-8eb55afe5f5e"} 1.25e+09 node_network_speed_bytes{device="br-9d50c95d707e"} 1.25e+09 node_network_speed_bytes{device="br-a0509202f296"} 1.25e+09 node_network_speed_bytes{device="br-accc5b7464c6"} -125000 node_network_speed_bytes{device="br-af34cdb33b59"} 1.25e+09 node_network_speed_bytes{device="br-bc1080f826ee"} 1.25e+09 node_network_speed_bytes{device="br-c1dedc82a179"} 1.25e+09 node_network_speed_bytes{device="br-cfc454eb348c"} 1.25e+09 node_network_speed_bytes{device="br-d076b9ce2db8"} 1.25e+09 node_network_speed_bytes{device="br-d081ed7cbe27"} 1.25e+09 node_network_speed_bytes{device="br-d23d48dffb27"} 1.25e+09 node_network_speed_bytes{device="br-e392a89981fc"} 1.25e+09 node_network_speed_bytes{device="br-ee867729849d"} 1.25e+09 node_network_speed_bytes{device="br-f55c6bfd416e"} 1.25e+09 node_network_speed_bytes{device="br-fec72b65a2f2"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="veth0023fef"} 1.25e+09 node_network_speed_bytes{device="veth0180c8a"} 1.25e+09 node_network_speed_bytes{device="veth060a822"} 1.25e+09 node_network_speed_bytes{device="veth07961ac"} 1.25e+09 node_network_speed_bytes{device="veth0b36eb0"} 1.25e+09 node_network_speed_bytes{device="veth0b8b8bc"} 1.25e+09 node_network_speed_bytes{device="veth0bdeb59"} 1.25e+09 node_network_speed_bytes{device="veth0cb999d"} 1.25e+09 node_network_speed_bytes{device="veth1014797"} 1.25e+09 node_network_speed_bytes{device="veth16fa530"} 1.25e+09 node_network_speed_bytes{device="veth25ed2c5"} 1.25e+09 node_network_speed_bytes{device="veth278b326"} 1.25e+09 node_network_speed_bytes{device="veth27c5750"} 1.25e+09 node_network_speed_bytes{device="veth281be1d"} 1.25e+09 node_network_speed_bytes{device="veth289e2e5"} 1.25e+09 node_network_speed_bytes{device="veth28b5f21"} 1.25e+09 node_network_speed_bytes{device="veth2a42759"} 1.25e+09 node_network_speed_bytes{device="veth2aa8c15"} 1.25e+09 node_network_speed_bytes{device="veth2e1a4e0"} 1.25e+09 node_network_speed_bytes{device="veth2eefb5d"} 1.25e+09 node_network_speed_bytes{device="veth2fc5c50"} 1.25e+09 node_network_speed_bytes{device="veth302a250"} 1.25e+09 node_network_speed_bytes{device="veth320df55"} 1.25e+09 node_network_speed_bytes{device="veth399cafa"} 1.25e+09 node_network_speed_bytes{device="veth3c8d1c8"} 1.25e+09 node_network_speed_bytes{device="veth3d501ed"} 1.25e+09 node_network_speed_bytes{device="veth3d9e088"} 1.25e+09 node_network_speed_bytes{device="veth3e36eb7"} 1.25e+09 node_network_speed_bytes{device="veth4256980"} 1.25e+09 node_network_speed_bytes{device="veth44d48c5"} 1.25e+09 node_network_speed_bytes{device="veth4550a5a"} 1.25e+09 node_network_speed_bytes{device="veth459df2f"} 1.25e+09 node_network_speed_bytes{device="veth48c2635"} 1.25e+09 node_network_speed_bytes{device="veth4c63c63"} 1.25e+09 node_network_speed_bytes{device="veth4c72035"} 1.25e+09 node_network_speed_bytes{device="veth4e65233"} 1.25e+09 node_network_speed_bytes{device="veth514c0fa"} 1.25e+09 node_network_speed_bytes{device="veth53ab194"} 1.25e+09 node_network_speed_bytes{device="veth5412e83"} 1.25e+09 node_network_speed_bytes{device="veth578592a"} 1.25e+09 node_network_speed_bytes{device="veth5b83128"} 1.25e+09 node_network_speed_bytes{device="veth5fe69df"} 1.25e+09 node_network_speed_bytes{device="veth606fd8d"} 1.25e+09 node_network_speed_bytes{device="veth615de60"} 1.25e+09 node_network_speed_bytes{device="veth65f110f"} 1.25e+09 node_network_speed_bytes{device="veth6a8fbfc"} 1.25e+09 node_network_speed_bytes{device="veth6b65c03"} 1.25e+09 node_network_speed_bytes{device="veth6d434cf"} 1.25e+09 node_network_speed_bytes{device="veth6eab51e"} 1.25e+09 node_network_speed_bytes{device="veth7255df5"} 1.25e+09 node_network_speed_bytes{device="veth7285a0c"} 1.25e+09 node_network_speed_bytes{device="veth729dc04"} 1.25e+09 node_network_speed_bytes{device="veth73914a6"} 1.25e+09 node_network_speed_bytes{device="veth74689f1"} 1.25e+09 node_network_speed_bytes{device="veth7574370"} 1.25e+09 node_network_speed_bytes{device="veth7587e77"} 1.25e+09 node_network_speed_bytes{device="veth7591768"} 1.25e+09 node_network_speed_bytes{device="veth76a9cb7"} 1.25e+09 node_network_speed_bytes{device="veth76b85e3"} 1.25e+09 node_network_speed_bytes{device="veth7718dc9"} 1.25e+09 node_network_speed_bytes{device="veth784722a"} 1.25e+09 node_network_speed_bytes{device="veth7c71564"} 1.25e+09 node_network_speed_bytes{device="veth81dd278"} 1.25e+09 node_network_speed_bytes{device="veth8262724"} 1.25e+09 node_network_speed_bytes{device="veth873231e"} 1.25e+09 node_network_speed_bytes{device="veth8abe6eb"} 1.25e+09 node_network_speed_bytes{device="veth8b5c0c0"} 1.25e+09 node_network_speed_bytes{device="veth8b98c69"} 1.25e+09 node_network_speed_bytes{device="veth8ff5500"} 1.25e+09 node_network_speed_bytes{device="veth920bc1d"} 1.25e+09 node_network_speed_bytes{device="veth933d1ae"} 1.25e+09 node_network_speed_bytes{device="veth9698cd5"} 1.25e+09 node_network_speed_bytes{device="veth96c37d4"} 1.25e+09 node_network_speed_bytes{device="veth9a13b61"} 1.25e+09 node_network_speed_bytes{device="veth9aad915"} 1.25e+09 node_network_speed_bytes{device="veth9d3efeb"} 1.25e+09 node_network_speed_bytes{device="veth9f7ffc2"} 1.25e+09 node_network_speed_bytes{device="vetha3a3b63"} 1.25e+09 node_network_speed_bytes{device="vethab050a8"} 1.25e+09 node_network_speed_bytes{device="vethad57c62"} 1.25e+09 node_network_speed_bytes{device="vethae769af"} 1.25e+09 node_network_speed_bytes{device="vethb0fb6ce"} 1.25e+09 node_network_speed_bytes{device="vethb11cc71"} 1.25e+09 node_network_speed_bytes{device="vethb1f39a8"} 1.25e+09 node_network_speed_bytes{device="vethb43cba2"} 1.25e+09 node_network_speed_bytes{device="vethbde0c13"} 1.25e+09 node_network_speed_bytes{device="vethbeaec27"} 1.25e+09 node_network_speed_bytes{device="vethbfd0655"} 1.25e+09 node_network_speed_bytes{device="vethc1bebad"} 1.25e+09 node_network_speed_bytes{device="vethc7c7859"} 1.25e+09 node_network_speed_bytes{device="vethc9ee365"} 1.25e+09 node_network_speed_bytes{device="vethcd90f42"} 1.25e+09 node_network_speed_bytes{device="vethd0e4a2b"} 1.25e+09 node_network_speed_bytes{device="vethd893e78"} 1.25e+09 node_network_speed_bytes{device="vethd9e40ca"} 1.25e+09 node_network_speed_bytes{device="vethdd69986"} 1.25e+09 node_network_speed_bytes{device="vethe4935a2"} 1.25e+09 node_network_speed_bytes{device="vethecd8f1e"} 1.25e+09 node_network_speed_bytes{device="vethedf9858"} 1.25e+09 node_network_speed_bytes{device="vethee7f249"} 1.25e+09 node_network_speed_bytes{device="vethef3e434"} 1.25e+09 node_network_speed_bytes{device="vethf05ab5e"} 1.25e+09 node_network_speed_bytes{device="vethf0cc0fe"} 1.25e+09 node_network_speed_bytes{device="vethf3627f3"} 1.25e+09 node_network_speed_bytes{device="vethf4fde20"} 1.25e+09 node_network_speed_bytes{device="vethf6199b4"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 2.1102456833e+10 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 6.55567e+06 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-0a5eaad17b48"} 0 node_network_transmit_queue_length{device="br-0e8e622eda81"} 0 node_network_transmit_queue_length{device="br-119f3eca13a3"} 0 node_network_transmit_queue_length{device="br-205321a2a078"} 0 node_network_transmit_queue_length{device="br-2a98fd47a213"} 0 node_network_transmit_queue_length{device="br-31cc0d87c098"} 0 node_network_transmit_queue_length{device="br-352e63376925"} 0 node_network_transmit_queue_length{device="br-3e10e3e23909"} 0 node_network_transmit_queue_length{device="br-46d5e61711ac"} 0 node_network_transmit_queue_length{device="br-52bb4601ef3b"} 0 node_network_transmit_queue_length{device="br-5949340dfa50"} 0 node_network_transmit_queue_length{device="br-651be964d452"} 0 node_network_transmit_queue_length{device="br-6757b1619d94"} 0 node_network_transmit_queue_length{device="br-68f49914f8d6"} 0 node_network_transmit_queue_length{device="br-6c38c2d51d91"} 0 node_network_transmit_queue_length{device="br-714e4890289f"} 0 node_network_transmit_queue_length{device="br-76f6f6f4e6e8"} 0 node_network_transmit_queue_length{device="br-8eb55afe5f5e"} 0 node_network_transmit_queue_length{device="br-9d50c95d707e"} 0 node_network_transmit_queue_length{device="br-a0509202f296"} 0 node_network_transmit_queue_length{device="br-accc5b7464c6"} 0 node_network_transmit_queue_length{device="br-af34cdb33b59"} 0 node_network_transmit_queue_length{device="br-bc1080f826ee"} 0 node_network_transmit_queue_length{device="br-c1dedc82a179"} 0 node_network_transmit_queue_length{device="br-cfc454eb348c"} 0 node_network_transmit_queue_length{device="br-d076b9ce2db8"} 0 node_network_transmit_queue_length{device="br-d081ed7cbe27"} 0 node_network_transmit_queue_length{device="br-d23d48dffb27"} 0 node_network_transmit_queue_length{device="br-e392a89981fc"} 0 node_network_transmit_queue_length{device="br-ee867729849d"} 0 node_network_transmit_queue_length{device="br-f55c6bfd416e"} 0 node_network_transmit_queue_length{device="br-fec72b65a2f2"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="veth0023fef"} 0 node_network_transmit_queue_length{device="veth0180c8a"} 0 node_network_transmit_queue_length{device="veth060a822"} 0 node_network_transmit_queue_length{device="veth07961ac"} 0 node_network_transmit_queue_length{device="veth0b36eb0"} 0 node_network_transmit_queue_length{device="veth0b8b8bc"} 0 node_network_transmit_queue_length{device="veth0bdeb59"} 0 node_network_transmit_queue_length{device="veth0cb999d"} 0 node_network_transmit_queue_length{device="veth1014797"} 0 node_network_transmit_queue_length{device="veth16fa530"} 0 node_network_transmit_queue_length{device="veth25ed2c5"} 0 node_network_transmit_queue_length{device="veth278b326"} 0 node_network_transmit_queue_length{device="veth27c5750"} 0 node_network_transmit_queue_length{device="veth281be1d"} 0 node_network_transmit_queue_length{device="veth289e2e5"} 0 node_network_transmit_queue_length{device="veth28b5f21"} 0 node_network_transmit_queue_length{device="veth2a42759"} 0 node_network_transmit_queue_length{device="veth2aa8c15"} 0 node_network_transmit_queue_length{device="veth2e1a4e0"} 0 node_network_transmit_queue_length{device="veth2eefb5d"} 0 node_network_transmit_queue_length{device="veth2fc5c50"} 0 node_network_transmit_queue_length{device="veth302a250"} 0 node_network_transmit_queue_length{device="veth320df55"} 0 node_network_transmit_queue_length{device="veth399cafa"} 0 node_network_transmit_queue_length{device="veth3c8d1c8"} 0 node_network_transmit_queue_length{device="veth3d501ed"} 0 node_network_transmit_queue_length{device="veth3d9e088"} 0 node_network_transmit_queue_length{device="veth3e36eb7"} 0 node_network_transmit_queue_length{device="veth4256980"} 0 node_network_transmit_queue_length{device="veth44d48c5"} 0 node_network_transmit_queue_length{device="veth4550a5a"} 0 node_network_transmit_queue_length{device="veth459df2f"} 0 node_network_transmit_queue_length{device="veth48c2635"} 0 node_network_transmit_queue_length{device="veth4c63c63"} 0 node_network_transmit_queue_length{device="veth4c72035"} 0 node_network_transmit_queue_length{device="veth4e65233"} 0 node_network_transmit_queue_length{device="veth514c0fa"} 0 node_network_transmit_queue_length{device="veth53ab194"} 0 node_network_transmit_queue_length{device="veth5412e83"} 0 node_network_transmit_queue_length{device="veth578592a"} 0 node_network_transmit_queue_length{device="veth5b83128"} 0 node_network_transmit_queue_length{device="veth5fe69df"} 0 node_network_transmit_queue_length{device="veth606fd8d"} 0 node_network_transmit_queue_length{device="veth615de60"} 0 node_network_transmit_queue_length{device="veth65f110f"} 0 node_network_transmit_queue_length{device="veth6a8fbfc"} 0 node_network_transmit_queue_length{device="veth6b65c03"} 0 node_network_transmit_queue_length{device="veth6d434cf"} 0 node_network_transmit_queue_length{device="veth6eab51e"} 0 node_network_transmit_queue_length{device="veth7255df5"} 0 node_network_transmit_queue_length{device="veth7285a0c"} 0 node_network_transmit_queue_length{device="veth729dc04"} 0 node_network_transmit_queue_length{device="veth73914a6"} 0 node_network_transmit_queue_length{device="veth74689f1"} 0 node_network_transmit_queue_length{device="veth7574370"} 0 node_network_transmit_queue_length{device="veth7587e77"} 0 node_network_transmit_queue_length{device="veth7591768"} 0 node_network_transmit_queue_length{device="veth76a9cb7"} 0 node_network_transmit_queue_length{device="veth76b85e3"} 0 node_network_transmit_queue_length{device="veth7718dc9"} 0 node_network_transmit_queue_length{device="veth784722a"} 0 node_network_transmit_queue_length{device="veth7c71564"} 0 node_network_transmit_queue_length{device="veth81dd278"} 0 node_network_transmit_queue_length{device="veth8262724"} 0 node_network_transmit_queue_length{device="veth873231e"} 0 node_network_transmit_queue_length{device="veth8abe6eb"} 0 node_network_transmit_queue_length{device="veth8b5c0c0"} 0 node_network_transmit_queue_length{device="veth8b98c69"} 0 node_network_transmit_queue_length{device="veth8ff5500"} 0 node_network_transmit_queue_length{device="veth920bc1d"} 0 node_network_transmit_queue_length{device="veth933d1ae"} 0 node_network_transmit_queue_length{device="veth9698cd5"} 0 node_network_transmit_queue_length{device="veth96c37d4"} 0 node_network_transmit_queue_length{device="veth9a13b61"} 0 node_network_transmit_queue_length{device="veth9aad915"} 0 node_network_transmit_queue_length{device="veth9d3efeb"} 0 node_network_transmit_queue_length{device="veth9f7ffc2"} 0 node_network_transmit_queue_length{device="vetha3a3b63"} 0 node_network_transmit_queue_length{device="vethab050a8"} 0 node_network_transmit_queue_length{device="vethad57c62"} 0 node_network_transmit_queue_length{device="vethae769af"} 0 node_network_transmit_queue_length{device="vethb0fb6ce"} 0 node_network_transmit_queue_length{device="vethb11cc71"} 0 node_network_transmit_queue_length{device="vethb1f39a8"} 0 node_network_transmit_queue_length{device="vethb43cba2"} 0 node_network_transmit_queue_length{device="vethbde0c13"} 0 node_network_transmit_queue_length{device="vethbeaec27"} 0 node_network_transmit_queue_length{device="vethbfd0655"} 0 node_network_transmit_queue_length{device="vethc1bebad"} 0 node_network_transmit_queue_length{device="vethc7c7859"} 0 node_network_transmit_queue_length{device="vethc9ee365"} 0 node_network_transmit_queue_length{device="vethcd90f42"} 0 node_network_transmit_queue_length{device="vethd0e4a2b"} 0 node_network_transmit_queue_length{device="vethd893e78"} 0 node_network_transmit_queue_length{device="vethd9e40ca"} 0 node_network_transmit_queue_length{device="vethdd69986"} 0 node_network_transmit_queue_length{device="vethe4935a2"} 0 node_network_transmit_queue_length{device="vethecd8f1e"} 0 node_network_transmit_queue_length{device="vethedf9858"} 0 node_network_transmit_queue_length{device="vethee7f249"} 0 node_network_transmit_queue_length{device="vethef3e434"} 0 node_network_transmit_queue_length{device="vethf05ab5e"} 0 node_network_transmit_queue_length{device="vethf0cc0fe"} 0 node_network_transmit_queue_length{device="vethf3627f3"} 0 node_network_transmit_queue_length{device="vethf4fde20"} 0 node_network_transmit_queue_length{device="vethf6199b4"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0a5eaad17b48"} 1 node_network_up{device="br-0e8e622eda81"} 1 node_network_up{device="br-119f3eca13a3"} 1 node_network_up{device="br-205321a2a078"} 1 node_network_up{device="br-2a98fd47a213"} 0 node_network_up{device="br-31cc0d87c098"} 1 node_network_up{device="br-352e63376925"} 1 node_network_up{device="br-3e10e3e23909"} 1 node_network_up{device="br-46d5e61711ac"} 1 node_network_up{device="br-52bb4601ef3b"} 1 node_network_up{device="br-5949340dfa50"} 1 node_network_up{device="br-651be964d452"} 0 node_network_up{device="br-6757b1619d94"} 1 node_network_up{device="br-68f49914f8d6"} 1 node_network_up{device="br-6c38c2d51d91"} 1 node_network_up{device="br-714e4890289f"} 1 node_network_up{device="br-76f6f6f4e6e8"} 0 node_network_up{device="br-8eb55afe5f5e"} 1 node_network_up{device="br-9d50c95d707e"} 1 node_network_up{device="br-a0509202f296"} 1 node_network_up{device="br-accc5b7464c6"} 0 node_network_up{device="br-af34cdb33b59"} 1 node_network_up{device="br-bc1080f826ee"} 1 node_network_up{device="br-c1dedc82a179"} 1 node_network_up{device="br-cfc454eb348c"} 1 node_network_up{device="br-d076b9ce2db8"} 1 node_network_up{device="br-d081ed7cbe27"} 1 node_network_up{device="br-d23d48dffb27"} 1 node_network_up{device="br-e392a89981fc"} 1 node_network_up{device="br-ee867729849d"} 1 node_network_up{device="br-f55c6bfd416e"} 1 node_network_up{device="br-fec72b65a2f2"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="veth0023fef"} 1 node_network_up{device="veth0180c8a"} 1 node_network_up{device="veth060a822"} 1 node_network_up{device="veth07961ac"} 1 node_network_up{device="veth0b36eb0"} 1 node_network_up{device="veth0b8b8bc"} 1 node_network_up{device="veth0bdeb59"} 1 node_network_up{device="veth0cb999d"} 1 node_network_up{device="veth1014797"} 1 node_network_up{device="veth16fa530"} 1 node_network_up{device="veth25ed2c5"} 1 node_network_up{device="veth278b326"} 1 node_network_up{device="veth27c5750"} 1 node_network_up{device="veth281be1d"} 1 node_network_up{device="veth289e2e5"} 1 node_network_up{device="veth28b5f21"} 1 node_network_up{device="veth2a42759"} 1 node_network_up{device="veth2aa8c15"} 1 node_network_up{device="veth2e1a4e0"} 1 node_network_up{device="veth2eefb5d"} 1 node_network_up{device="veth2fc5c50"} 1 node_network_up{device="veth302a250"} 1 node_network_up{device="veth320df55"} 1 node_network_up{device="veth399cafa"} 1 node_network_up{device="veth3c8d1c8"} 1 node_network_up{device="veth3d501ed"} 1 node_network_up{device="veth3d9e088"} 1 node_network_up{device="veth3e36eb7"} 1 node_network_up{device="veth4256980"} 1 node_network_up{device="veth44d48c5"} 1 node_network_up{device="veth4550a5a"} 1 node_network_up{device="veth459df2f"} 1 node_network_up{device="veth48c2635"} 1 node_network_up{device="veth4c63c63"} 1 node_network_up{device="veth4c72035"} 1 node_network_up{device="veth4e65233"} 1 node_network_up{device="veth514c0fa"} 1 node_network_up{device="veth53ab194"} 1 node_network_up{device="veth5412e83"} 1 node_network_up{device="veth578592a"} 1 node_network_up{device="veth5b83128"} 1 node_network_up{device="veth5fe69df"} 1 node_network_up{device="veth606fd8d"} 1 node_network_up{device="veth615de60"} 1 node_network_up{device="veth65f110f"} 1 node_network_up{device="veth6a8fbfc"} 1 node_network_up{device="veth6b65c03"} 1 node_network_up{device="veth6d434cf"} 1 node_network_up{device="veth6eab51e"} 1 node_network_up{device="veth7255df5"} 1 node_network_up{device="veth7285a0c"} 1 node_network_up{device="veth729dc04"} 1 node_network_up{device="veth73914a6"} 1 node_network_up{device="veth74689f1"} 1 node_network_up{device="veth7574370"} 1 node_network_up{device="veth7587e77"} 1 node_network_up{device="veth7591768"} 1 node_network_up{device="veth76a9cb7"} 1 node_network_up{device="veth76b85e3"} 1 node_network_up{device="veth7718dc9"} 1 node_network_up{device="veth784722a"} 1 node_network_up{device="veth7c71564"} 1 node_network_up{device="veth81dd278"} 1 node_network_up{device="veth8262724"} 1 node_network_up{device="veth873231e"} 1 node_network_up{device="veth8abe6eb"} 1 node_network_up{device="veth8b5c0c0"} 1 node_network_up{device="veth8b98c69"} 1 node_network_up{device="veth8ff5500"} 1 node_network_up{device="veth920bc1d"} 1 node_network_up{device="veth933d1ae"} 1 node_network_up{device="veth9698cd5"} 1 node_network_up{device="veth96c37d4"} 1 node_network_up{device="veth9a13b61"} 1 node_network_up{device="veth9aad915"} 1 node_network_up{device="veth9d3efeb"} 1 node_network_up{device="veth9f7ffc2"} 1 node_network_up{device="vetha3a3b63"} 1 node_network_up{device="vethab050a8"} 1 node_network_up{device="vethad57c62"} 1 node_network_up{device="vethae769af"} 1 node_network_up{device="vethb0fb6ce"} 1 node_network_up{device="vethb11cc71"} 1 node_network_up{device="vethb1f39a8"} 1 node_network_up{device="vethb43cba2"} 1 node_network_up{device="vethbde0c13"} 1 node_network_up{device="vethbeaec27"} 1 node_network_up{device="vethbfd0655"} 1 node_network_up{device="vethc1bebad"} 1 node_network_up{device="vethc7c7859"} 1 node_network_up{device="vethc9ee365"} 1 node_network_up{device="vethcd90f42"} 1 node_network_up{device="vethd0e4a2b"} 1 node_network_up{device="vethd893e78"} 1 node_network_up{device="vethd9e40ca"} 1 node_network_up{device="vethdd69986"} 1 node_network_up{device="vethe4935a2"} 1 node_network_up{device="vethecd8f1e"} 1 node_network_up{device="vethedf9858"} 1 node_network_up{device="vethee7f249"} 1 node_network_up{device="vethef3e434"} 1 node_network_up{device="vethf05ab5e"} 1 node_network_up{device="vethf0cc0fe"} 1 node_network_up{device="vethf3627f3"} 1 node_network_up{device="vethf4fde20"} 1 node_network_up{device="vethf6199b4"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.1 LTS",variant="",variant_id="",version="24.04.1 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 545284.9018849999 # HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion # TYPE node_pressure_io_stalled_seconds_total counter node_pressure_io_stalled_seconds_total 9508.459322 # HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion # TYPE node_pressure_io_waiting_seconds_total counter node_pressure_io_waiting_seconds_total 13441.13919 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 4005.472652 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 4646.620019999999 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 7 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 4.74270999352547e+06 node_schedstat_running_seconds_total{cpu="1"} 4.743025305538761e+06 node_schedstat_running_seconds_total{cpu="10"} 1.671765970011182e+06 node_schedstat_running_seconds_total{cpu="11"} 1.680931439539353e+06 node_schedstat_running_seconds_total{cpu="12"} 1.687710635900493e+06 node_schedstat_running_seconds_total{cpu="13"} 1.701044098844441e+06 node_schedstat_running_seconds_total{cpu="14"} 1.72670575784139e+06 node_schedstat_running_seconds_total{cpu="15"} 1.782540323492295e+06 node_schedstat_running_seconds_total{cpu="2"} 4.750888026108906e+06 node_schedstat_running_seconds_total{cpu="3"} 4.746050874553622e+06 node_schedstat_running_seconds_total{cpu="4"} 4.743277205175582e+06 node_schedstat_running_seconds_total{cpu="5"} 4.742501181935804e+06 node_schedstat_running_seconds_total{cpu="6"} 4.74287518154766e+06 node_schedstat_running_seconds_total{cpu="7"} 4.742723270483643e+06 node_schedstat_running_seconds_total{cpu="8"} 1.644210218768421e+06 node_schedstat_running_seconds_total{cpu="9"} 1.661965379427338e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.762869789e+09 node_schedstat_timeslices_total{cpu="1"} 6.708028175e+09 node_schedstat_timeslices_total{cpu="10"} 1.2091726921e+10 node_schedstat_timeslices_total{cpu="11"} 1.2302631532e+10 node_schedstat_timeslices_total{cpu="12"} 1.2530720781e+10 node_schedstat_timeslices_total{cpu="13"} 1.2834592959e+10 node_schedstat_timeslices_total{cpu="14"} 1.3353290113e+10 node_schedstat_timeslices_total{cpu="15"} 1.4778617831e+10 node_schedstat_timeslices_total{cpu="2"} 6.636442389e+09 node_schedstat_timeslices_total{cpu="3"} 6.680944276e+09 node_schedstat_timeslices_total{cpu="4"} 6.672199481e+09 node_schedstat_timeslices_total{cpu="5"} 6.66875744e+09 node_schedstat_timeslices_total{cpu="6"} 6.658091358e+09 node_schedstat_timeslices_total{cpu="7"} 6.656337117e+09 node_schedstat_timeslices_total{cpu="8"} 1.1830070713e+10 node_schedstat_timeslices_total{cpu="9"} 1.1919616444e+10 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 1.146482736302916e+06 node_schedstat_waiting_seconds_total{cpu="1"} 1.14327745954266e+06 node_schedstat_waiting_seconds_total{cpu="10"} 381429.596897522 node_schedstat_waiting_seconds_total{cpu="11"} 433568.39543636 node_schedstat_waiting_seconds_total{cpu="12"} 633817.978341374 node_schedstat_waiting_seconds_total{cpu="13"} 422450.022477661 node_schedstat_waiting_seconds_total{cpu="14"} 504620.048681481 node_schedstat_waiting_seconds_total{cpu="15"} 546727.647788909 node_schedstat_waiting_seconds_total{cpu="2"} 1.157043472601935e+06 node_schedstat_waiting_seconds_total{cpu="3"} 1.134214231346342e+06 node_schedstat_waiting_seconds_total{cpu="4"} 1.133646521684784e+06 node_schedstat_waiting_seconds_total{cpu="5"} 1.135657321532412e+06 node_schedstat_waiting_seconds_total{cpu="6"} 1.08000188822431e+06 node_schedstat_waiting_seconds_total{cpu="7"} 1.078603316543974e+06 node_schedstat_waiting_seconds_total{cpu="8"} 547874.009840246 node_schedstat_waiting_seconds_total{cpu="9"} 746875.490665106 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="arp"} 0.00048271 node_scrape_collector_duration_seconds{collector="bcache"} 2.1721e-05 node_scrape_collector_duration_seconds{collector="bonding"} 4.0326e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.029534832 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000119165 node_scrape_collector_duration_seconds{collector="cpu"} 0.001715413 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000232618 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002927966 node_scrape_collector_duration_seconds{collector="dmi"} 3.1569e-05 node_scrape_collector_duration_seconds{collector="edac"} 4.9564e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000118684 node_scrape_collector_duration_seconds{collector="fibrechannel"} 2.4607e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.0895e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.036469116 node_scrape_collector_duration_seconds{collector="hwmon"} 3.7441e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.0669e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 8.1082e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.0855e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000148148 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000363805 node_scrape_collector_duration_seconds{collector="netclass"} 0.113951357 node_scrape_collector_duration_seconds{collector="netdev"} 0.000283665 node_scrape_collector_duration_seconds{collector="netstat"} 0.001726043 node_scrape_collector_duration_seconds{collector="nfs"} 4.0206e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.8032e-05 node_scrape_collector_duration_seconds{collector="nvme"} 5.2219e-05 node_scrape_collector_duration_seconds{collector="os"} 9.1411e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 6.3139e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000368584 node_scrape_collector_duration_seconds{collector="rapl"} 3.6029e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000343297 node_scrape_collector_duration_seconds{collector="selinux"} 1.413e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000255802 node_scrape_collector_duration_seconds{collector="softnet"} 0.000235224 node_scrape_collector_duration_seconds{collector="stat"} 0.000584852 node_scrape_collector_duration_seconds{collector="tapestats"} 1.6501e-05 node_scrape_collector_duration_seconds{collector="textfile"} 6.0124e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001388657 node_scrape_collector_duration_seconds{collector="time"} 0.000187463 node_scrape_collector_duration_seconds{collector="timex"} 2.5688e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000422266 node_scrape_collector_duration_seconds{collector="uname"} 1.4116e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000239871 node_scrape_collector_duration_seconds{collector="watchdog"} 3.9464e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.2633e-05 node_scrape_collector_duration_seconds{collector="zfs"} 9.7263e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 988 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 1763 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 7.221248e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 3 node_softnet_dropped_total{cpu="1"} 2 node_softnet_dropped_total{cpu="10"} 4 node_softnet_dropped_total{cpu="11"} 3 node_softnet_dropped_total{cpu="12"} 6 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 2 node_softnet_dropped_total{cpu="15"} 4 node_softnet_dropped_total{cpu="2"} 71699 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 1 node_softnet_dropped_total{cpu="5"} 1 node_softnet_dropped_total{cpu="6"} 1 node_softnet_dropped_total{cpu="7"} 2 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 4 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 3.28721184e+08 node_softnet_processed_total{cpu="1"} 3.29764344e+08 node_softnet_processed_total{cpu="10"} 1.575367932e+09 node_softnet_processed_total{cpu="11"} 1.554906167e+09 node_softnet_processed_total{cpu="12"} 1.464816084e+09 node_softnet_processed_total{cpu="13"} 1.431535634e+09 node_softnet_processed_total{cpu="14"} 1.357869794e+09 node_softnet_processed_total{cpu="15"} 1.190177931e+09 node_softnet_processed_total{cpu="2"} 2.26730444e+09 node_softnet_processed_total{cpu="3"} 3.30338678e+08 node_softnet_processed_total{cpu="4"} 3.28107928e+08 node_softnet_processed_total{cpu="5"} 3.31871188e+08 node_softnet_processed_total{cpu="6"} 3.27196836e+08 node_softnet_processed_total{cpu="7"} 3.2906226e+08 node_softnet_processed_total{cpu="8"} 1.866200939e+09 node_softnet_processed_total{cpu="9"} 1.66620301e+09 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 161 node_softnet_times_squeezed_total{cpu="1"} 140 node_softnet_times_squeezed_total{cpu="10"} 308 node_softnet_times_squeezed_total{cpu="11"} 327 node_softnet_times_squeezed_total{cpu="12"} 326 node_softnet_times_squeezed_total{cpu="13"} 315 node_softnet_times_squeezed_total{cpu="14"} 299 node_softnet_times_squeezed_total{cpu="15"} 291 node_softnet_times_squeezed_total{cpu="2"} 9217 node_softnet_times_squeezed_total{cpu="3"} 234 node_softnet_times_squeezed_total{cpu="4"} 168 node_softnet_times_squeezed_total{cpu="5"} 151 node_softnet_times_squeezed_total{cpu="6"} 146 node_softnet_times_squeezed_total{cpu="7"} 131 node_softnet_times_squeezed_total{cpu="8"} 309 node_softnet_times_squeezed_total{cpu="9"} 306 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7816427519493906e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.000008410232544 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.887 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 1.5897e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="b0252f39ef0a",release="6.8.0-90-generic",sysname="Linux",version="#91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 30 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.87197074428e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.6473779e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.9956218516e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 6.907925094e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 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 70489.94 # 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 6.59630687e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.1010583009e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.0058112e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76944432369e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27430656e+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_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # 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"} 812995 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0