# 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"} 9.002e-06 go_gc_duration_seconds{quantile="0.25"} 2.5528e-05 go_gc_duration_seconds{quantile="0.5"} 3.2609e-05 go_gc_duration_seconds{quantile="0.75"} 3.9619e-05 go_gc_duration_seconds{quantile="1"} 0.00011903 go_gc_duration_seconds_sum 296.210810279 go_gc_duration_seconds_count 8.82681e+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 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.908128e+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 1.8005786084152e+13 # 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.293168e+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 2.493498127e+11 # 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.383056e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.908128e+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.0420224e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.571136e+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 29267 # 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 8.536064e+06 # 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.499136e+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.786849597576849e+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 2.49349841967e+11 # 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 1200 # 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 31200 # 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 90240 # 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 179520 # 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 5.984592e+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 1.032488e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.769472e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.769472e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+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 31 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth1"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.746048819e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 3.15131944336e+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"} 3.830349676e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 7667.09 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 129.85 node_cpu_seconds_total{cpu="0",mode="softirq"} 616649.94 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 725600.02 node_cpu_seconds_total{cpu="0",mode="user"} 1.34331025e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 3.794375609e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 4765.92 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 130.59 node_cpu_seconds_total{cpu="1",mode="softirq"} 305713.08 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 670716.13 node_cpu_seconds_total{cpu="1",mode="user"} 1.9541658e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 3.786805148e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 8260.23 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 159.26 node_cpu_seconds_total{cpu="10",mode="softirq"} 34737.06 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 815186.93 node_cpu_seconds_total{cpu="10",mode="user"} 1.78581024e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 3.84253753e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 4762.36 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 101.9 node_cpu_seconds_total{cpu="11",mode="softirq"} 40519.89 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 601310.07 node_cpu_seconds_total{cpu="11",mode="user"} 1.56480607e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 3.790384137e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 8189.62 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 174.93 node_cpu_seconds_total{cpu="12",mode="softirq"} 32396.11 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 815375.95 node_cpu_seconds_total{cpu="12",mode="user"} 1.74999497e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 3.844000848e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 4744.06 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 102.01 node_cpu_seconds_total{cpu="13",mode="softirq"} 34382.33 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 606951.28 node_cpu_seconds_total{cpu="13",mode="user"} 1.54649423e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 3.789954442e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 8215.03 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 175.74 node_cpu_seconds_total{cpu="14",mode="softirq"} 29453.13 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 813441.64 node_cpu_seconds_total{cpu="14",mode="user"} 1.75676678e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 3.847148267e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 4717.09 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 94.87 node_cpu_seconds_total{cpu="15",mode="softirq"} 31435.45 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 603323.34 node_cpu_seconds_total{cpu="15",mode="user"} 1.51510517e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 3.793810074e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 8008.21 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 161.14 node_cpu_seconds_total{cpu="2",mode="softirq"} 108511.02 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 803963.82 node_cpu_seconds_total{cpu="2",mode="user"} 1.71445055e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 3.827486492e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 4854.22 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 120.6 node_cpu_seconds_total{cpu="3",mode="softirq"} 123830.72 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 628529.01 node_cpu_seconds_total{cpu="3",mode="user"} 1.68613956e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 3.780951896e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 8172.49 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 151.1 node_cpu_seconds_total{cpu="4",mode="softirq"} 56603.68 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 827944.25 node_cpu_seconds_total{cpu="4",mode="user"} 1.80841314e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 3.835067251e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 4742.79 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 96.76 node_cpu_seconds_total{cpu="5",mode="softirq"} 85045.05 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 614360.61 node_cpu_seconds_total{cpu="5",mode="user"} 1.60520009e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 3.780749239e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 7199.3 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 161.75 node_cpu_seconds_total{cpu="6",mode="softirq"} 43695.58 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 821764.53 node_cpu_seconds_total{cpu="6",mode="user"} 1.83945372e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 3.839916985e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 4648.32 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 110.35 node_cpu_seconds_total{cpu="7",mode="softirq"} 58436.96 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 609122.51 node_cpu_seconds_total{cpu="7",mode="user"} 1.58270511e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 3.78430764e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 8355.52 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 161.07 node_cpu_seconds_total{cpu="8",mode="softirq"} 38110.16 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 820322.51 node_cpu_seconds_total{cpu="8",mode="user"} 1.80535852e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 3.840502044e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 4733.04 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 112.89 node_cpu_seconds_total{cpu="9",mode="softirq"} 46990.24 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 608033 node_cpu_seconds_total{cpu="9",mode="user"} 1.57959289e+06 # 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"} 1698.682 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"} 5.605763633e+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"} 6.848562e+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"} 201 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"} 22446.169 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"} 9.9662608e+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"} 362076.076 node_disk_io_time_seconds_total{device="sr0"} 0.092 # 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.359180885e+06 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.049 # 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"} 5.106212652032e+12 node_disk_read_bytes_total{device="sr0"} 3584 # 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"} 39763.822 node_disk_read_time_seconds_total{device="sr0"} 0.049 # 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"} 1.0689766e+08 node_disk_reads_completed_total{device="sr0"} 22 # 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"} 8.058686e+06 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"} 1.2952722110000001e+06 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.7391761e+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"} 5.07678067e+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"} 5.9027688159232e+13 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 (i440FX + PIIX, 1996)",board_vendor="KVM",board_version="pc-i440fx-6.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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 38240 # 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="/"} 6.1361823744e+10 # 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="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/user/0"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 9.732496e+06 # 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="/"} 8.055582e+06 # 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="/"} 6.7961114624e+10 # 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 # 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 # 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="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",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="/"} 1.60970244096e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.352766432e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.667167431e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.01 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.06 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.04 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 8.108032e+07 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.399513088e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.318432768e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.9757700096e+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 5.445632e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.574623232e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.2918151168e+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 4.8769626112e+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 4.1466986496e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.275682816e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 221184 # 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 4.9712324608e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.3958815744e+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 4.246491136e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.758976e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.07773184e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.3685100544e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 8.484114432e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.5836302336e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.832384e+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 1.95616768e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.981888e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.67300608e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.9711104e+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 1.14548736e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 8.64411648e+08 # 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 2.832384e+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 7.8925824e+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_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 1.248216e+06 # 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 3.359669673e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.3864905603e+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 0 # 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 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # 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 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.0204081e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 76 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.250265e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.223861e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 4 # 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-0d63b479b4b9"} 3 node_network_address_assign_type{device="br-1428219eb778"} 3 node_network_address_assign_type{device="br-1c2879387cc5"} 3 node_network_address_assign_type{device="br-6111cdc50d92"} 3 node_network_address_assign_type{device="br-91b42fdeda0f"} 3 node_network_address_assign_type{device="br-c8c58283364b"} 3 node_network_address_assign_type{device="br-e2635afb1c14"} 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="veth0024ae7"} 3 node_network_address_assign_type{device="veth021590e"} 3 node_network_address_assign_type{device="veth021de55"} 3 node_network_address_assign_type{device="veth04f74cb"} 3 node_network_address_assign_type{device="veth07119a7"} 3 node_network_address_assign_type{device="veth0789552"} 3 node_network_address_assign_type{device="veth0904270"} 3 node_network_address_assign_type{device="veth092222b"} 3 node_network_address_assign_type{device="veth0babf41"} 3 node_network_address_assign_type{device="veth0c514db"} 3 node_network_address_assign_type{device="veth0d0efa0"} 3 node_network_address_assign_type{device="veth0f51749"} 3 node_network_address_assign_type{device="veth1274e51"} 3 node_network_address_assign_type{device="veth16725d5"} 3 node_network_address_assign_type{device="veth190409d"} 3 node_network_address_assign_type{device="veth19dc163"} 3 node_network_address_assign_type{device="veth1c31f79"} 3 node_network_address_assign_type{device="veth24d4199"} 3 node_network_address_assign_type{device="veth2b8cc2d"} 3 node_network_address_assign_type{device="veth2f93b3b"} 3 node_network_address_assign_type{device="veth3062e68"} 3 node_network_address_assign_type{device="veth35b693c"} 3 node_network_address_assign_type{device="veth368476f"} 3 node_network_address_assign_type{device="veth3804b08"} 3 node_network_address_assign_type{device="veth3ea2e1f"} 3 node_network_address_assign_type{device="veth3f1a18c"} 3 node_network_address_assign_type{device="veth3f91d8b"} 3 node_network_address_assign_type{device="veth4b32b94"} 3 node_network_address_assign_type{device="veth4d17d61"} 3 node_network_address_assign_type{device="veth502e64d"} 3 node_network_address_assign_type{device="veth5117d06"} 3 node_network_address_assign_type{device="veth538f204"} 3 node_network_address_assign_type{device="veth5494b5e"} 3 node_network_address_assign_type{device="veth568b23f"} 3 node_network_address_assign_type{device="veth580443a"} 3 node_network_address_assign_type{device="veth585b82d"} 3 node_network_address_assign_type{device="veth592e24b"} 3 node_network_address_assign_type{device="veth5938775"} 3 node_network_address_assign_type{device="veth5a56737"} 3 node_network_address_assign_type{device="veth5bbf640"} 3 node_network_address_assign_type{device="veth5c2be70"} 3 node_network_address_assign_type{device="veth5e43bcb"} 3 node_network_address_assign_type{device="veth5e512d5"} 3 node_network_address_assign_type{device="veth5f6cf00"} 3 node_network_address_assign_type{device="veth605ae29"} 3 node_network_address_assign_type{device="veth61e92eb"} 3 node_network_address_assign_type{device="veth67727bf"} 3 node_network_address_assign_type{device="veth6959b1c"} 3 node_network_address_assign_type{device="veth6a7b649"} 3 node_network_address_assign_type{device="veth6af9da9"} 3 node_network_address_assign_type{device="veth6e88e24"} 3 node_network_address_assign_type{device="veth6f6e79e"} 3 node_network_address_assign_type{device="veth71afbc8"} 3 node_network_address_assign_type{device="veth777df4e"} 3 node_network_address_assign_type{device="veth79c29ed"} 3 node_network_address_assign_type{device="veth7d470b3"} 3 node_network_address_assign_type{device="veth7e6b2b2"} 3 node_network_address_assign_type{device="veth8080026"} 3 node_network_address_assign_type{device="veth80c8f28"} 3 node_network_address_assign_type{device="veth867bd8a"} 3 node_network_address_assign_type{device="veth8ad6e05"} 3 node_network_address_assign_type{device="veth8d41d24"} 3 node_network_address_assign_type{device="veth8edde4b"} 3 node_network_address_assign_type{device="veth8fd70ab"} 3 node_network_address_assign_type{device="veth91c61c3"} 3 node_network_address_assign_type{device="veth95afbf6"} 3 node_network_address_assign_type{device="veth9942fe9"} 3 node_network_address_assign_type{device="veth9d6747d"} 3 node_network_address_assign_type{device="veth9e470ff"} 3 node_network_address_assign_type{device="veth9e616f3"} 3 node_network_address_assign_type{device="vetha0db503"} 3 node_network_address_assign_type{device="vetha2e0de9"} 3 node_network_address_assign_type{device="vetha347c19"} 3 node_network_address_assign_type{device="vetha4e280e"} 3 node_network_address_assign_type{device="vetha66f35b"} 3 node_network_address_assign_type{device="vetha8266f3"} 3 node_network_address_assign_type{device="vethaa08148"} 3 node_network_address_assign_type{device="vethab51fa2"} 3 node_network_address_assign_type{device="vethb109423"} 3 node_network_address_assign_type{device="vethb159df1"} 3 node_network_address_assign_type{device="vethb82dc8b"} 3 node_network_address_assign_type{device="vethbdf6179"} 3 node_network_address_assign_type{device="vethc0af00f"} 3 node_network_address_assign_type{device="vethc17a5d9"} 3 node_network_address_assign_type{device="vethd49f903"} 3 node_network_address_assign_type{device="vethd6ef29c"} 3 node_network_address_assign_type{device="vethd8c0529"} 3 node_network_address_assign_type{device="vethdba15b2"} 3 node_network_address_assign_type{device="vethdc5d466"} 3 node_network_address_assign_type{device="vethde77105"} 3 node_network_address_assign_type{device="vethdf0d449"} 3 node_network_address_assign_type{device="vethdf2eedb"} 3 node_network_address_assign_type{device="vethdfe400f"} 3 node_network_address_assign_type{device="vethe03cb12"} 3 node_network_address_assign_type{device="vethe140009"} 3 node_network_address_assign_type{device="vethe561898"} 3 node_network_address_assign_type{device="vethe622197"} 3 node_network_address_assign_type{device="vethe690fc2"} 3 node_network_address_assign_type{device="vethe75208c"} 3 node_network_address_assign_type{device="vethe819c9d"} 3 node_network_address_assign_type{device="vethe8f26e1"} 3 node_network_address_assign_type{device="vethec02a2f"} 3 node_network_address_assign_type{device="vethf52fc69"} 3 node_network_address_assign_type{device="vethf5f2bdc"} 3 node_network_address_assign_type{device="vethf6ff4cd"} 3 node_network_address_assign_type{device="vethfdc4032"} 3 node_network_address_assign_type{device="vethfde6e16"} 3 node_network_address_assign_type{device="vethfe4f272"} 3 node_network_address_assign_type{device="vethff25527"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0d63b479b4b9"} 1 node_network_carrier{device="br-1428219eb778"} 1 node_network_carrier{device="br-1c2879387cc5"} 1 node_network_carrier{device="br-6111cdc50d92"} 1 node_network_carrier{device="br-91b42fdeda0f"} 1 node_network_carrier{device="br-c8c58283364b"} 1 node_network_carrier{device="br-e2635afb1c14"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0024ae7"} 1 node_network_carrier{device="veth021590e"} 1 node_network_carrier{device="veth021de55"} 1 node_network_carrier{device="veth04f74cb"} 1 node_network_carrier{device="veth07119a7"} 1 node_network_carrier{device="veth0789552"} 1 node_network_carrier{device="veth0904270"} 1 node_network_carrier{device="veth092222b"} 1 node_network_carrier{device="veth0babf41"} 1 node_network_carrier{device="veth0c514db"} 1 node_network_carrier{device="veth0d0efa0"} 1 node_network_carrier{device="veth0f51749"} 1 node_network_carrier{device="veth1274e51"} 1 node_network_carrier{device="veth16725d5"} 1 node_network_carrier{device="veth190409d"} 1 node_network_carrier{device="veth19dc163"} 1 node_network_carrier{device="veth1c31f79"} 1 node_network_carrier{device="veth24d4199"} 1 node_network_carrier{device="veth2b8cc2d"} 1 node_network_carrier{device="veth2f93b3b"} 1 node_network_carrier{device="veth3062e68"} 1 node_network_carrier{device="veth35b693c"} 1 node_network_carrier{device="veth368476f"} 1 node_network_carrier{device="veth3804b08"} 1 node_network_carrier{device="veth3ea2e1f"} 1 node_network_carrier{device="veth3f1a18c"} 1 node_network_carrier{device="veth3f91d8b"} 1 node_network_carrier{device="veth4b32b94"} 1 node_network_carrier{device="veth4d17d61"} 1 node_network_carrier{device="veth502e64d"} 1 node_network_carrier{device="veth5117d06"} 1 node_network_carrier{device="veth538f204"} 1 node_network_carrier{device="veth5494b5e"} 1 node_network_carrier{device="veth568b23f"} 1 node_network_carrier{device="veth580443a"} 1 node_network_carrier{device="veth585b82d"} 1 node_network_carrier{device="veth592e24b"} 1 node_network_carrier{device="veth5938775"} 1 node_network_carrier{device="veth5a56737"} 1 node_network_carrier{device="veth5bbf640"} 1 node_network_carrier{device="veth5c2be70"} 1 node_network_carrier{device="veth5e43bcb"} 1 node_network_carrier{device="veth5e512d5"} 1 node_network_carrier{device="veth5f6cf00"} 1 node_network_carrier{device="veth605ae29"} 1 node_network_carrier{device="veth61e92eb"} 1 node_network_carrier{device="veth67727bf"} 1 node_network_carrier{device="veth6959b1c"} 1 node_network_carrier{device="veth6a7b649"} 1 node_network_carrier{device="veth6af9da9"} 1 node_network_carrier{device="veth6e88e24"} 1 node_network_carrier{device="veth6f6e79e"} 1 node_network_carrier{device="veth71afbc8"} 1 node_network_carrier{device="veth777df4e"} 1 node_network_carrier{device="veth79c29ed"} 1 node_network_carrier{device="veth7d470b3"} 1 node_network_carrier{device="veth7e6b2b2"} 1 node_network_carrier{device="veth8080026"} 1 node_network_carrier{device="veth80c8f28"} 1 node_network_carrier{device="veth867bd8a"} 1 node_network_carrier{device="veth8ad6e05"} 1 node_network_carrier{device="veth8d41d24"} 1 node_network_carrier{device="veth8edde4b"} 1 node_network_carrier{device="veth8fd70ab"} 1 node_network_carrier{device="veth91c61c3"} 1 node_network_carrier{device="veth95afbf6"} 1 node_network_carrier{device="veth9942fe9"} 1 node_network_carrier{device="veth9d6747d"} 1 node_network_carrier{device="veth9e470ff"} 1 node_network_carrier{device="veth9e616f3"} 1 node_network_carrier{device="vetha0db503"} 1 node_network_carrier{device="vetha2e0de9"} 1 node_network_carrier{device="vetha347c19"} 1 node_network_carrier{device="vetha4e280e"} 1 node_network_carrier{device="vetha66f35b"} 1 node_network_carrier{device="vetha8266f3"} 1 node_network_carrier{device="vethaa08148"} 1 node_network_carrier{device="vethab51fa2"} 1 node_network_carrier{device="vethb109423"} 1 node_network_carrier{device="vethb159df1"} 1 node_network_carrier{device="vethb82dc8b"} 1 node_network_carrier{device="vethbdf6179"} 1 node_network_carrier{device="vethc0af00f"} 1 node_network_carrier{device="vethc17a5d9"} 1 node_network_carrier{device="vethd49f903"} 1 node_network_carrier{device="vethd6ef29c"} 1 node_network_carrier{device="vethd8c0529"} 1 node_network_carrier{device="vethdba15b2"} 1 node_network_carrier{device="vethdc5d466"} 1 node_network_carrier{device="vethde77105"} 1 node_network_carrier{device="vethdf0d449"} 1 node_network_carrier{device="vethdf2eedb"} 1 node_network_carrier{device="vethdfe400f"} 1 node_network_carrier{device="vethe03cb12"} 1 node_network_carrier{device="vethe140009"} 1 node_network_carrier{device="vethe561898"} 1 node_network_carrier{device="vethe622197"} 1 node_network_carrier{device="vethe690fc2"} 1 node_network_carrier{device="vethe75208c"} 1 node_network_carrier{device="vethe819c9d"} 1 node_network_carrier{device="vethe8f26e1"} 1 node_network_carrier{device="vethec02a2f"} 1 node_network_carrier{device="vethf52fc69"} 1 node_network_carrier{device="vethf5f2bdc"} 1 node_network_carrier{device="vethf6ff4cd"} 1 node_network_carrier{device="vethfdc4032"} 1 node_network_carrier{device="vethfde6e16"} 1 node_network_carrier{device="vethfe4f272"} 1 node_network_carrier{device="vethff25527"} 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-0d63b479b4b9"} 4 node_network_carrier_changes_total{device="br-1428219eb778"} 4 node_network_carrier_changes_total{device="br-1c2879387cc5"} 8 node_network_carrier_changes_total{device="br-6111cdc50d92"} 20 node_network_carrier_changes_total{device="br-91b42fdeda0f"} 6 node_network_carrier_changes_total{device="br-c8c58283364b"} 10 node_network_carrier_changes_total{device="br-e2635afb1c14"} 26 node_network_carrier_changes_total{device="docker0"} 583 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0024ae7"} 2 node_network_carrier_changes_total{device="veth021590e"} 2 node_network_carrier_changes_total{device="veth021de55"} 2 node_network_carrier_changes_total{device="veth04f74cb"} 2 node_network_carrier_changes_total{device="veth07119a7"} 2 node_network_carrier_changes_total{device="veth0789552"} 2 node_network_carrier_changes_total{device="veth0904270"} 2 node_network_carrier_changes_total{device="veth092222b"} 2 node_network_carrier_changes_total{device="veth0babf41"} 2 node_network_carrier_changes_total{device="veth0c514db"} 2 node_network_carrier_changes_total{device="veth0d0efa0"} 2 node_network_carrier_changes_total{device="veth0f51749"} 2 node_network_carrier_changes_total{device="veth1274e51"} 2 node_network_carrier_changes_total{device="veth16725d5"} 2 node_network_carrier_changes_total{device="veth190409d"} 2 node_network_carrier_changes_total{device="veth19dc163"} 2 node_network_carrier_changes_total{device="veth1c31f79"} 2 node_network_carrier_changes_total{device="veth24d4199"} 2 node_network_carrier_changes_total{device="veth2b8cc2d"} 2 node_network_carrier_changes_total{device="veth2f93b3b"} 2 node_network_carrier_changes_total{device="veth3062e68"} 2 node_network_carrier_changes_total{device="veth35b693c"} 2 node_network_carrier_changes_total{device="veth368476f"} 2 node_network_carrier_changes_total{device="veth3804b08"} 2 node_network_carrier_changes_total{device="veth3ea2e1f"} 2 node_network_carrier_changes_total{device="veth3f1a18c"} 2 node_network_carrier_changes_total{device="veth3f91d8b"} 2 node_network_carrier_changes_total{device="veth4b32b94"} 2 node_network_carrier_changes_total{device="veth4d17d61"} 2 node_network_carrier_changes_total{device="veth502e64d"} 2 node_network_carrier_changes_total{device="veth5117d06"} 2 node_network_carrier_changes_total{device="veth538f204"} 2 node_network_carrier_changes_total{device="veth5494b5e"} 2 node_network_carrier_changes_total{device="veth568b23f"} 2 node_network_carrier_changes_total{device="veth580443a"} 2 node_network_carrier_changes_total{device="veth585b82d"} 2 node_network_carrier_changes_total{device="veth592e24b"} 2 node_network_carrier_changes_total{device="veth5938775"} 2 node_network_carrier_changes_total{device="veth5a56737"} 2 node_network_carrier_changes_total{device="veth5bbf640"} 2 node_network_carrier_changes_total{device="veth5c2be70"} 2 node_network_carrier_changes_total{device="veth5e43bcb"} 2 node_network_carrier_changes_total{device="veth5e512d5"} 2 node_network_carrier_changes_total{device="veth5f6cf00"} 2 node_network_carrier_changes_total{device="veth605ae29"} 2 node_network_carrier_changes_total{device="veth61e92eb"} 2 node_network_carrier_changes_total{device="veth67727bf"} 2 node_network_carrier_changes_total{device="veth6959b1c"} 2 node_network_carrier_changes_total{device="veth6a7b649"} 2 node_network_carrier_changes_total{device="veth6af9da9"} 2 node_network_carrier_changes_total{device="veth6e88e24"} 2 node_network_carrier_changes_total{device="veth6f6e79e"} 2 node_network_carrier_changes_total{device="veth71afbc8"} 2 node_network_carrier_changes_total{device="veth777df4e"} 2 node_network_carrier_changes_total{device="veth79c29ed"} 2 node_network_carrier_changes_total{device="veth7d470b3"} 2 node_network_carrier_changes_total{device="veth7e6b2b2"} 2 node_network_carrier_changes_total{device="veth8080026"} 2 node_network_carrier_changes_total{device="veth80c8f28"} 2 node_network_carrier_changes_total{device="veth867bd8a"} 2 node_network_carrier_changes_total{device="veth8ad6e05"} 2 node_network_carrier_changes_total{device="veth8d41d24"} 2 node_network_carrier_changes_total{device="veth8edde4b"} 2 node_network_carrier_changes_total{device="veth8fd70ab"} 2 node_network_carrier_changes_total{device="veth91c61c3"} 2 node_network_carrier_changes_total{device="veth95afbf6"} 2 node_network_carrier_changes_total{device="veth9942fe9"} 2 node_network_carrier_changes_total{device="veth9d6747d"} 2 node_network_carrier_changes_total{device="veth9e470ff"} 2 node_network_carrier_changes_total{device="veth9e616f3"} 2 node_network_carrier_changes_total{device="vetha0db503"} 2 node_network_carrier_changes_total{device="vetha2e0de9"} 2 node_network_carrier_changes_total{device="vetha347c19"} 2 node_network_carrier_changes_total{device="vetha4e280e"} 2 node_network_carrier_changes_total{device="vetha66f35b"} 2 node_network_carrier_changes_total{device="vetha8266f3"} 2 node_network_carrier_changes_total{device="vethaa08148"} 2 node_network_carrier_changes_total{device="vethab51fa2"} 2 node_network_carrier_changes_total{device="vethb109423"} 2 node_network_carrier_changes_total{device="vethb159df1"} 2 node_network_carrier_changes_total{device="vethb82dc8b"} 2 node_network_carrier_changes_total{device="vethbdf6179"} 2 node_network_carrier_changes_total{device="vethc0af00f"} 2 node_network_carrier_changes_total{device="vethc17a5d9"} 2 node_network_carrier_changes_total{device="vethd49f903"} 2 node_network_carrier_changes_total{device="vethd6ef29c"} 2 node_network_carrier_changes_total{device="vethd8c0529"} 2 node_network_carrier_changes_total{device="vethdba15b2"} 2 node_network_carrier_changes_total{device="vethdc5d466"} 2 node_network_carrier_changes_total{device="vethde77105"} 2 node_network_carrier_changes_total{device="vethdf0d449"} 2 node_network_carrier_changes_total{device="vethdf2eedb"} 2 node_network_carrier_changes_total{device="vethdfe400f"} 2 node_network_carrier_changes_total{device="vethe03cb12"} 2 node_network_carrier_changes_total{device="vethe140009"} 2 node_network_carrier_changes_total{device="vethe561898"} 2 node_network_carrier_changes_total{device="vethe622197"} 2 node_network_carrier_changes_total{device="vethe690fc2"} 2 node_network_carrier_changes_total{device="vethe75208c"} 2 node_network_carrier_changes_total{device="vethe819c9d"} 2 node_network_carrier_changes_total{device="vethe8f26e1"} 2 node_network_carrier_changes_total{device="vethec02a2f"} 2 node_network_carrier_changes_total{device="vethf52fc69"} 2 node_network_carrier_changes_total{device="vethf5f2bdc"} 2 node_network_carrier_changes_total{device="vethf6ff4cd"} 2 node_network_carrier_changes_total{device="vethfdc4032"} 2 node_network_carrier_changes_total{device="vethfde6e16"} 2 node_network_carrier_changes_total{device="vethfe4f272"} 2 node_network_carrier_changes_total{device="vethff25527"} 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-0d63b479b4b9"} 2 node_network_carrier_down_changes_total{device="br-1428219eb778"} 2 node_network_carrier_down_changes_total{device="br-1c2879387cc5"} 4 node_network_carrier_down_changes_total{device="br-6111cdc50d92"} 10 node_network_carrier_down_changes_total{device="br-91b42fdeda0f"} 3 node_network_carrier_down_changes_total{device="br-c8c58283364b"} 5 node_network_carrier_down_changes_total{device="br-e2635afb1c14"} 13 node_network_carrier_down_changes_total{device="docker0"} 292 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="veth0024ae7"} 1 node_network_carrier_down_changes_total{device="veth021590e"} 1 node_network_carrier_down_changes_total{device="veth021de55"} 1 node_network_carrier_down_changes_total{device="veth04f74cb"} 1 node_network_carrier_down_changes_total{device="veth07119a7"} 1 node_network_carrier_down_changes_total{device="veth0789552"} 1 node_network_carrier_down_changes_total{device="veth0904270"} 1 node_network_carrier_down_changes_total{device="veth092222b"} 1 node_network_carrier_down_changes_total{device="veth0babf41"} 1 node_network_carrier_down_changes_total{device="veth0c514db"} 1 node_network_carrier_down_changes_total{device="veth0d0efa0"} 1 node_network_carrier_down_changes_total{device="veth0f51749"} 1 node_network_carrier_down_changes_total{device="veth1274e51"} 1 node_network_carrier_down_changes_total{device="veth16725d5"} 1 node_network_carrier_down_changes_total{device="veth190409d"} 1 node_network_carrier_down_changes_total{device="veth19dc163"} 1 node_network_carrier_down_changes_total{device="veth1c31f79"} 1 node_network_carrier_down_changes_total{device="veth24d4199"} 1 node_network_carrier_down_changes_total{device="veth2b8cc2d"} 1 node_network_carrier_down_changes_total{device="veth2f93b3b"} 1 node_network_carrier_down_changes_total{device="veth3062e68"} 1 node_network_carrier_down_changes_total{device="veth35b693c"} 1 node_network_carrier_down_changes_total{device="veth368476f"} 1 node_network_carrier_down_changes_total{device="veth3804b08"} 1 node_network_carrier_down_changes_total{device="veth3ea2e1f"} 1 node_network_carrier_down_changes_total{device="veth3f1a18c"} 1 node_network_carrier_down_changes_total{device="veth3f91d8b"} 1 node_network_carrier_down_changes_total{device="veth4b32b94"} 1 node_network_carrier_down_changes_total{device="veth4d17d61"} 1 node_network_carrier_down_changes_total{device="veth502e64d"} 1 node_network_carrier_down_changes_total{device="veth5117d06"} 1 node_network_carrier_down_changes_total{device="veth538f204"} 1 node_network_carrier_down_changes_total{device="veth5494b5e"} 1 node_network_carrier_down_changes_total{device="veth568b23f"} 1 node_network_carrier_down_changes_total{device="veth580443a"} 1 node_network_carrier_down_changes_total{device="veth585b82d"} 1 node_network_carrier_down_changes_total{device="veth592e24b"} 1 node_network_carrier_down_changes_total{device="veth5938775"} 1 node_network_carrier_down_changes_total{device="veth5a56737"} 1 node_network_carrier_down_changes_total{device="veth5bbf640"} 1 node_network_carrier_down_changes_total{device="veth5c2be70"} 1 node_network_carrier_down_changes_total{device="veth5e43bcb"} 1 node_network_carrier_down_changes_total{device="veth5e512d5"} 1 node_network_carrier_down_changes_total{device="veth5f6cf00"} 1 node_network_carrier_down_changes_total{device="veth605ae29"} 1 node_network_carrier_down_changes_total{device="veth61e92eb"} 1 node_network_carrier_down_changes_total{device="veth67727bf"} 1 node_network_carrier_down_changes_total{device="veth6959b1c"} 1 node_network_carrier_down_changes_total{device="veth6a7b649"} 1 node_network_carrier_down_changes_total{device="veth6af9da9"} 1 node_network_carrier_down_changes_total{device="veth6e88e24"} 1 node_network_carrier_down_changes_total{device="veth6f6e79e"} 1 node_network_carrier_down_changes_total{device="veth71afbc8"} 1 node_network_carrier_down_changes_total{device="veth777df4e"} 1 node_network_carrier_down_changes_total{device="veth79c29ed"} 1 node_network_carrier_down_changes_total{device="veth7d470b3"} 1 node_network_carrier_down_changes_total{device="veth7e6b2b2"} 1 node_network_carrier_down_changes_total{device="veth8080026"} 1 node_network_carrier_down_changes_total{device="veth80c8f28"} 1 node_network_carrier_down_changes_total{device="veth867bd8a"} 1 node_network_carrier_down_changes_total{device="veth8ad6e05"} 1 node_network_carrier_down_changes_total{device="veth8d41d24"} 1 node_network_carrier_down_changes_total{device="veth8edde4b"} 1 node_network_carrier_down_changes_total{device="veth8fd70ab"} 1 node_network_carrier_down_changes_total{device="veth91c61c3"} 1 node_network_carrier_down_changes_total{device="veth95afbf6"} 1 node_network_carrier_down_changes_total{device="veth9942fe9"} 1 node_network_carrier_down_changes_total{device="veth9d6747d"} 1 node_network_carrier_down_changes_total{device="veth9e470ff"} 1 node_network_carrier_down_changes_total{device="veth9e616f3"} 1 node_network_carrier_down_changes_total{device="vetha0db503"} 1 node_network_carrier_down_changes_total{device="vetha2e0de9"} 1 node_network_carrier_down_changes_total{device="vetha347c19"} 1 node_network_carrier_down_changes_total{device="vetha4e280e"} 1 node_network_carrier_down_changes_total{device="vetha66f35b"} 1 node_network_carrier_down_changes_total{device="vetha8266f3"} 1 node_network_carrier_down_changes_total{device="vethaa08148"} 1 node_network_carrier_down_changes_total{device="vethab51fa2"} 1 node_network_carrier_down_changes_total{device="vethb109423"} 1 node_network_carrier_down_changes_total{device="vethb159df1"} 1 node_network_carrier_down_changes_total{device="vethb82dc8b"} 1 node_network_carrier_down_changes_total{device="vethbdf6179"} 1 node_network_carrier_down_changes_total{device="vethc0af00f"} 1 node_network_carrier_down_changes_total{device="vethc17a5d9"} 1 node_network_carrier_down_changes_total{device="vethd49f903"} 1 node_network_carrier_down_changes_total{device="vethd6ef29c"} 1 node_network_carrier_down_changes_total{device="vethd8c0529"} 1 node_network_carrier_down_changes_total{device="vethdba15b2"} 1 node_network_carrier_down_changes_total{device="vethdc5d466"} 1 node_network_carrier_down_changes_total{device="vethde77105"} 1 node_network_carrier_down_changes_total{device="vethdf0d449"} 1 node_network_carrier_down_changes_total{device="vethdf2eedb"} 1 node_network_carrier_down_changes_total{device="vethdfe400f"} 1 node_network_carrier_down_changes_total{device="vethe03cb12"} 1 node_network_carrier_down_changes_total{device="vethe140009"} 1 node_network_carrier_down_changes_total{device="vethe561898"} 1 node_network_carrier_down_changes_total{device="vethe622197"} 1 node_network_carrier_down_changes_total{device="vethe690fc2"} 1 node_network_carrier_down_changes_total{device="vethe75208c"} 1 node_network_carrier_down_changes_total{device="vethe819c9d"} 1 node_network_carrier_down_changes_total{device="vethe8f26e1"} 1 node_network_carrier_down_changes_total{device="vethec02a2f"} 1 node_network_carrier_down_changes_total{device="vethf52fc69"} 1 node_network_carrier_down_changes_total{device="vethf5f2bdc"} 1 node_network_carrier_down_changes_total{device="vethf6ff4cd"} 1 node_network_carrier_down_changes_total{device="vethfdc4032"} 1 node_network_carrier_down_changes_total{device="vethfde6e16"} 1 node_network_carrier_down_changes_total{device="vethfe4f272"} 1 node_network_carrier_down_changes_total{device="vethff25527"} 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-0d63b479b4b9"} 2 node_network_carrier_up_changes_total{device="br-1428219eb778"} 2 node_network_carrier_up_changes_total{device="br-1c2879387cc5"} 4 node_network_carrier_up_changes_total{device="br-6111cdc50d92"} 10 node_network_carrier_up_changes_total{device="br-91b42fdeda0f"} 3 node_network_carrier_up_changes_total{device="br-c8c58283364b"} 5 node_network_carrier_up_changes_total{device="br-e2635afb1c14"} 13 node_network_carrier_up_changes_total{device="docker0"} 291 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="veth0024ae7"} 1 node_network_carrier_up_changes_total{device="veth021590e"} 1 node_network_carrier_up_changes_total{device="veth021de55"} 1 node_network_carrier_up_changes_total{device="veth04f74cb"} 1 node_network_carrier_up_changes_total{device="veth07119a7"} 1 node_network_carrier_up_changes_total{device="veth0789552"} 1 node_network_carrier_up_changes_total{device="veth0904270"} 1 node_network_carrier_up_changes_total{device="veth092222b"} 1 node_network_carrier_up_changes_total{device="veth0babf41"} 1 node_network_carrier_up_changes_total{device="veth0c514db"} 1 node_network_carrier_up_changes_total{device="veth0d0efa0"} 1 node_network_carrier_up_changes_total{device="veth0f51749"} 1 node_network_carrier_up_changes_total{device="veth1274e51"} 1 node_network_carrier_up_changes_total{device="veth16725d5"} 1 node_network_carrier_up_changes_total{device="veth190409d"} 1 node_network_carrier_up_changes_total{device="veth19dc163"} 1 node_network_carrier_up_changes_total{device="veth1c31f79"} 1 node_network_carrier_up_changes_total{device="veth24d4199"} 1 node_network_carrier_up_changes_total{device="veth2b8cc2d"} 1 node_network_carrier_up_changes_total{device="veth2f93b3b"} 1 node_network_carrier_up_changes_total{device="veth3062e68"} 1 node_network_carrier_up_changes_total{device="veth35b693c"} 1 node_network_carrier_up_changes_total{device="veth368476f"} 1 node_network_carrier_up_changes_total{device="veth3804b08"} 1 node_network_carrier_up_changes_total{device="veth3ea2e1f"} 1 node_network_carrier_up_changes_total{device="veth3f1a18c"} 1 node_network_carrier_up_changes_total{device="veth3f91d8b"} 1 node_network_carrier_up_changes_total{device="veth4b32b94"} 1 node_network_carrier_up_changes_total{device="veth4d17d61"} 1 node_network_carrier_up_changes_total{device="veth502e64d"} 1 node_network_carrier_up_changes_total{device="veth5117d06"} 1 node_network_carrier_up_changes_total{device="veth538f204"} 1 node_network_carrier_up_changes_total{device="veth5494b5e"} 1 node_network_carrier_up_changes_total{device="veth568b23f"} 1 node_network_carrier_up_changes_total{device="veth580443a"} 1 node_network_carrier_up_changes_total{device="veth585b82d"} 1 node_network_carrier_up_changes_total{device="veth592e24b"} 1 node_network_carrier_up_changes_total{device="veth5938775"} 1 node_network_carrier_up_changes_total{device="veth5a56737"} 1 node_network_carrier_up_changes_total{device="veth5bbf640"} 1 node_network_carrier_up_changes_total{device="veth5c2be70"} 1 node_network_carrier_up_changes_total{device="veth5e43bcb"} 1 node_network_carrier_up_changes_total{device="veth5e512d5"} 1 node_network_carrier_up_changes_total{device="veth5f6cf00"} 1 node_network_carrier_up_changes_total{device="veth605ae29"} 1 node_network_carrier_up_changes_total{device="veth61e92eb"} 1 node_network_carrier_up_changes_total{device="veth67727bf"} 1 node_network_carrier_up_changes_total{device="veth6959b1c"} 1 node_network_carrier_up_changes_total{device="veth6a7b649"} 1 node_network_carrier_up_changes_total{device="veth6af9da9"} 1 node_network_carrier_up_changes_total{device="veth6e88e24"} 1 node_network_carrier_up_changes_total{device="veth6f6e79e"} 1 node_network_carrier_up_changes_total{device="veth71afbc8"} 1 node_network_carrier_up_changes_total{device="veth777df4e"} 1 node_network_carrier_up_changes_total{device="veth79c29ed"} 1 node_network_carrier_up_changes_total{device="veth7d470b3"} 1 node_network_carrier_up_changes_total{device="veth7e6b2b2"} 1 node_network_carrier_up_changes_total{device="veth8080026"} 1 node_network_carrier_up_changes_total{device="veth80c8f28"} 1 node_network_carrier_up_changes_total{device="veth867bd8a"} 1 node_network_carrier_up_changes_total{device="veth8ad6e05"} 1 node_network_carrier_up_changes_total{device="veth8d41d24"} 1 node_network_carrier_up_changes_total{device="veth8edde4b"} 1 node_network_carrier_up_changes_total{device="veth8fd70ab"} 1 node_network_carrier_up_changes_total{device="veth91c61c3"} 1 node_network_carrier_up_changes_total{device="veth95afbf6"} 1 node_network_carrier_up_changes_total{device="veth9942fe9"} 1 node_network_carrier_up_changes_total{device="veth9d6747d"} 1 node_network_carrier_up_changes_total{device="veth9e470ff"} 1 node_network_carrier_up_changes_total{device="veth9e616f3"} 1 node_network_carrier_up_changes_total{device="vetha0db503"} 1 node_network_carrier_up_changes_total{device="vetha2e0de9"} 1 node_network_carrier_up_changes_total{device="vetha347c19"} 1 node_network_carrier_up_changes_total{device="vetha4e280e"} 1 node_network_carrier_up_changes_total{device="vetha66f35b"} 1 node_network_carrier_up_changes_total{device="vetha8266f3"} 1 node_network_carrier_up_changes_total{device="vethaa08148"} 1 node_network_carrier_up_changes_total{device="vethab51fa2"} 1 node_network_carrier_up_changes_total{device="vethb109423"} 1 node_network_carrier_up_changes_total{device="vethb159df1"} 1 node_network_carrier_up_changes_total{device="vethb82dc8b"} 1 node_network_carrier_up_changes_total{device="vethbdf6179"} 1 node_network_carrier_up_changes_total{device="vethc0af00f"} 1 node_network_carrier_up_changes_total{device="vethc17a5d9"} 1 node_network_carrier_up_changes_total{device="vethd49f903"} 1 node_network_carrier_up_changes_total{device="vethd6ef29c"} 1 node_network_carrier_up_changes_total{device="vethd8c0529"} 1 node_network_carrier_up_changes_total{device="vethdba15b2"} 1 node_network_carrier_up_changes_total{device="vethdc5d466"} 1 node_network_carrier_up_changes_total{device="vethde77105"} 1 node_network_carrier_up_changes_total{device="vethdf0d449"} 1 node_network_carrier_up_changes_total{device="vethdf2eedb"} 1 node_network_carrier_up_changes_total{device="vethdfe400f"} 1 node_network_carrier_up_changes_total{device="vethe03cb12"} 1 node_network_carrier_up_changes_total{device="vethe140009"} 1 node_network_carrier_up_changes_total{device="vethe561898"} 1 node_network_carrier_up_changes_total{device="vethe622197"} 1 node_network_carrier_up_changes_total{device="vethe690fc2"} 1 node_network_carrier_up_changes_total{device="vethe75208c"} 1 node_network_carrier_up_changes_total{device="vethe819c9d"} 1 node_network_carrier_up_changes_total{device="vethe8f26e1"} 1 node_network_carrier_up_changes_total{device="vethec02a2f"} 1 node_network_carrier_up_changes_total{device="vethf52fc69"} 1 node_network_carrier_up_changes_total{device="vethf5f2bdc"} 1 node_network_carrier_up_changes_total{device="vethf6ff4cd"} 1 node_network_carrier_up_changes_total{device="vethfdc4032"} 1 node_network_carrier_up_changes_total{device="vethfde6e16"} 1 node_network_carrier_up_changes_total{device="vethfe4f272"} 1 node_network_carrier_up_changes_total{device="vethff25527"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0d63b479b4b9"} 0 node_network_device_id{device="br-1428219eb778"} 0 node_network_device_id{device="br-1c2879387cc5"} 0 node_network_device_id{device="br-6111cdc50d92"} 0 node_network_device_id{device="br-91b42fdeda0f"} 0 node_network_device_id{device="br-c8c58283364b"} 0 node_network_device_id{device="br-e2635afb1c14"} 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="veth0024ae7"} 0 node_network_device_id{device="veth021590e"} 0 node_network_device_id{device="veth021de55"} 0 node_network_device_id{device="veth04f74cb"} 0 node_network_device_id{device="veth07119a7"} 0 node_network_device_id{device="veth0789552"} 0 node_network_device_id{device="veth0904270"} 0 node_network_device_id{device="veth092222b"} 0 node_network_device_id{device="veth0babf41"} 0 node_network_device_id{device="veth0c514db"} 0 node_network_device_id{device="veth0d0efa0"} 0 node_network_device_id{device="veth0f51749"} 0 node_network_device_id{device="veth1274e51"} 0 node_network_device_id{device="veth16725d5"} 0 node_network_device_id{device="veth190409d"} 0 node_network_device_id{device="veth19dc163"} 0 node_network_device_id{device="veth1c31f79"} 0 node_network_device_id{device="veth24d4199"} 0 node_network_device_id{device="veth2b8cc2d"} 0 node_network_device_id{device="veth2f93b3b"} 0 node_network_device_id{device="veth3062e68"} 0 node_network_device_id{device="veth35b693c"} 0 node_network_device_id{device="veth368476f"} 0 node_network_device_id{device="veth3804b08"} 0 node_network_device_id{device="veth3ea2e1f"} 0 node_network_device_id{device="veth3f1a18c"} 0 node_network_device_id{device="veth3f91d8b"} 0 node_network_device_id{device="veth4b32b94"} 0 node_network_device_id{device="veth4d17d61"} 0 node_network_device_id{device="veth502e64d"} 0 node_network_device_id{device="veth5117d06"} 0 node_network_device_id{device="veth538f204"} 0 node_network_device_id{device="veth5494b5e"} 0 node_network_device_id{device="veth568b23f"} 0 node_network_device_id{device="veth580443a"} 0 node_network_device_id{device="veth585b82d"} 0 node_network_device_id{device="veth592e24b"} 0 node_network_device_id{device="veth5938775"} 0 node_network_device_id{device="veth5a56737"} 0 node_network_device_id{device="veth5bbf640"} 0 node_network_device_id{device="veth5c2be70"} 0 node_network_device_id{device="veth5e43bcb"} 0 node_network_device_id{device="veth5e512d5"} 0 node_network_device_id{device="veth5f6cf00"} 0 node_network_device_id{device="veth605ae29"} 0 node_network_device_id{device="veth61e92eb"} 0 node_network_device_id{device="veth67727bf"} 0 node_network_device_id{device="veth6959b1c"} 0 node_network_device_id{device="veth6a7b649"} 0 node_network_device_id{device="veth6af9da9"} 0 node_network_device_id{device="veth6e88e24"} 0 node_network_device_id{device="veth6f6e79e"} 0 node_network_device_id{device="veth71afbc8"} 0 node_network_device_id{device="veth777df4e"} 0 node_network_device_id{device="veth79c29ed"} 0 node_network_device_id{device="veth7d470b3"} 0 node_network_device_id{device="veth7e6b2b2"} 0 node_network_device_id{device="veth8080026"} 0 node_network_device_id{device="veth80c8f28"} 0 node_network_device_id{device="veth867bd8a"} 0 node_network_device_id{device="veth8ad6e05"} 0 node_network_device_id{device="veth8d41d24"} 0 node_network_device_id{device="veth8edde4b"} 0 node_network_device_id{device="veth8fd70ab"} 0 node_network_device_id{device="veth91c61c3"} 0 node_network_device_id{device="veth95afbf6"} 0 node_network_device_id{device="veth9942fe9"} 0 node_network_device_id{device="veth9d6747d"} 0 node_network_device_id{device="veth9e470ff"} 0 node_network_device_id{device="veth9e616f3"} 0 node_network_device_id{device="vetha0db503"} 0 node_network_device_id{device="vetha2e0de9"} 0 node_network_device_id{device="vetha347c19"} 0 node_network_device_id{device="vetha4e280e"} 0 node_network_device_id{device="vetha66f35b"} 0 node_network_device_id{device="vetha8266f3"} 0 node_network_device_id{device="vethaa08148"} 0 node_network_device_id{device="vethab51fa2"} 0 node_network_device_id{device="vethb109423"} 0 node_network_device_id{device="vethb159df1"} 0 node_network_device_id{device="vethb82dc8b"} 0 node_network_device_id{device="vethbdf6179"} 0 node_network_device_id{device="vethc0af00f"} 0 node_network_device_id{device="vethc17a5d9"} 0 node_network_device_id{device="vethd49f903"} 0 node_network_device_id{device="vethd6ef29c"} 0 node_network_device_id{device="vethd8c0529"} 0 node_network_device_id{device="vethdba15b2"} 0 node_network_device_id{device="vethdc5d466"} 0 node_network_device_id{device="vethde77105"} 0 node_network_device_id{device="vethdf0d449"} 0 node_network_device_id{device="vethdf2eedb"} 0 node_network_device_id{device="vethdfe400f"} 0 node_network_device_id{device="vethe03cb12"} 0 node_network_device_id{device="vethe140009"} 0 node_network_device_id{device="vethe561898"} 0 node_network_device_id{device="vethe622197"} 0 node_network_device_id{device="vethe690fc2"} 0 node_network_device_id{device="vethe75208c"} 0 node_network_device_id{device="vethe819c9d"} 0 node_network_device_id{device="vethe8f26e1"} 0 node_network_device_id{device="vethec02a2f"} 0 node_network_device_id{device="vethf52fc69"} 0 node_network_device_id{device="vethf5f2bdc"} 0 node_network_device_id{device="vethf6ff4cd"} 0 node_network_device_id{device="vethfdc4032"} 0 node_network_device_id{device="vethfde6e16"} 0 node_network_device_id{device="vethfe4f272"} 0 node_network_device_id{device="vethff25527"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0d63b479b4b9"} 0 node_network_dormant{device="br-1428219eb778"} 0 node_network_dormant{device="br-1c2879387cc5"} 0 node_network_dormant{device="br-6111cdc50d92"} 0 node_network_dormant{device="br-91b42fdeda0f"} 0 node_network_dormant{device="br-c8c58283364b"} 0 node_network_dormant{device="br-e2635afb1c14"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0024ae7"} 0 node_network_dormant{device="veth021590e"} 0 node_network_dormant{device="veth021de55"} 0 node_network_dormant{device="veth04f74cb"} 0 node_network_dormant{device="veth07119a7"} 0 node_network_dormant{device="veth0789552"} 0 node_network_dormant{device="veth0904270"} 0 node_network_dormant{device="veth092222b"} 0 node_network_dormant{device="veth0babf41"} 0 node_network_dormant{device="veth0c514db"} 0 node_network_dormant{device="veth0d0efa0"} 0 node_network_dormant{device="veth0f51749"} 0 node_network_dormant{device="veth1274e51"} 0 node_network_dormant{device="veth16725d5"} 0 node_network_dormant{device="veth190409d"} 0 node_network_dormant{device="veth19dc163"} 0 node_network_dormant{device="veth1c31f79"} 0 node_network_dormant{device="veth24d4199"} 0 node_network_dormant{device="veth2b8cc2d"} 0 node_network_dormant{device="veth2f93b3b"} 0 node_network_dormant{device="veth3062e68"} 0 node_network_dormant{device="veth35b693c"} 0 node_network_dormant{device="veth368476f"} 0 node_network_dormant{device="veth3804b08"} 0 node_network_dormant{device="veth3ea2e1f"} 0 node_network_dormant{device="veth3f1a18c"} 0 node_network_dormant{device="veth3f91d8b"} 0 node_network_dormant{device="veth4b32b94"} 0 node_network_dormant{device="veth4d17d61"} 0 node_network_dormant{device="veth502e64d"} 0 node_network_dormant{device="veth5117d06"} 0 node_network_dormant{device="veth538f204"} 0 node_network_dormant{device="veth5494b5e"} 0 node_network_dormant{device="veth568b23f"} 0 node_network_dormant{device="veth580443a"} 0 node_network_dormant{device="veth585b82d"} 0 node_network_dormant{device="veth592e24b"} 0 node_network_dormant{device="veth5938775"} 0 node_network_dormant{device="veth5a56737"} 0 node_network_dormant{device="veth5bbf640"} 0 node_network_dormant{device="veth5c2be70"} 0 node_network_dormant{device="veth5e43bcb"} 0 node_network_dormant{device="veth5e512d5"} 0 node_network_dormant{device="veth5f6cf00"} 0 node_network_dormant{device="veth605ae29"} 0 node_network_dormant{device="veth61e92eb"} 0 node_network_dormant{device="veth67727bf"} 0 node_network_dormant{device="veth6959b1c"} 0 node_network_dormant{device="veth6a7b649"} 0 node_network_dormant{device="veth6af9da9"} 0 node_network_dormant{device="veth6e88e24"} 0 node_network_dormant{device="veth6f6e79e"} 0 node_network_dormant{device="veth71afbc8"} 0 node_network_dormant{device="veth777df4e"} 0 node_network_dormant{device="veth79c29ed"} 0 node_network_dormant{device="veth7d470b3"} 0 node_network_dormant{device="veth7e6b2b2"} 0 node_network_dormant{device="veth8080026"} 0 node_network_dormant{device="veth80c8f28"} 0 node_network_dormant{device="veth867bd8a"} 0 node_network_dormant{device="veth8ad6e05"} 0 node_network_dormant{device="veth8d41d24"} 0 node_network_dormant{device="veth8edde4b"} 0 node_network_dormant{device="veth8fd70ab"} 0 node_network_dormant{device="veth91c61c3"} 0 node_network_dormant{device="veth95afbf6"} 0 node_network_dormant{device="veth9942fe9"} 0 node_network_dormant{device="veth9d6747d"} 0 node_network_dormant{device="veth9e470ff"} 0 node_network_dormant{device="veth9e616f3"} 0 node_network_dormant{device="vetha0db503"} 0 node_network_dormant{device="vetha2e0de9"} 0 node_network_dormant{device="vetha347c19"} 0 node_network_dormant{device="vetha4e280e"} 0 node_network_dormant{device="vetha66f35b"} 0 node_network_dormant{device="vetha8266f3"} 0 node_network_dormant{device="vethaa08148"} 0 node_network_dormant{device="vethab51fa2"} 0 node_network_dormant{device="vethb109423"} 0 node_network_dormant{device="vethb159df1"} 0 node_network_dormant{device="vethb82dc8b"} 0 node_network_dormant{device="vethbdf6179"} 0 node_network_dormant{device="vethc0af00f"} 0 node_network_dormant{device="vethc17a5d9"} 0 node_network_dormant{device="vethd49f903"} 0 node_network_dormant{device="vethd6ef29c"} 0 node_network_dormant{device="vethd8c0529"} 0 node_network_dormant{device="vethdba15b2"} 0 node_network_dormant{device="vethdc5d466"} 0 node_network_dormant{device="vethde77105"} 0 node_network_dormant{device="vethdf0d449"} 0 node_network_dormant{device="vethdf2eedb"} 0 node_network_dormant{device="vethdfe400f"} 0 node_network_dormant{device="vethe03cb12"} 0 node_network_dormant{device="vethe140009"} 0 node_network_dormant{device="vethe561898"} 0 node_network_dormant{device="vethe622197"} 0 node_network_dormant{device="vethe690fc2"} 0 node_network_dormant{device="vethe75208c"} 0 node_network_dormant{device="vethe819c9d"} 0 node_network_dormant{device="vethe8f26e1"} 0 node_network_dormant{device="vethec02a2f"} 0 node_network_dormant{device="vethf52fc69"} 0 node_network_dormant{device="vethf5f2bdc"} 0 node_network_dormant{device="vethf6ff4cd"} 0 node_network_dormant{device="vethfdc4032"} 0 node_network_dormant{device="vethfde6e16"} 0 node_network_dormant{device="vethfe4f272"} 0 node_network_dormant{device="vethff25527"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0d63b479b4b9"} 4099 node_network_flags{device="br-1428219eb778"} 4099 node_network_flags{device="br-1c2879387cc5"} 4099 node_network_flags{device="br-6111cdc50d92"} 4099 node_network_flags{device="br-91b42fdeda0f"} 4099 node_network_flags{device="br-c8c58283364b"} 4099 node_network_flags{device="br-e2635afb1c14"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0024ae7"} 4867 node_network_flags{device="veth021590e"} 4867 node_network_flags{device="veth021de55"} 4867 node_network_flags{device="veth04f74cb"} 4867 node_network_flags{device="veth07119a7"} 4867 node_network_flags{device="veth0789552"} 4867 node_network_flags{device="veth0904270"} 4867 node_network_flags{device="veth092222b"} 4867 node_network_flags{device="veth0babf41"} 4867 node_network_flags{device="veth0c514db"} 4867 node_network_flags{device="veth0d0efa0"} 4867 node_network_flags{device="veth0f51749"} 4867 node_network_flags{device="veth1274e51"} 4867 node_network_flags{device="veth16725d5"} 4867 node_network_flags{device="veth190409d"} 4867 node_network_flags{device="veth19dc163"} 4867 node_network_flags{device="veth1c31f79"} 4867 node_network_flags{device="veth24d4199"} 4867 node_network_flags{device="veth2b8cc2d"} 4867 node_network_flags{device="veth2f93b3b"} 4867 node_network_flags{device="veth3062e68"} 4867 node_network_flags{device="veth35b693c"} 4867 node_network_flags{device="veth368476f"} 4867 node_network_flags{device="veth3804b08"} 4867 node_network_flags{device="veth3ea2e1f"} 4867 node_network_flags{device="veth3f1a18c"} 4867 node_network_flags{device="veth3f91d8b"} 4867 node_network_flags{device="veth4b32b94"} 4867 node_network_flags{device="veth4d17d61"} 4867 node_network_flags{device="veth502e64d"} 4867 node_network_flags{device="veth5117d06"} 4867 node_network_flags{device="veth538f204"} 4867 node_network_flags{device="veth5494b5e"} 4867 node_network_flags{device="veth568b23f"} 4867 node_network_flags{device="veth580443a"} 4867 node_network_flags{device="veth585b82d"} 4867 node_network_flags{device="veth592e24b"} 4867 node_network_flags{device="veth5938775"} 4867 node_network_flags{device="veth5a56737"} 4867 node_network_flags{device="veth5bbf640"} 4867 node_network_flags{device="veth5c2be70"} 4867 node_network_flags{device="veth5e43bcb"} 4867 node_network_flags{device="veth5e512d5"} 4867 node_network_flags{device="veth5f6cf00"} 4867 node_network_flags{device="veth605ae29"} 4867 node_network_flags{device="veth61e92eb"} 4867 node_network_flags{device="veth67727bf"} 4867 node_network_flags{device="veth6959b1c"} 4867 node_network_flags{device="veth6a7b649"} 4867 node_network_flags{device="veth6af9da9"} 4867 node_network_flags{device="veth6e88e24"} 4867 node_network_flags{device="veth6f6e79e"} 4867 node_network_flags{device="veth71afbc8"} 4867 node_network_flags{device="veth777df4e"} 4867 node_network_flags{device="veth79c29ed"} 4867 node_network_flags{device="veth7d470b3"} 4867 node_network_flags{device="veth7e6b2b2"} 4867 node_network_flags{device="veth8080026"} 4867 node_network_flags{device="veth80c8f28"} 4867 node_network_flags{device="veth867bd8a"} 4867 node_network_flags{device="veth8ad6e05"} 4867 node_network_flags{device="veth8d41d24"} 4867 node_network_flags{device="veth8edde4b"} 4867 node_network_flags{device="veth8fd70ab"} 4867 node_network_flags{device="veth91c61c3"} 4867 node_network_flags{device="veth95afbf6"} 4867 node_network_flags{device="veth9942fe9"} 4867 node_network_flags{device="veth9d6747d"} 4867 node_network_flags{device="veth9e470ff"} 4867 node_network_flags{device="veth9e616f3"} 4867 node_network_flags{device="vetha0db503"} 4867 node_network_flags{device="vetha2e0de9"} 4867 node_network_flags{device="vetha347c19"} 4867 node_network_flags{device="vetha4e280e"} 4867 node_network_flags{device="vetha66f35b"} 4867 node_network_flags{device="vetha8266f3"} 4867 node_network_flags{device="vethaa08148"} 4867 node_network_flags{device="vethab51fa2"} 4867 node_network_flags{device="vethb109423"} 4867 node_network_flags{device="vethb159df1"} 4867 node_network_flags{device="vethb82dc8b"} 4867 node_network_flags{device="vethbdf6179"} 4867 node_network_flags{device="vethc0af00f"} 4867 node_network_flags{device="vethc17a5d9"} 4867 node_network_flags{device="vethd49f903"} 4867 node_network_flags{device="vethd6ef29c"} 4867 node_network_flags{device="vethd8c0529"} 4867 node_network_flags{device="vethdba15b2"} 4867 node_network_flags{device="vethdc5d466"} 4867 node_network_flags{device="vethde77105"} 4867 node_network_flags{device="vethdf0d449"} 4867 node_network_flags{device="vethdf2eedb"} 4867 node_network_flags{device="vethdfe400f"} 4867 node_network_flags{device="vethe03cb12"} 4867 node_network_flags{device="vethe140009"} 4867 node_network_flags{device="vethe561898"} 4867 node_network_flags{device="vethe622197"} 4867 node_network_flags{device="vethe690fc2"} 4867 node_network_flags{device="vethe75208c"} 4867 node_network_flags{device="vethe819c9d"} 4867 node_network_flags{device="vethe8f26e1"} 4867 node_network_flags{device="vethec02a2f"} 4867 node_network_flags{device="vethf52fc69"} 4867 node_network_flags{device="vethf5f2bdc"} 4867 node_network_flags{device="vethf6ff4cd"} 4867 node_network_flags{device="vethfdc4032"} 4867 node_network_flags{device="vethfde6e16"} 4867 node_network_flags{device="vethfe4f272"} 4867 node_network_flags{device="vethff25527"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0d63b479b4b9"} 442 node_network_iface_id{device="br-1428219eb778"} 5 node_network_iface_id{device="br-1c2879387cc5"} 72872 node_network_iface_id{device="br-6111cdc50d92"} 6 node_network_iface_id{device="br-91b42fdeda0f"} 8 node_network_iface_id{device="br-c8c58283364b"} 9 node_network_iface_id{device="br-e2635afb1c14"} 10 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0024ae7"} 86898 node_network_iface_id{device="veth021590e"} 88386 node_network_iface_id{device="veth021de55"} 86896 node_network_iface_id{device="veth04f74cb"} 90412 node_network_iface_id{device="veth07119a7"} 86924 node_network_iface_id{device="veth0789552"} 88408 node_network_iface_id{device="veth0904270"} 72879 node_network_iface_id{device="veth092222b"} 72874 node_network_iface_id{device="veth0babf41"} 85786 node_network_iface_id{device="veth0c514db"} 86862 node_network_iface_id{device="veth0d0efa0"} 72876 node_network_iface_id{device="veth0f51749"} 88978 node_network_iface_id{device="veth1274e51"} 88981 node_network_iface_id{device="veth16725d5"} 86921 node_network_iface_id{device="veth190409d"} 87703 node_network_iface_id{device="veth19dc163"} 86903 node_network_iface_id{device="veth1c31f79"} 88425 node_network_iface_id{device="veth24d4199"} 85790 node_network_iface_id{device="veth2b8cc2d"} 87707 node_network_iface_id{device="veth2f93b3b"} 86895 node_network_iface_id{device="veth3062e68"} 85784 node_network_iface_id{device="veth35b693c"} 72883 node_network_iface_id{device="veth368476f"} 85780 node_network_iface_id{device="veth3804b08"} 86863 node_network_iface_id{device="veth3ea2e1f"} 88979 node_network_iface_id{device="veth3f1a18c"} 85794 node_network_iface_id{device="veth3f91d8b"} 90766 node_network_iface_id{device="veth4b32b94"} 72884 node_network_iface_id{device="veth4d17d61"} 86900 node_network_iface_id{device="veth502e64d"} 88403 node_network_iface_id{device="veth5117d06"} 85770 node_network_iface_id{device="veth538f204"} 88436 node_network_iface_id{device="veth5494b5e"} 86905 node_network_iface_id{device="veth568b23f"} 85788 node_network_iface_id{device="veth580443a"} 88407 node_network_iface_id{device="veth585b82d"} 88412 node_network_iface_id{device="veth592e24b"} 86913 node_network_iface_id{device="veth5938775"} 72881 node_network_iface_id{device="veth5a56737"} 86891 node_network_iface_id{device="veth5bbf640"} 444 node_network_iface_id{device="veth5c2be70"} 90765 node_network_iface_id{device="veth5e43bcb"} 72882 node_network_iface_id{device="veth5e512d5"} 88380 node_network_iface_id{device="veth5f6cf00"} 89489 node_network_iface_id{device="veth605ae29"} 88405 node_network_iface_id{device="veth61e92eb"} 86902 node_network_iface_id{device="veth67727bf"} 86914 node_network_iface_id{device="veth6959b1c"} 90790 node_network_iface_id{device="veth6a7b649"} 85777 node_network_iface_id{device="veth6af9da9"} 86865 node_network_iface_id{device="veth6e88e24"} 86920 node_network_iface_id{device="veth6f6e79e"} 90298 node_network_iface_id{device="veth71afbc8"} 86897 node_network_iface_id{device="veth777df4e"} 443 node_network_iface_id{device="veth79c29ed"} 86908 node_network_iface_id{device="veth7d470b3"} 85787 node_network_iface_id{device="veth7e6b2b2"} 88385 node_network_iface_id{device="veth8080026"} 86909 node_network_iface_id{device="veth80c8f28"} 89844 node_network_iface_id{device="veth867bd8a"} 86888 node_network_iface_id{device="veth8ad6e05"} 88435 node_network_iface_id{device="veth8d41d24"} 85792 node_network_iface_id{device="veth8edde4b"} 86906 node_network_iface_id{device="veth8fd70ab"} 86867 node_network_iface_id{device="veth91c61c3"} 87560 node_network_iface_id{device="veth95afbf6"} 85773 node_network_iface_id{device="veth9942fe9"} 86868 node_network_iface_id{device="veth9d6747d"} 88084 node_network_iface_id{device="veth9e470ff"} 86925 node_network_iface_id{device="veth9e616f3"} 86894 node_network_iface_id{device="vetha0db503"} 86911 node_network_iface_id{device="vetha2e0de9"} 85795 node_network_iface_id{device="vetha347c19"} 72880 node_network_iface_id{device="vetha4e280e"} 86919 node_network_iface_id{device="vetha66f35b"} 85796 node_network_iface_id{device="vetha8266f3"} 88400 node_network_iface_id{device="vethaa08148"} 88409 node_network_iface_id{device="vethab51fa2"} 89524 node_network_iface_id{device="vethb109423"} 88420 node_network_iface_id{device="vethb159df1"} 88410 node_network_iface_id{device="vethb82dc8b"} 86916 node_network_iface_id{device="vethbdf6179"} 86912 node_network_iface_id{device="vethc0af00f"} 88980 node_network_iface_id{device="vethc17a5d9"} 88977 node_network_iface_id{device="vethd49f903"} 88975 node_network_iface_id{device="vethd6ef29c"} 86901 node_network_iface_id{device="vethd8c0529"} 85785 node_network_iface_id{device="vethdba15b2"} 72873 node_network_iface_id{device="vethdc5d466"} 88426 node_network_iface_id{device="vethde77105"} 88401 node_network_iface_id{device="vethdf0d449"} 85778 node_network_iface_id{device="vethdf2eedb"} 88976 node_network_iface_id{device="vethdfe400f"} 85789 node_network_iface_id{device="vethe03cb12"} 90632 node_network_iface_id{device="vethe140009"} 85781 node_network_iface_id{device="vethe561898"} 88086 node_network_iface_id{device="vethe622197"} 87706 node_network_iface_id{device="vethe690fc2"} 72878 node_network_iface_id{device="vethe75208c"} 85782 node_network_iface_id{device="vethe819c9d"} 88432 node_network_iface_id{device="vethe8f26e1"} 86904 node_network_iface_id{device="vethec02a2f"} 85774 node_network_iface_id{device="vethf52fc69"} 88382 node_network_iface_id{device="vethf5f2bdc"} 85776 node_network_iface_id{device="vethf6ff4cd"} 85791 node_network_iface_id{device="vethfdc4032"} 85772 node_network_iface_id{device="vethfde6e16"} 86855 node_network_iface_id{device="vethfe4f272"} 86856 node_network_iface_id{device="vethff25527"} 88421 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0d63b479b4b9"} 442 node_network_iface_link{device="br-1428219eb778"} 5 node_network_iface_link{device="br-1c2879387cc5"} 72872 node_network_iface_link{device="br-6111cdc50d92"} 6 node_network_iface_link{device="br-91b42fdeda0f"} 8 node_network_iface_link{device="br-c8c58283364b"} 9 node_network_iface_link{device="br-e2635afb1c14"} 10 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0024ae7"} 2 node_network_iface_link{device="veth021590e"} 3 node_network_iface_link{device="veth021de55"} 2 node_network_iface_link{device="veth04f74cb"} 2 node_network_iface_link{device="veth07119a7"} 2 node_network_iface_link{device="veth0789552"} 2 node_network_iface_link{device="veth0904270"} 2 node_network_iface_link{device="veth092222b"} 2 node_network_iface_link{device="veth0babf41"} 2 node_network_iface_link{device="veth0c514db"} 2 node_network_iface_link{device="veth0d0efa0"} 2 node_network_iface_link{device="veth0f51749"} 2 node_network_iface_link{device="veth1274e51"} 3 node_network_iface_link{device="veth16725d5"} 4 node_network_iface_link{device="veth190409d"} 2 node_network_iface_link{device="veth19dc163"} 2 node_network_iface_link{device="veth1c31f79"} 2 node_network_iface_link{device="veth24d4199"} 2 node_network_iface_link{device="veth2b8cc2d"} 2 node_network_iface_link{device="veth2f93b3b"} 2 node_network_iface_link{device="veth3062e68"} 2 node_network_iface_link{device="veth35b693c"} 3 node_network_iface_link{device="veth368476f"} 2 node_network_iface_link{device="veth3804b08"} 3 node_network_iface_link{device="veth3ea2e1f"} 2 node_network_iface_link{device="veth3f1a18c"} 2 node_network_iface_link{device="veth3f91d8b"} 2 node_network_iface_link{device="veth4b32b94"} 2 node_network_iface_link{device="veth4d17d61"} 2 node_network_iface_link{device="veth502e64d"} 2 node_network_iface_link{device="veth5117d06"} 2 node_network_iface_link{device="veth538f204"} 3 node_network_iface_link{device="veth5494b5e"} 2 node_network_iface_link{device="veth568b23f"} 2 node_network_iface_link{device="veth580443a"} 2 node_network_iface_link{device="veth585b82d"} 2 node_network_iface_link{device="veth592e24b"} 3 node_network_iface_link{device="veth5938775"} 3 node_network_iface_link{device="veth5a56737"} 2 node_network_iface_link{device="veth5bbf640"} 3 node_network_iface_link{device="veth5c2be70"} 2 node_network_iface_link{device="veth5e43bcb"} 2 node_network_iface_link{device="veth5e512d5"} 2 node_network_iface_link{device="veth5f6cf00"} 2 node_network_iface_link{device="veth605ae29"} 2 node_network_iface_link{device="veth61e92eb"} 2 node_network_iface_link{device="veth67727bf"} 3 node_network_iface_link{device="veth6959b1c"} 2 node_network_iface_link{device="veth6a7b649"} 2 node_network_iface_link{device="veth6af9da9"} 2 node_network_iface_link{device="veth6e88e24"} 3 node_network_iface_link{device="veth6f6e79e"} 2 node_network_iface_link{device="veth71afbc8"} 2 node_network_iface_link{device="veth777df4e"} 2 node_network_iface_link{device="veth79c29ed"} 3 node_network_iface_link{device="veth7d470b3"} 2 node_network_iface_link{device="veth7e6b2b2"} 2 node_network_iface_link{device="veth8080026"} 2 node_network_iface_link{device="veth80c8f28"} 2 node_network_iface_link{device="veth867bd8a"} 2 node_network_iface_link{device="veth8ad6e05"} 2 node_network_iface_link{device="veth8d41d24"} 2 node_network_iface_link{device="veth8edde4b"} 3 node_network_iface_link{device="veth8fd70ab"} 3 node_network_iface_link{device="veth91c61c3"} 2 node_network_iface_link{device="veth95afbf6"} 2 node_network_iface_link{device="veth9942fe9"} 4 node_network_iface_link{device="veth9d6747d"} 2 node_network_iface_link{device="veth9e470ff"} 3 node_network_iface_link{device="veth9e616f3"} 2 node_network_iface_link{device="vetha0db503"} 3 node_network_iface_link{device="vetha2e0de9"} 3 node_network_iface_link{device="vetha347c19"} 2 node_network_iface_link{device="vetha4e280e"} 2 node_network_iface_link{device="vetha66f35b"} 2 node_network_iface_link{device="vetha8266f3"} 2 node_network_iface_link{device="vethaa08148"} 2 node_network_iface_link{device="vethab51fa2"} 2 node_network_iface_link{device="vethb109423"} 2 node_network_iface_link{device="vethb159df1"} 2 node_network_iface_link{device="vethb82dc8b"} 3 node_network_iface_link{device="vethbdf6179"} 3 node_network_iface_link{device="vethc0af00f"} 3 node_network_iface_link{device="vethc17a5d9"} 2 node_network_iface_link{device="vethd49f903"} 2 node_network_iface_link{device="vethd6ef29c"} 2 node_network_iface_link{device="vethd8c0529"} 2 node_network_iface_link{device="vethdba15b2"} 2 node_network_iface_link{device="vethdc5d466"} 2 node_network_iface_link{device="vethde77105"} 2 node_network_iface_link{device="vethdf0d449"} 2 node_network_iface_link{device="vethdf2eedb"} 2 node_network_iface_link{device="vethdfe400f"} 2 node_network_iface_link{device="vethe03cb12"} 2 node_network_iface_link{device="vethe140009"} 2 node_network_iface_link{device="vethe561898"} 2 node_network_iface_link{device="vethe622197"} 2 node_network_iface_link{device="vethe690fc2"} 2 node_network_iface_link{device="vethe75208c"} 2 node_network_iface_link{device="vethe819c9d"} 2 node_network_iface_link{device="vethe8f26e1"} 3 node_network_iface_link{device="vethec02a2f"} 2 node_network_iface_link{device="vethf52fc69"} 2 node_network_iface_link{device="vethf5f2bdc"} 2 node_network_iface_link{device="vethf6ff4cd"} 2 node_network_iface_link{device="vethfdc4032"} 2 node_network_iface_link{device="vethfde6e16"} 2 node_network_iface_link{device="vethfe4f272"} 2 node_network_iface_link{device="vethff25527"} 2 # 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-0d63b479b4b9"} 0 node_network_iface_link_mode{device="br-1428219eb778"} 0 node_network_iface_link_mode{device="br-1c2879387cc5"} 0 node_network_iface_link_mode{device="br-6111cdc50d92"} 0 node_network_iface_link_mode{device="br-91b42fdeda0f"} 0 node_network_iface_link_mode{device="br-c8c58283364b"} 0 node_network_iface_link_mode{device="br-e2635afb1c14"} 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="veth0024ae7"} 0 node_network_iface_link_mode{device="veth021590e"} 0 node_network_iface_link_mode{device="veth021de55"} 0 node_network_iface_link_mode{device="veth04f74cb"} 0 node_network_iface_link_mode{device="veth07119a7"} 0 node_network_iface_link_mode{device="veth0789552"} 0 node_network_iface_link_mode{device="veth0904270"} 0 node_network_iface_link_mode{device="veth092222b"} 0 node_network_iface_link_mode{device="veth0babf41"} 0 node_network_iface_link_mode{device="veth0c514db"} 0 node_network_iface_link_mode{device="veth0d0efa0"} 0 node_network_iface_link_mode{device="veth0f51749"} 0 node_network_iface_link_mode{device="veth1274e51"} 0 node_network_iface_link_mode{device="veth16725d5"} 0 node_network_iface_link_mode{device="veth190409d"} 0 node_network_iface_link_mode{device="veth19dc163"} 0 node_network_iface_link_mode{device="veth1c31f79"} 0 node_network_iface_link_mode{device="veth24d4199"} 0 node_network_iface_link_mode{device="veth2b8cc2d"} 0 node_network_iface_link_mode{device="veth2f93b3b"} 0 node_network_iface_link_mode{device="veth3062e68"} 0 node_network_iface_link_mode{device="veth35b693c"} 0 node_network_iface_link_mode{device="veth368476f"} 0 node_network_iface_link_mode{device="veth3804b08"} 0 node_network_iface_link_mode{device="veth3ea2e1f"} 0 node_network_iface_link_mode{device="veth3f1a18c"} 0 node_network_iface_link_mode{device="veth3f91d8b"} 0 node_network_iface_link_mode{device="veth4b32b94"} 0 node_network_iface_link_mode{device="veth4d17d61"} 0 node_network_iface_link_mode{device="veth502e64d"} 0 node_network_iface_link_mode{device="veth5117d06"} 0 node_network_iface_link_mode{device="veth538f204"} 0 node_network_iface_link_mode{device="veth5494b5e"} 0 node_network_iface_link_mode{device="veth568b23f"} 0 node_network_iface_link_mode{device="veth580443a"} 0 node_network_iface_link_mode{device="veth585b82d"} 0 node_network_iface_link_mode{device="veth592e24b"} 0 node_network_iface_link_mode{device="veth5938775"} 0 node_network_iface_link_mode{device="veth5a56737"} 0 node_network_iface_link_mode{device="veth5bbf640"} 0 node_network_iface_link_mode{device="veth5c2be70"} 0 node_network_iface_link_mode{device="veth5e43bcb"} 0 node_network_iface_link_mode{device="veth5e512d5"} 0 node_network_iface_link_mode{device="veth5f6cf00"} 0 node_network_iface_link_mode{device="veth605ae29"} 0 node_network_iface_link_mode{device="veth61e92eb"} 0 node_network_iface_link_mode{device="veth67727bf"} 0 node_network_iface_link_mode{device="veth6959b1c"} 0 node_network_iface_link_mode{device="veth6a7b649"} 0 node_network_iface_link_mode{device="veth6af9da9"} 0 node_network_iface_link_mode{device="veth6e88e24"} 0 node_network_iface_link_mode{device="veth6f6e79e"} 0 node_network_iface_link_mode{device="veth71afbc8"} 0 node_network_iface_link_mode{device="veth777df4e"} 0 node_network_iface_link_mode{device="veth79c29ed"} 0 node_network_iface_link_mode{device="veth7d470b3"} 0 node_network_iface_link_mode{device="veth7e6b2b2"} 0 node_network_iface_link_mode{device="veth8080026"} 0 node_network_iface_link_mode{device="veth80c8f28"} 0 node_network_iface_link_mode{device="veth867bd8a"} 0 node_network_iface_link_mode{device="veth8ad6e05"} 0 node_network_iface_link_mode{device="veth8d41d24"} 0 node_network_iface_link_mode{device="veth8edde4b"} 0 node_network_iface_link_mode{device="veth8fd70ab"} 0 node_network_iface_link_mode{device="veth91c61c3"} 0 node_network_iface_link_mode{device="veth95afbf6"} 0 node_network_iface_link_mode{device="veth9942fe9"} 0 node_network_iface_link_mode{device="veth9d6747d"} 0 node_network_iface_link_mode{device="veth9e470ff"} 0 node_network_iface_link_mode{device="veth9e616f3"} 0 node_network_iface_link_mode{device="vetha0db503"} 0 node_network_iface_link_mode{device="vetha2e0de9"} 0 node_network_iface_link_mode{device="vetha347c19"} 0 node_network_iface_link_mode{device="vetha4e280e"} 0 node_network_iface_link_mode{device="vetha66f35b"} 0 node_network_iface_link_mode{device="vetha8266f3"} 0 node_network_iface_link_mode{device="vethaa08148"} 0 node_network_iface_link_mode{device="vethab51fa2"} 0 node_network_iface_link_mode{device="vethb109423"} 0 node_network_iface_link_mode{device="vethb159df1"} 0 node_network_iface_link_mode{device="vethb82dc8b"} 0 node_network_iface_link_mode{device="vethbdf6179"} 0 node_network_iface_link_mode{device="vethc0af00f"} 0 node_network_iface_link_mode{device="vethc17a5d9"} 0 node_network_iface_link_mode{device="vethd49f903"} 0 node_network_iface_link_mode{device="vethd6ef29c"} 0 node_network_iface_link_mode{device="vethd8c0529"} 0 node_network_iface_link_mode{device="vethdba15b2"} 0 node_network_iface_link_mode{device="vethdc5d466"} 0 node_network_iface_link_mode{device="vethde77105"} 0 node_network_iface_link_mode{device="vethdf0d449"} 0 node_network_iface_link_mode{device="vethdf2eedb"} 0 node_network_iface_link_mode{device="vethdfe400f"} 0 node_network_iface_link_mode{device="vethe03cb12"} 0 node_network_iface_link_mode{device="vethe140009"} 0 node_network_iface_link_mode{device="vethe561898"} 0 node_network_iface_link_mode{device="vethe622197"} 0 node_network_iface_link_mode{device="vethe690fc2"} 0 node_network_iface_link_mode{device="vethe75208c"} 0 node_network_iface_link_mode{device="vethe819c9d"} 0 node_network_iface_link_mode{device="vethe8f26e1"} 0 node_network_iface_link_mode{device="vethec02a2f"} 0 node_network_iface_link_mode{device="vethf52fc69"} 0 node_network_iface_link_mode{device="vethf5f2bdc"} 0 node_network_iface_link_mode{device="vethf6ff4cd"} 0 node_network_iface_link_mode{device="vethfdc4032"} 0 node_network_iface_link_mode{device="vethfde6e16"} 0 node_network_iface_link_mode{device="vethfe4f272"} 0 node_network_iface_link_mode{device="vethff25527"} 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="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:52:23:b4:cd:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf52fc69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:57:51:4b:5e:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04f74cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:41:14:3c:a9:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe4f272",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:4f:05:8e:74:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8266f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:be:1f:a8:5f:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth021de55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:11:cd:aa:3d:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa08148",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:a1:c5:8a:01:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe561898",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:19:cb:48:cc:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07119a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:1b:bb:8e:aa:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e512d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e7:0d:74:c5:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6ef29c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:82:e6:73:04:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth592e24b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:f1:44:5a:7b:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0babf41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b0:42:f6:7a:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe140009",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:f6:b1:2b:ae:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6959b1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:4a:34:09:df:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61e92eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:9a:c7:06:04:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f1a18c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:fa:86:d2:8c:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e6b2b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:1e:3f:26:3b:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1428219eb778",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:b6:c6:32:dc:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71afbc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:d5:0f:d0:5b:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c2879387cc5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:a5:93:8d:bb:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff25527",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b7:68:b6:87:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a56737",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:45:c6:ac:1a:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8edde4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:6e:48:06:da:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ea2e1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:74:a4:b1:2b:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth568b23f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:1a:80:aa:df:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3062e68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:3e:29:de:58:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6111cdc50d92",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="42:60:bb:b2:fc:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth605ae29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:39:39:08:5a:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2e0de9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:00:69:99:31:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4e280e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:7d:50:86:be:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe03cb12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4f:3c:cd:08:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35b693c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:56:21:07:13:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d17d61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:5b:4b:70:3c:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth502e64d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:7f:41:57:27:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6ff4cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:ee:34:6d:e1:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8f26e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:61:a9:7c:36:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b32b94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1d:5e:1b:09:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e2635afb1c14",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5e:f8:bf:7b:11:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f93b3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:49:58:60:a6:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ad6e05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:28:19:f4:ef:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe690fc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:f3:f4:08:42:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfe400f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:61:f6:83:5e:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0af00f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:82:1a:31:54:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8c0529",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:c1:78:e5:ca:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16725d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:de:9d:cd:93:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc5d466",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2b:a2:bf:6d:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79c29ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:e0:56:7f:d0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth021590e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:7f:e9:02:55:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde77105",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:fe:d7:04:3e:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d0efa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:3e:e8:d7:ad:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d470b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:5b:9d:ab:78:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe75208c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b2:4f:77:c7:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe622197",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e2:ef:82:34:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdc4032",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:6a:97:24:b0:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24d4199",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:85:46:30:8a:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf0d449",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b9:d8:01:59:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e88e24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f0:88:de:c2:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth190409d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:a9:17:2b:4e:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95afbf6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:c0:17:79:53:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9942fe9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a6:b7:4c:66:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91c61c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:fd:91:6b:cf:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc17a5d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:3c:9c:38:1d:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb82dc8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:12:8a:08:c0:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe819c9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:b5:7a:e9:ba:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0904270",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:c8:79:08:b9:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80c8f28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:02:e6:f3:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:2c:8e:1f:92:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f6e79e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:45:46:90:97:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfde6e16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a8:56:1b:cb:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e616f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:1a:9d:e4:74:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d6747d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4d:dc:36:23:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0024ae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:7e:d8:64:ba:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0db503",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:86:2b:8e:31:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth777df4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:2d:37:29:fd:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3804b08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:7d:de:b8:e4:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha66f35b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1f:cd:ba:55:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6af9da9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:40:bf:aa:f1:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="aa:58:7f:21:6c:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth538f204",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:fd:8d:47:3c:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fd70ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:0f:ed:66:fa:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth092222b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:cd:03:d0:52:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdba15b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:80:17:9f:9a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth867bd8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:94:66:91:e5:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth368476f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a3:12:5c:95:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth580443a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:17:03:1c:a3:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c514db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:7d:62:f9:a1:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f6cf00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:71:21:8d:18:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd49f903",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:3e:3d:dd:85:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0789552",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:60:3b:44:ce:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f91d8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:6e:00:96:19:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c31f79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:8c:79:b6:ad:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5938775",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:b2:cb:87:5b:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e470ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d8:60:a8:4e:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec02a2f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:29:6b:ef:27:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab51fa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9e:89:31:34:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-91b42fdeda0f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ca:e1:8d:f5:2c:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19dc163",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:37:6d:9f:0b:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb159df1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e8:d5:1b:ea:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdf6179",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:f9:99:b4:20:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bbf640",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c4:d5:e6:92:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5f2bdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c8:48:b0:2c:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb109423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:08:2a:64:83:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b8cc2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:37:fd:c7:21:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67727bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:97:4a:1f:7c:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha347c19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:be:0c:ed:74:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d41d24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:be:17:08:58:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a7b649",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:e0:71:83:28:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f51749",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:20:a0:ca:88:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8080026",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:89:16:9d:36:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d63b479b4b9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ea:aa:83:d9:46:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1274e51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:2d:5a:22:c3:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e43bcb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:5d:18:c9:16:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth585b82d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f4:79:7e:11:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8c58283364b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:17:02:df:8a:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5117d06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:1c:61:d2:ad:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5494b5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:6d:31:28:bd:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c2be70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:9a:b4:2a:50:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf2eedb",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-0d63b479b4b9"} 1500 node_network_mtu_bytes{device="br-1428219eb778"} 1500 node_network_mtu_bytes{device="br-1c2879387cc5"} 1500 node_network_mtu_bytes{device="br-6111cdc50d92"} 1500 node_network_mtu_bytes{device="br-91b42fdeda0f"} 1500 node_network_mtu_bytes{device="br-c8c58283364b"} 1500 node_network_mtu_bytes{device="br-e2635afb1c14"} 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="veth0024ae7"} 1500 node_network_mtu_bytes{device="veth021590e"} 1500 node_network_mtu_bytes{device="veth021de55"} 1500 node_network_mtu_bytes{device="veth04f74cb"} 1500 node_network_mtu_bytes{device="veth07119a7"} 1500 node_network_mtu_bytes{device="veth0789552"} 1500 node_network_mtu_bytes{device="veth0904270"} 1500 node_network_mtu_bytes{device="veth092222b"} 1500 node_network_mtu_bytes{device="veth0babf41"} 1500 node_network_mtu_bytes{device="veth0c514db"} 1500 node_network_mtu_bytes{device="veth0d0efa0"} 1500 node_network_mtu_bytes{device="veth0f51749"} 1500 node_network_mtu_bytes{device="veth1274e51"} 1500 node_network_mtu_bytes{device="veth16725d5"} 1500 node_network_mtu_bytes{device="veth190409d"} 1500 node_network_mtu_bytes{device="veth19dc163"} 1500 node_network_mtu_bytes{device="veth1c31f79"} 1500 node_network_mtu_bytes{device="veth24d4199"} 1500 node_network_mtu_bytes{device="veth2b8cc2d"} 1500 node_network_mtu_bytes{device="veth2f93b3b"} 1500 node_network_mtu_bytes{device="veth3062e68"} 1500 node_network_mtu_bytes{device="veth35b693c"} 1500 node_network_mtu_bytes{device="veth368476f"} 1500 node_network_mtu_bytes{device="veth3804b08"} 1500 node_network_mtu_bytes{device="veth3ea2e1f"} 1500 node_network_mtu_bytes{device="veth3f1a18c"} 1500 node_network_mtu_bytes{device="veth3f91d8b"} 1500 node_network_mtu_bytes{device="veth4b32b94"} 1500 node_network_mtu_bytes{device="veth4d17d61"} 1500 node_network_mtu_bytes{device="veth502e64d"} 1500 node_network_mtu_bytes{device="veth5117d06"} 1500 node_network_mtu_bytes{device="veth538f204"} 1500 node_network_mtu_bytes{device="veth5494b5e"} 1500 node_network_mtu_bytes{device="veth568b23f"} 1500 node_network_mtu_bytes{device="veth580443a"} 1500 node_network_mtu_bytes{device="veth585b82d"} 1500 node_network_mtu_bytes{device="veth592e24b"} 1500 node_network_mtu_bytes{device="veth5938775"} 1500 node_network_mtu_bytes{device="veth5a56737"} 1500 node_network_mtu_bytes{device="veth5bbf640"} 1500 node_network_mtu_bytes{device="veth5c2be70"} 1500 node_network_mtu_bytes{device="veth5e43bcb"} 1500 node_network_mtu_bytes{device="veth5e512d5"} 1500 node_network_mtu_bytes{device="veth5f6cf00"} 1500 node_network_mtu_bytes{device="veth605ae29"} 1500 node_network_mtu_bytes{device="veth61e92eb"} 1500 node_network_mtu_bytes{device="veth67727bf"} 1500 node_network_mtu_bytes{device="veth6959b1c"} 1500 node_network_mtu_bytes{device="veth6a7b649"} 1500 node_network_mtu_bytes{device="veth6af9da9"} 1500 node_network_mtu_bytes{device="veth6e88e24"} 1500 node_network_mtu_bytes{device="veth6f6e79e"} 1500 node_network_mtu_bytes{device="veth71afbc8"} 1500 node_network_mtu_bytes{device="veth777df4e"} 1500 node_network_mtu_bytes{device="veth79c29ed"} 1500 node_network_mtu_bytes{device="veth7d470b3"} 1500 node_network_mtu_bytes{device="veth7e6b2b2"} 1500 node_network_mtu_bytes{device="veth8080026"} 1500 node_network_mtu_bytes{device="veth80c8f28"} 1500 node_network_mtu_bytes{device="veth867bd8a"} 1500 node_network_mtu_bytes{device="veth8ad6e05"} 1500 node_network_mtu_bytes{device="veth8d41d24"} 1500 node_network_mtu_bytes{device="veth8edde4b"} 1500 node_network_mtu_bytes{device="veth8fd70ab"} 1500 node_network_mtu_bytes{device="veth91c61c3"} 1500 node_network_mtu_bytes{device="veth95afbf6"} 1500 node_network_mtu_bytes{device="veth9942fe9"} 1500 node_network_mtu_bytes{device="veth9d6747d"} 1500 node_network_mtu_bytes{device="veth9e470ff"} 1500 node_network_mtu_bytes{device="veth9e616f3"} 1500 node_network_mtu_bytes{device="vetha0db503"} 1500 node_network_mtu_bytes{device="vetha2e0de9"} 1500 node_network_mtu_bytes{device="vetha347c19"} 1500 node_network_mtu_bytes{device="vetha4e280e"} 1500 node_network_mtu_bytes{device="vetha66f35b"} 1500 node_network_mtu_bytes{device="vetha8266f3"} 1500 node_network_mtu_bytes{device="vethaa08148"} 1500 node_network_mtu_bytes{device="vethab51fa2"} 1500 node_network_mtu_bytes{device="vethb109423"} 1500 node_network_mtu_bytes{device="vethb159df1"} 1500 node_network_mtu_bytes{device="vethb82dc8b"} 1500 node_network_mtu_bytes{device="vethbdf6179"} 1500 node_network_mtu_bytes{device="vethc0af00f"} 1500 node_network_mtu_bytes{device="vethc17a5d9"} 1500 node_network_mtu_bytes{device="vethd49f903"} 1500 node_network_mtu_bytes{device="vethd6ef29c"} 1500 node_network_mtu_bytes{device="vethd8c0529"} 1500 node_network_mtu_bytes{device="vethdba15b2"} 1500 node_network_mtu_bytes{device="vethdc5d466"} 1500 node_network_mtu_bytes{device="vethde77105"} 1500 node_network_mtu_bytes{device="vethdf0d449"} 1500 node_network_mtu_bytes{device="vethdf2eedb"} 1500 node_network_mtu_bytes{device="vethdfe400f"} 1500 node_network_mtu_bytes{device="vethe03cb12"} 1500 node_network_mtu_bytes{device="vethe140009"} 1500 node_network_mtu_bytes{device="vethe561898"} 1500 node_network_mtu_bytes{device="vethe622197"} 1500 node_network_mtu_bytes{device="vethe690fc2"} 1500 node_network_mtu_bytes{device="vethe75208c"} 1500 node_network_mtu_bytes{device="vethe819c9d"} 1500 node_network_mtu_bytes{device="vethe8f26e1"} 1500 node_network_mtu_bytes{device="vethec02a2f"} 1500 node_network_mtu_bytes{device="vethf52fc69"} 1500 node_network_mtu_bytes{device="vethf5f2bdc"} 1500 node_network_mtu_bytes{device="vethf6ff4cd"} 1500 node_network_mtu_bytes{device="vethfdc4032"} 1500 node_network_mtu_bytes{device="vethfde6e16"} 1500 node_network_mtu_bytes{device="vethfe4f272"} 1500 node_network_mtu_bytes{device="vethff25527"} 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-0d63b479b4b9"} 3 node_network_name_assign_type{device="br-1428219eb778"} 3 node_network_name_assign_type{device="br-1c2879387cc5"} 3 node_network_name_assign_type{device="br-6111cdc50d92"} 3 node_network_name_assign_type{device="br-91b42fdeda0f"} 3 node_network_name_assign_type{device="br-c8c58283364b"} 3 node_network_name_assign_type{device="br-e2635afb1c14"} 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="veth0024ae7"} 3 node_network_name_assign_type{device="veth021590e"} 3 node_network_name_assign_type{device="veth021de55"} 3 node_network_name_assign_type{device="veth04f74cb"} 3 node_network_name_assign_type{device="veth07119a7"} 3 node_network_name_assign_type{device="veth0789552"} 3 node_network_name_assign_type{device="veth0904270"} 3 node_network_name_assign_type{device="veth092222b"} 3 node_network_name_assign_type{device="veth0babf41"} 3 node_network_name_assign_type{device="veth0c514db"} 3 node_network_name_assign_type{device="veth0d0efa0"} 3 node_network_name_assign_type{device="veth0f51749"} 3 node_network_name_assign_type{device="veth1274e51"} 3 node_network_name_assign_type{device="veth16725d5"} 3 node_network_name_assign_type{device="veth190409d"} 3 node_network_name_assign_type{device="veth19dc163"} 3 node_network_name_assign_type{device="veth1c31f79"} 3 node_network_name_assign_type{device="veth24d4199"} 3 node_network_name_assign_type{device="veth2b8cc2d"} 3 node_network_name_assign_type{device="veth2f93b3b"} 3 node_network_name_assign_type{device="veth3062e68"} 3 node_network_name_assign_type{device="veth35b693c"} 3 node_network_name_assign_type{device="veth368476f"} 3 node_network_name_assign_type{device="veth3804b08"} 3 node_network_name_assign_type{device="veth3ea2e1f"} 3 node_network_name_assign_type{device="veth3f1a18c"} 3 node_network_name_assign_type{device="veth3f91d8b"} 3 node_network_name_assign_type{device="veth4b32b94"} 3 node_network_name_assign_type{device="veth4d17d61"} 3 node_network_name_assign_type{device="veth502e64d"} 3 node_network_name_assign_type{device="veth5117d06"} 3 node_network_name_assign_type{device="veth538f204"} 3 node_network_name_assign_type{device="veth5494b5e"} 3 node_network_name_assign_type{device="veth568b23f"} 3 node_network_name_assign_type{device="veth580443a"} 3 node_network_name_assign_type{device="veth585b82d"} 3 node_network_name_assign_type{device="veth592e24b"} 3 node_network_name_assign_type{device="veth5938775"} 3 node_network_name_assign_type{device="veth5a56737"} 3 node_network_name_assign_type{device="veth5bbf640"} 3 node_network_name_assign_type{device="veth5c2be70"} 3 node_network_name_assign_type{device="veth5e43bcb"} 3 node_network_name_assign_type{device="veth5e512d5"} 3 node_network_name_assign_type{device="veth5f6cf00"} 3 node_network_name_assign_type{device="veth605ae29"} 3 node_network_name_assign_type{device="veth61e92eb"} 3 node_network_name_assign_type{device="veth67727bf"} 3 node_network_name_assign_type{device="veth6959b1c"} 3 node_network_name_assign_type{device="veth6a7b649"} 3 node_network_name_assign_type{device="veth6af9da9"} 3 node_network_name_assign_type{device="veth6e88e24"} 3 node_network_name_assign_type{device="veth6f6e79e"} 3 node_network_name_assign_type{device="veth71afbc8"} 3 node_network_name_assign_type{device="veth777df4e"} 3 node_network_name_assign_type{device="veth79c29ed"} 3 node_network_name_assign_type{device="veth7d470b3"} 3 node_network_name_assign_type{device="veth7e6b2b2"} 3 node_network_name_assign_type{device="veth8080026"} 3 node_network_name_assign_type{device="veth80c8f28"} 3 node_network_name_assign_type{device="veth867bd8a"} 3 node_network_name_assign_type{device="veth8ad6e05"} 3 node_network_name_assign_type{device="veth8d41d24"} 3 node_network_name_assign_type{device="veth8edde4b"} 3 node_network_name_assign_type{device="veth8fd70ab"} 3 node_network_name_assign_type{device="veth91c61c3"} 3 node_network_name_assign_type{device="veth95afbf6"} 3 node_network_name_assign_type{device="veth9942fe9"} 3 node_network_name_assign_type{device="veth9d6747d"} 3 node_network_name_assign_type{device="veth9e470ff"} 3 node_network_name_assign_type{device="veth9e616f3"} 3 node_network_name_assign_type{device="vetha0db503"} 3 node_network_name_assign_type{device="vetha2e0de9"} 3 node_network_name_assign_type{device="vetha347c19"} 3 node_network_name_assign_type{device="vetha4e280e"} 3 node_network_name_assign_type{device="vetha66f35b"} 3 node_network_name_assign_type{device="vetha8266f3"} 3 node_network_name_assign_type{device="vethaa08148"} 3 node_network_name_assign_type{device="vethab51fa2"} 3 node_network_name_assign_type{device="vethb109423"} 3 node_network_name_assign_type{device="vethb159df1"} 3 node_network_name_assign_type{device="vethb82dc8b"} 3 node_network_name_assign_type{device="vethbdf6179"} 3 node_network_name_assign_type{device="vethc0af00f"} 3 node_network_name_assign_type{device="vethc17a5d9"} 3 node_network_name_assign_type{device="vethd49f903"} 3 node_network_name_assign_type{device="vethd6ef29c"} 3 node_network_name_assign_type{device="vethd8c0529"} 3 node_network_name_assign_type{device="vethdba15b2"} 3 node_network_name_assign_type{device="vethdc5d466"} 3 node_network_name_assign_type{device="vethde77105"} 3 node_network_name_assign_type{device="vethdf0d449"} 3 node_network_name_assign_type{device="vethdf2eedb"} 3 node_network_name_assign_type{device="vethdfe400f"} 3 node_network_name_assign_type{device="vethe03cb12"} 3 node_network_name_assign_type{device="vethe140009"} 3 node_network_name_assign_type{device="vethe561898"} 3 node_network_name_assign_type{device="vethe622197"} 3 node_network_name_assign_type{device="vethe690fc2"} 3 node_network_name_assign_type{device="vethe75208c"} 3 node_network_name_assign_type{device="vethe819c9d"} 3 node_network_name_assign_type{device="vethe8f26e1"} 3 node_network_name_assign_type{device="vethec02a2f"} 3 node_network_name_assign_type{device="vethf52fc69"} 3 node_network_name_assign_type{device="vethf5f2bdc"} 3 node_network_name_assign_type{device="vethf6ff4cd"} 3 node_network_name_assign_type{device="vethfdc4032"} 3 node_network_name_assign_type{device="vethfde6e16"} 3 node_network_name_assign_type{device="vethfe4f272"} 3 node_network_name_assign_type{device="vethff25527"} 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-0d63b479b4b9"} 0 node_network_net_dev_group{device="br-1428219eb778"} 0 node_network_net_dev_group{device="br-1c2879387cc5"} 0 node_network_net_dev_group{device="br-6111cdc50d92"} 0 node_network_net_dev_group{device="br-91b42fdeda0f"} 0 node_network_net_dev_group{device="br-c8c58283364b"} 0 node_network_net_dev_group{device="br-e2635afb1c14"} 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="veth0024ae7"} 0 node_network_net_dev_group{device="veth021590e"} 0 node_network_net_dev_group{device="veth021de55"} 0 node_network_net_dev_group{device="veth04f74cb"} 0 node_network_net_dev_group{device="veth07119a7"} 0 node_network_net_dev_group{device="veth0789552"} 0 node_network_net_dev_group{device="veth0904270"} 0 node_network_net_dev_group{device="veth092222b"} 0 node_network_net_dev_group{device="veth0babf41"} 0 node_network_net_dev_group{device="veth0c514db"} 0 node_network_net_dev_group{device="veth0d0efa0"} 0 node_network_net_dev_group{device="veth0f51749"} 0 node_network_net_dev_group{device="veth1274e51"} 0 node_network_net_dev_group{device="veth16725d5"} 0 node_network_net_dev_group{device="veth190409d"} 0 node_network_net_dev_group{device="veth19dc163"} 0 node_network_net_dev_group{device="veth1c31f79"} 0 node_network_net_dev_group{device="veth24d4199"} 0 node_network_net_dev_group{device="veth2b8cc2d"} 0 node_network_net_dev_group{device="veth2f93b3b"} 0 node_network_net_dev_group{device="veth3062e68"} 0 node_network_net_dev_group{device="veth35b693c"} 0 node_network_net_dev_group{device="veth368476f"} 0 node_network_net_dev_group{device="veth3804b08"} 0 node_network_net_dev_group{device="veth3ea2e1f"} 0 node_network_net_dev_group{device="veth3f1a18c"} 0 node_network_net_dev_group{device="veth3f91d8b"} 0 node_network_net_dev_group{device="veth4b32b94"} 0 node_network_net_dev_group{device="veth4d17d61"} 0 node_network_net_dev_group{device="veth502e64d"} 0 node_network_net_dev_group{device="veth5117d06"} 0 node_network_net_dev_group{device="veth538f204"} 0 node_network_net_dev_group{device="veth5494b5e"} 0 node_network_net_dev_group{device="veth568b23f"} 0 node_network_net_dev_group{device="veth580443a"} 0 node_network_net_dev_group{device="veth585b82d"} 0 node_network_net_dev_group{device="veth592e24b"} 0 node_network_net_dev_group{device="veth5938775"} 0 node_network_net_dev_group{device="veth5a56737"} 0 node_network_net_dev_group{device="veth5bbf640"} 0 node_network_net_dev_group{device="veth5c2be70"} 0 node_network_net_dev_group{device="veth5e43bcb"} 0 node_network_net_dev_group{device="veth5e512d5"} 0 node_network_net_dev_group{device="veth5f6cf00"} 0 node_network_net_dev_group{device="veth605ae29"} 0 node_network_net_dev_group{device="veth61e92eb"} 0 node_network_net_dev_group{device="veth67727bf"} 0 node_network_net_dev_group{device="veth6959b1c"} 0 node_network_net_dev_group{device="veth6a7b649"} 0 node_network_net_dev_group{device="veth6af9da9"} 0 node_network_net_dev_group{device="veth6e88e24"} 0 node_network_net_dev_group{device="veth6f6e79e"} 0 node_network_net_dev_group{device="veth71afbc8"} 0 node_network_net_dev_group{device="veth777df4e"} 0 node_network_net_dev_group{device="veth79c29ed"} 0 node_network_net_dev_group{device="veth7d470b3"} 0 node_network_net_dev_group{device="veth7e6b2b2"} 0 node_network_net_dev_group{device="veth8080026"} 0 node_network_net_dev_group{device="veth80c8f28"} 0 node_network_net_dev_group{device="veth867bd8a"} 0 node_network_net_dev_group{device="veth8ad6e05"} 0 node_network_net_dev_group{device="veth8d41d24"} 0 node_network_net_dev_group{device="veth8edde4b"} 0 node_network_net_dev_group{device="veth8fd70ab"} 0 node_network_net_dev_group{device="veth91c61c3"} 0 node_network_net_dev_group{device="veth95afbf6"} 0 node_network_net_dev_group{device="veth9942fe9"} 0 node_network_net_dev_group{device="veth9d6747d"} 0 node_network_net_dev_group{device="veth9e470ff"} 0 node_network_net_dev_group{device="veth9e616f3"} 0 node_network_net_dev_group{device="vetha0db503"} 0 node_network_net_dev_group{device="vetha2e0de9"} 0 node_network_net_dev_group{device="vetha347c19"} 0 node_network_net_dev_group{device="vetha4e280e"} 0 node_network_net_dev_group{device="vetha66f35b"} 0 node_network_net_dev_group{device="vetha8266f3"} 0 node_network_net_dev_group{device="vethaa08148"} 0 node_network_net_dev_group{device="vethab51fa2"} 0 node_network_net_dev_group{device="vethb109423"} 0 node_network_net_dev_group{device="vethb159df1"} 0 node_network_net_dev_group{device="vethb82dc8b"} 0 node_network_net_dev_group{device="vethbdf6179"} 0 node_network_net_dev_group{device="vethc0af00f"} 0 node_network_net_dev_group{device="vethc17a5d9"} 0 node_network_net_dev_group{device="vethd49f903"} 0 node_network_net_dev_group{device="vethd6ef29c"} 0 node_network_net_dev_group{device="vethd8c0529"} 0 node_network_net_dev_group{device="vethdba15b2"} 0 node_network_net_dev_group{device="vethdc5d466"} 0 node_network_net_dev_group{device="vethde77105"} 0 node_network_net_dev_group{device="vethdf0d449"} 0 node_network_net_dev_group{device="vethdf2eedb"} 0 node_network_net_dev_group{device="vethdfe400f"} 0 node_network_net_dev_group{device="vethe03cb12"} 0 node_network_net_dev_group{device="vethe140009"} 0 node_network_net_dev_group{device="vethe561898"} 0 node_network_net_dev_group{device="vethe622197"} 0 node_network_net_dev_group{device="vethe690fc2"} 0 node_network_net_dev_group{device="vethe75208c"} 0 node_network_net_dev_group{device="vethe819c9d"} 0 node_network_net_dev_group{device="vethe8f26e1"} 0 node_network_net_dev_group{device="vethec02a2f"} 0 node_network_net_dev_group{device="vethf52fc69"} 0 node_network_net_dev_group{device="vethf5f2bdc"} 0 node_network_net_dev_group{device="vethf6ff4cd"} 0 node_network_net_dev_group{device="vethfdc4032"} 0 node_network_net_dev_group{device="vethfde6e16"} 0 node_network_net_dev_group{device="vethfe4f272"} 0 node_network_net_dev_group{device="vethff25527"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0d63b479b4b9"} 1 node_network_protocol_type{device="br-1428219eb778"} 1 node_network_protocol_type{device="br-1c2879387cc5"} 1 node_network_protocol_type{device="br-6111cdc50d92"} 1 node_network_protocol_type{device="br-91b42fdeda0f"} 1 node_network_protocol_type{device="br-c8c58283364b"} 1 node_network_protocol_type{device="br-e2635afb1c14"} 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="veth0024ae7"} 1 node_network_protocol_type{device="veth021590e"} 1 node_network_protocol_type{device="veth021de55"} 1 node_network_protocol_type{device="veth04f74cb"} 1 node_network_protocol_type{device="veth07119a7"} 1 node_network_protocol_type{device="veth0789552"} 1 node_network_protocol_type{device="veth0904270"} 1 node_network_protocol_type{device="veth092222b"} 1 node_network_protocol_type{device="veth0babf41"} 1 node_network_protocol_type{device="veth0c514db"} 1 node_network_protocol_type{device="veth0d0efa0"} 1 node_network_protocol_type{device="veth0f51749"} 1 node_network_protocol_type{device="veth1274e51"} 1 node_network_protocol_type{device="veth16725d5"} 1 node_network_protocol_type{device="veth190409d"} 1 node_network_protocol_type{device="veth19dc163"} 1 node_network_protocol_type{device="veth1c31f79"} 1 node_network_protocol_type{device="veth24d4199"} 1 node_network_protocol_type{device="veth2b8cc2d"} 1 node_network_protocol_type{device="veth2f93b3b"} 1 node_network_protocol_type{device="veth3062e68"} 1 node_network_protocol_type{device="veth35b693c"} 1 node_network_protocol_type{device="veth368476f"} 1 node_network_protocol_type{device="veth3804b08"} 1 node_network_protocol_type{device="veth3ea2e1f"} 1 node_network_protocol_type{device="veth3f1a18c"} 1 node_network_protocol_type{device="veth3f91d8b"} 1 node_network_protocol_type{device="veth4b32b94"} 1 node_network_protocol_type{device="veth4d17d61"} 1 node_network_protocol_type{device="veth502e64d"} 1 node_network_protocol_type{device="veth5117d06"} 1 node_network_protocol_type{device="veth538f204"} 1 node_network_protocol_type{device="veth5494b5e"} 1 node_network_protocol_type{device="veth568b23f"} 1 node_network_protocol_type{device="veth580443a"} 1 node_network_protocol_type{device="veth585b82d"} 1 node_network_protocol_type{device="veth592e24b"} 1 node_network_protocol_type{device="veth5938775"} 1 node_network_protocol_type{device="veth5a56737"} 1 node_network_protocol_type{device="veth5bbf640"} 1 node_network_protocol_type{device="veth5c2be70"} 1 node_network_protocol_type{device="veth5e43bcb"} 1 node_network_protocol_type{device="veth5e512d5"} 1 node_network_protocol_type{device="veth5f6cf00"} 1 node_network_protocol_type{device="veth605ae29"} 1 node_network_protocol_type{device="veth61e92eb"} 1 node_network_protocol_type{device="veth67727bf"} 1 node_network_protocol_type{device="veth6959b1c"} 1 node_network_protocol_type{device="veth6a7b649"} 1 node_network_protocol_type{device="veth6af9da9"} 1 node_network_protocol_type{device="veth6e88e24"} 1 node_network_protocol_type{device="veth6f6e79e"} 1 node_network_protocol_type{device="veth71afbc8"} 1 node_network_protocol_type{device="veth777df4e"} 1 node_network_protocol_type{device="veth79c29ed"} 1 node_network_protocol_type{device="veth7d470b3"} 1 node_network_protocol_type{device="veth7e6b2b2"} 1 node_network_protocol_type{device="veth8080026"} 1 node_network_protocol_type{device="veth80c8f28"} 1 node_network_protocol_type{device="veth867bd8a"} 1 node_network_protocol_type{device="veth8ad6e05"} 1 node_network_protocol_type{device="veth8d41d24"} 1 node_network_protocol_type{device="veth8edde4b"} 1 node_network_protocol_type{device="veth8fd70ab"} 1 node_network_protocol_type{device="veth91c61c3"} 1 node_network_protocol_type{device="veth95afbf6"} 1 node_network_protocol_type{device="veth9942fe9"} 1 node_network_protocol_type{device="veth9d6747d"} 1 node_network_protocol_type{device="veth9e470ff"} 1 node_network_protocol_type{device="veth9e616f3"} 1 node_network_protocol_type{device="vetha0db503"} 1 node_network_protocol_type{device="vetha2e0de9"} 1 node_network_protocol_type{device="vetha347c19"} 1 node_network_protocol_type{device="vetha4e280e"} 1 node_network_protocol_type{device="vetha66f35b"} 1 node_network_protocol_type{device="vetha8266f3"} 1 node_network_protocol_type{device="vethaa08148"} 1 node_network_protocol_type{device="vethab51fa2"} 1 node_network_protocol_type{device="vethb109423"} 1 node_network_protocol_type{device="vethb159df1"} 1 node_network_protocol_type{device="vethb82dc8b"} 1 node_network_protocol_type{device="vethbdf6179"} 1 node_network_protocol_type{device="vethc0af00f"} 1 node_network_protocol_type{device="vethc17a5d9"} 1 node_network_protocol_type{device="vethd49f903"} 1 node_network_protocol_type{device="vethd6ef29c"} 1 node_network_protocol_type{device="vethd8c0529"} 1 node_network_protocol_type{device="vethdba15b2"} 1 node_network_protocol_type{device="vethdc5d466"} 1 node_network_protocol_type{device="vethde77105"} 1 node_network_protocol_type{device="vethdf0d449"} 1 node_network_protocol_type{device="vethdf2eedb"} 1 node_network_protocol_type{device="vethdfe400f"} 1 node_network_protocol_type{device="vethe03cb12"} 1 node_network_protocol_type{device="vethe140009"} 1 node_network_protocol_type{device="vethe561898"} 1 node_network_protocol_type{device="vethe622197"} 1 node_network_protocol_type{device="vethe690fc2"} 1 node_network_protocol_type{device="vethe75208c"} 1 node_network_protocol_type{device="vethe819c9d"} 1 node_network_protocol_type{device="vethe8f26e1"} 1 node_network_protocol_type{device="vethec02a2f"} 1 node_network_protocol_type{device="vethf52fc69"} 1 node_network_protocol_type{device="vethf5f2bdc"} 1 node_network_protocol_type{device="vethf6ff4cd"} 1 node_network_protocol_type{device="vethfdc4032"} 1 node_network_protocol_type{device="vethfde6e16"} 1 node_network_protocol_type{device="vethfe4f272"} 1 node_network_protocol_type{device="vethff25527"} 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"} 780842 node_network_receive_bytes_total{device="eth1"} 3.793726833e+09 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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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"} 11151 node_network_receive_packets_total{device="eth1"} 3.0442306e+07 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-0d63b479b4b9"} 1.25e+09 node_network_speed_bytes{device="br-1428219eb778"} 1.25e+09 node_network_speed_bytes{device="br-1c2879387cc5"} 1.25e+09 node_network_speed_bytes{device="br-6111cdc50d92"} 1.25e+09 node_network_speed_bytes{device="br-91b42fdeda0f"} 1.25e+09 node_network_speed_bytes{device="br-c8c58283364b"} 1.25e+09 node_network_speed_bytes{device="br-e2635afb1c14"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth0024ae7"} 1.25e+09 node_network_speed_bytes{device="veth021590e"} 1.25e+09 node_network_speed_bytes{device="veth021de55"} 1.25e+09 node_network_speed_bytes{device="veth04f74cb"} 1.25e+09 node_network_speed_bytes{device="veth07119a7"} 1.25e+09 node_network_speed_bytes{device="veth0789552"} 1.25e+09 node_network_speed_bytes{device="veth0904270"} 1.25e+09 node_network_speed_bytes{device="veth092222b"} 1.25e+09 node_network_speed_bytes{device="veth0babf41"} 1.25e+09 node_network_speed_bytes{device="veth0c514db"} 1.25e+09 node_network_speed_bytes{device="veth0d0efa0"} 1.25e+09 node_network_speed_bytes{device="veth0f51749"} 1.25e+09 node_network_speed_bytes{device="veth1274e51"} 1.25e+09 node_network_speed_bytes{device="veth16725d5"} 1.25e+09 node_network_speed_bytes{device="veth190409d"} 1.25e+09 node_network_speed_bytes{device="veth19dc163"} 1.25e+09 node_network_speed_bytes{device="veth1c31f79"} 1.25e+09 node_network_speed_bytes{device="veth24d4199"} 1.25e+09 node_network_speed_bytes{device="veth2b8cc2d"} 1.25e+09 node_network_speed_bytes{device="veth2f93b3b"} 1.25e+09 node_network_speed_bytes{device="veth3062e68"} 1.25e+09 node_network_speed_bytes{device="veth35b693c"} 1.25e+09 node_network_speed_bytes{device="veth368476f"} 1.25e+09 node_network_speed_bytes{device="veth3804b08"} 1.25e+09 node_network_speed_bytes{device="veth3ea2e1f"} 1.25e+09 node_network_speed_bytes{device="veth3f1a18c"} 1.25e+09 node_network_speed_bytes{device="veth3f91d8b"} 1.25e+09 node_network_speed_bytes{device="veth4b32b94"} 1.25e+09 node_network_speed_bytes{device="veth4d17d61"} 1.25e+09 node_network_speed_bytes{device="veth502e64d"} 1.25e+09 node_network_speed_bytes{device="veth5117d06"} 1.25e+09 node_network_speed_bytes{device="veth538f204"} 1.25e+09 node_network_speed_bytes{device="veth5494b5e"} 1.25e+09 node_network_speed_bytes{device="veth568b23f"} 1.25e+09 node_network_speed_bytes{device="veth580443a"} 1.25e+09 node_network_speed_bytes{device="veth585b82d"} 1.25e+09 node_network_speed_bytes{device="veth592e24b"} 1.25e+09 node_network_speed_bytes{device="veth5938775"} 1.25e+09 node_network_speed_bytes{device="veth5a56737"} 1.25e+09 node_network_speed_bytes{device="veth5bbf640"} 1.25e+09 node_network_speed_bytes{device="veth5c2be70"} 1.25e+09 node_network_speed_bytes{device="veth5e43bcb"} 1.25e+09 node_network_speed_bytes{device="veth5e512d5"} 1.25e+09 node_network_speed_bytes{device="veth5f6cf00"} 1.25e+09 node_network_speed_bytes{device="veth605ae29"} 1.25e+09 node_network_speed_bytes{device="veth61e92eb"} 1.25e+09 node_network_speed_bytes{device="veth67727bf"} 1.25e+09 node_network_speed_bytes{device="veth6959b1c"} 1.25e+09 node_network_speed_bytes{device="veth6a7b649"} 1.25e+09 node_network_speed_bytes{device="veth6af9da9"} 1.25e+09 node_network_speed_bytes{device="veth6e88e24"} 1.25e+09 node_network_speed_bytes{device="veth6f6e79e"} 1.25e+09 node_network_speed_bytes{device="veth71afbc8"} 1.25e+09 node_network_speed_bytes{device="veth777df4e"} 1.25e+09 node_network_speed_bytes{device="veth79c29ed"} 1.25e+09 node_network_speed_bytes{device="veth7d470b3"} 1.25e+09 node_network_speed_bytes{device="veth7e6b2b2"} 1.25e+09 node_network_speed_bytes{device="veth8080026"} 1.25e+09 node_network_speed_bytes{device="veth80c8f28"} 1.25e+09 node_network_speed_bytes{device="veth867bd8a"} 1.25e+09 node_network_speed_bytes{device="veth8ad6e05"} 1.25e+09 node_network_speed_bytes{device="veth8d41d24"} 1.25e+09 node_network_speed_bytes{device="veth8edde4b"} 1.25e+09 node_network_speed_bytes{device="veth8fd70ab"} 1.25e+09 node_network_speed_bytes{device="veth91c61c3"} 1.25e+09 node_network_speed_bytes{device="veth95afbf6"} 1.25e+09 node_network_speed_bytes{device="veth9942fe9"} 1.25e+09 node_network_speed_bytes{device="veth9d6747d"} 1.25e+09 node_network_speed_bytes{device="veth9e470ff"} 1.25e+09 node_network_speed_bytes{device="veth9e616f3"} 1.25e+09 node_network_speed_bytes{device="vetha0db503"} 1.25e+09 node_network_speed_bytes{device="vetha2e0de9"} 1.25e+09 node_network_speed_bytes{device="vetha347c19"} 1.25e+09 node_network_speed_bytes{device="vetha4e280e"} 1.25e+09 node_network_speed_bytes{device="vetha66f35b"} 1.25e+09 node_network_speed_bytes{device="vetha8266f3"} 1.25e+09 node_network_speed_bytes{device="vethaa08148"} 1.25e+09 node_network_speed_bytes{device="vethab51fa2"} 1.25e+09 node_network_speed_bytes{device="vethb109423"} 1.25e+09 node_network_speed_bytes{device="vethb159df1"} 1.25e+09 node_network_speed_bytes{device="vethb82dc8b"} 1.25e+09 node_network_speed_bytes{device="vethbdf6179"} 1.25e+09 node_network_speed_bytes{device="vethc0af00f"} 1.25e+09 node_network_speed_bytes{device="vethc17a5d9"} 1.25e+09 node_network_speed_bytes{device="vethd49f903"} 1.25e+09 node_network_speed_bytes{device="vethd6ef29c"} 1.25e+09 node_network_speed_bytes{device="vethd8c0529"} 1.25e+09 node_network_speed_bytes{device="vethdba15b2"} 1.25e+09 node_network_speed_bytes{device="vethdc5d466"} 1.25e+09 node_network_speed_bytes{device="vethde77105"} 1.25e+09 node_network_speed_bytes{device="vethdf0d449"} 1.25e+09 node_network_speed_bytes{device="vethdf2eedb"} 1.25e+09 node_network_speed_bytes{device="vethdfe400f"} 1.25e+09 node_network_speed_bytes{device="vethe03cb12"} 1.25e+09 node_network_speed_bytes{device="vethe140009"} 1.25e+09 node_network_speed_bytes{device="vethe561898"} 1.25e+09 node_network_speed_bytes{device="vethe622197"} 1.25e+09 node_network_speed_bytes{device="vethe690fc2"} 1.25e+09 node_network_speed_bytes{device="vethe75208c"} 1.25e+09 node_network_speed_bytes{device="vethe819c9d"} 1.25e+09 node_network_speed_bytes{device="vethe8f26e1"} 1.25e+09 node_network_speed_bytes{device="vethec02a2f"} 1.25e+09 node_network_speed_bytes{device="vethf52fc69"} 1.25e+09 node_network_speed_bytes{device="vethf5f2bdc"} 1.25e+09 node_network_speed_bytes{device="vethf6ff4cd"} 1.25e+09 node_network_speed_bytes{device="vethfdc4032"} 1.25e+09 node_network_speed_bytes{device="vethfde6e16"} 1.25e+09 node_network_speed_bytes{device="vethfe4f272"} 1.25e+09 node_network_speed_bytes{device="vethff25527"} 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"} 126 node_network_transmit_bytes_total{device="eth1"} 7.4258313667e+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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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="eth1"} 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"} 3 node_network_transmit_packets_total{device="eth1"} 2.8100396e+07 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-0d63b479b4b9"} 0 node_network_transmit_queue_length{device="br-1428219eb778"} 0 node_network_transmit_queue_length{device="br-1c2879387cc5"} 0 node_network_transmit_queue_length{device="br-6111cdc50d92"} 0 node_network_transmit_queue_length{device="br-91b42fdeda0f"} 0 node_network_transmit_queue_length{device="br-c8c58283364b"} 0 node_network_transmit_queue_length{device="br-e2635afb1c14"} 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="veth0024ae7"} 0 node_network_transmit_queue_length{device="veth021590e"} 0 node_network_transmit_queue_length{device="veth021de55"} 0 node_network_transmit_queue_length{device="veth04f74cb"} 0 node_network_transmit_queue_length{device="veth07119a7"} 0 node_network_transmit_queue_length{device="veth0789552"} 0 node_network_transmit_queue_length{device="veth0904270"} 0 node_network_transmit_queue_length{device="veth092222b"} 0 node_network_transmit_queue_length{device="veth0babf41"} 0 node_network_transmit_queue_length{device="veth0c514db"} 0 node_network_transmit_queue_length{device="veth0d0efa0"} 0 node_network_transmit_queue_length{device="veth0f51749"} 0 node_network_transmit_queue_length{device="veth1274e51"} 0 node_network_transmit_queue_length{device="veth16725d5"} 0 node_network_transmit_queue_length{device="veth190409d"} 0 node_network_transmit_queue_length{device="veth19dc163"} 0 node_network_transmit_queue_length{device="veth1c31f79"} 0 node_network_transmit_queue_length{device="veth24d4199"} 0 node_network_transmit_queue_length{device="veth2b8cc2d"} 0 node_network_transmit_queue_length{device="veth2f93b3b"} 0 node_network_transmit_queue_length{device="veth3062e68"} 0 node_network_transmit_queue_length{device="veth35b693c"} 0 node_network_transmit_queue_length{device="veth368476f"} 0 node_network_transmit_queue_length{device="veth3804b08"} 0 node_network_transmit_queue_length{device="veth3ea2e1f"} 0 node_network_transmit_queue_length{device="veth3f1a18c"} 0 node_network_transmit_queue_length{device="veth3f91d8b"} 0 node_network_transmit_queue_length{device="veth4b32b94"} 0 node_network_transmit_queue_length{device="veth4d17d61"} 0 node_network_transmit_queue_length{device="veth502e64d"} 0 node_network_transmit_queue_length{device="veth5117d06"} 0 node_network_transmit_queue_length{device="veth538f204"} 0 node_network_transmit_queue_length{device="veth5494b5e"} 0 node_network_transmit_queue_length{device="veth568b23f"} 0 node_network_transmit_queue_length{device="veth580443a"} 0 node_network_transmit_queue_length{device="veth585b82d"} 0 node_network_transmit_queue_length{device="veth592e24b"} 0 node_network_transmit_queue_length{device="veth5938775"} 0 node_network_transmit_queue_length{device="veth5a56737"} 0 node_network_transmit_queue_length{device="veth5bbf640"} 0 node_network_transmit_queue_length{device="veth5c2be70"} 0 node_network_transmit_queue_length{device="veth5e43bcb"} 0 node_network_transmit_queue_length{device="veth5e512d5"} 0 node_network_transmit_queue_length{device="veth5f6cf00"} 0 node_network_transmit_queue_length{device="veth605ae29"} 0 node_network_transmit_queue_length{device="veth61e92eb"} 0 node_network_transmit_queue_length{device="veth67727bf"} 0 node_network_transmit_queue_length{device="veth6959b1c"} 0 node_network_transmit_queue_length{device="veth6a7b649"} 0 node_network_transmit_queue_length{device="veth6af9da9"} 0 node_network_transmit_queue_length{device="veth6e88e24"} 0 node_network_transmit_queue_length{device="veth6f6e79e"} 0 node_network_transmit_queue_length{device="veth71afbc8"} 0 node_network_transmit_queue_length{device="veth777df4e"} 0 node_network_transmit_queue_length{device="veth79c29ed"} 0 node_network_transmit_queue_length{device="veth7d470b3"} 0 node_network_transmit_queue_length{device="veth7e6b2b2"} 0 node_network_transmit_queue_length{device="veth8080026"} 0 node_network_transmit_queue_length{device="veth80c8f28"} 0 node_network_transmit_queue_length{device="veth867bd8a"} 0 node_network_transmit_queue_length{device="veth8ad6e05"} 0 node_network_transmit_queue_length{device="veth8d41d24"} 0 node_network_transmit_queue_length{device="veth8edde4b"} 0 node_network_transmit_queue_length{device="veth8fd70ab"} 0 node_network_transmit_queue_length{device="veth91c61c3"} 0 node_network_transmit_queue_length{device="veth95afbf6"} 0 node_network_transmit_queue_length{device="veth9942fe9"} 0 node_network_transmit_queue_length{device="veth9d6747d"} 0 node_network_transmit_queue_length{device="veth9e470ff"} 0 node_network_transmit_queue_length{device="veth9e616f3"} 0 node_network_transmit_queue_length{device="vetha0db503"} 0 node_network_transmit_queue_length{device="vetha2e0de9"} 0 node_network_transmit_queue_length{device="vetha347c19"} 0 node_network_transmit_queue_length{device="vetha4e280e"} 0 node_network_transmit_queue_length{device="vetha66f35b"} 0 node_network_transmit_queue_length{device="vetha8266f3"} 0 node_network_transmit_queue_length{device="vethaa08148"} 0 node_network_transmit_queue_length{device="vethab51fa2"} 0 node_network_transmit_queue_length{device="vethb109423"} 0 node_network_transmit_queue_length{device="vethb159df1"} 0 node_network_transmit_queue_length{device="vethb82dc8b"} 0 node_network_transmit_queue_length{device="vethbdf6179"} 0 node_network_transmit_queue_length{device="vethc0af00f"} 0 node_network_transmit_queue_length{device="vethc17a5d9"} 0 node_network_transmit_queue_length{device="vethd49f903"} 0 node_network_transmit_queue_length{device="vethd6ef29c"} 0 node_network_transmit_queue_length{device="vethd8c0529"} 0 node_network_transmit_queue_length{device="vethdba15b2"} 0 node_network_transmit_queue_length{device="vethdc5d466"} 0 node_network_transmit_queue_length{device="vethde77105"} 0 node_network_transmit_queue_length{device="vethdf0d449"} 0 node_network_transmit_queue_length{device="vethdf2eedb"} 0 node_network_transmit_queue_length{device="vethdfe400f"} 0 node_network_transmit_queue_length{device="vethe03cb12"} 0 node_network_transmit_queue_length{device="vethe140009"} 0 node_network_transmit_queue_length{device="vethe561898"} 0 node_network_transmit_queue_length{device="vethe622197"} 0 node_network_transmit_queue_length{device="vethe690fc2"} 0 node_network_transmit_queue_length{device="vethe75208c"} 0 node_network_transmit_queue_length{device="vethe819c9d"} 0 node_network_transmit_queue_length{device="vethe8f26e1"} 0 node_network_transmit_queue_length{device="vethec02a2f"} 0 node_network_transmit_queue_length{device="vethf52fc69"} 0 node_network_transmit_queue_length{device="vethf5f2bdc"} 0 node_network_transmit_queue_length{device="vethf6ff4cd"} 0 node_network_transmit_queue_length{device="vethfdc4032"} 0 node_network_transmit_queue_length{device="vethfde6e16"} 0 node_network_transmit_queue_length{device="vethfe4f272"} 0 node_network_transmit_queue_length{device="vethff25527"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0d63b479b4b9"} 1 node_network_up{device="br-1428219eb778"} 1 node_network_up{device="br-1c2879387cc5"} 1 node_network_up{device="br-6111cdc50d92"} 1 node_network_up{device="br-91b42fdeda0f"} 1 node_network_up{device="br-c8c58283364b"} 1 node_network_up{device="br-e2635afb1c14"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0024ae7"} 1 node_network_up{device="veth021590e"} 1 node_network_up{device="veth021de55"} 1 node_network_up{device="veth04f74cb"} 1 node_network_up{device="veth07119a7"} 1 node_network_up{device="veth0789552"} 1 node_network_up{device="veth0904270"} 1 node_network_up{device="veth092222b"} 1 node_network_up{device="veth0babf41"} 1 node_network_up{device="veth0c514db"} 1 node_network_up{device="veth0d0efa0"} 1 node_network_up{device="veth0f51749"} 1 node_network_up{device="veth1274e51"} 1 node_network_up{device="veth16725d5"} 1 node_network_up{device="veth190409d"} 1 node_network_up{device="veth19dc163"} 1 node_network_up{device="veth1c31f79"} 1 node_network_up{device="veth24d4199"} 1 node_network_up{device="veth2b8cc2d"} 1 node_network_up{device="veth2f93b3b"} 1 node_network_up{device="veth3062e68"} 1 node_network_up{device="veth35b693c"} 1 node_network_up{device="veth368476f"} 1 node_network_up{device="veth3804b08"} 1 node_network_up{device="veth3ea2e1f"} 1 node_network_up{device="veth3f1a18c"} 1 node_network_up{device="veth3f91d8b"} 1 node_network_up{device="veth4b32b94"} 1 node_network_up{device="veth4d17d61"} 1 node_network_up{device="veth502e64d"} 1 node_network_up{device="veth5117d06"} 1 node_network_up{device="veth538f204"} 1 node_network_up{device="veth5494b5e"} 1 node_network_up{device="veth568b23f"} 1 node_network_up{device="veth580443a"} 1 node_network_up{device="veth585b82d"} 1 node_network_up{device="veth592e24b"} 1 node_network_up{device="veth5938775"} 1 node_network_up{device="veth5a56737"} 1 node_network_up{device="veth5bbf640"} 1 node_network_up{device="veth5c2be70"} 1 node_network_up{device="veth5e43bcb"} 1 node_network_up{device="veth5e512d5"} 1 node_network_up{device="veth5f6cf00"} 1 node_network_up{device="veth605ae29"} 1 node_network_up{device="veth61e92eb"} 1 node_network_up{device="veth67727bf"} 1 node_network_up{device="veth6959b1c"} 1 node_network_up{device="veth6a7b649"} 1 node_network_up{device="veth6af9da9"} 1 node_network_up{device="veth6e88e24"} 1 node_network_up{device="veth6f6e79e"} 1 node_network_up{device="veth71afbc8"} 1 node_network_up{device="veth777df4e"} 1 node_network_up{device="veth79c29ed"} 1 node_network_up{device="veth7d470b3"} 1 node_network_up{device="veth7e6b2b2"} 1 node_network_up{device="veth8080026"} 1 node_network_up{device="veth80c8f28"} 1 node_network_up{device="veth867bd8a"} 1 node_network_up{device="veth8ad6e05"} 1 node_network_up{device="veth8d41d24"} 1 node_network_up{device="veth8edde4b"} 1 node_network_up{device="veth8fd70ab"} 1 node_network_up{device="veth91c61c3"} 1 node_network_up{device="veth95afbf6"} 1 node_network_up{device="veth9942fe9"} 1 node_network_up{device="veth9d6747d"} 1 node_network_up{device="veth9e470ff"} 1 node_network_up{device="veth9e616f3"} 1 node_network_up{device="vetha0db503"} 1 node_network_up{device="vetha2e0de9"} 1 node_network_up{device="vetha347c19"} 1 node_network_up{device="vetha4e280e"} 1 node_network_up{device="vetha66f35b"} 1 node_network_up{device="vetha8266f3"} 1 node_network_up{device="vethaa08148"} 1 node_network_up{device="vethab51fa2"} 1 node_network_up{device="vethb109423"} 1 node_network_up{device="vethb159df1"} 1 node_network_up{device="vethb82dc8b"} 1 node_network_up{device="vethbdf6179"} 1 node_network_up{device="vethc0af00f"} 1 node_network_up{device="vethc17a5d9"} 1 node_network_up{device="vethd49f903"} 1 node_network_up{device="vethd6ef29c"} 1 node_network_up{device="vethd8c0529"} 1 node_network_up{device="vethdba15b2"} 1 node_network_up{device="vethdc5d466"} 1 node_network_up{device="vethde77105"} 1 node_network_up{device="vethdf0d449"} 1 node_network_up{device="vethdf2eedb"} 1 node_network_up{device="vethdfe400f"} 1 node_network_up{device="vethe03cb12"} 1 node_network_up{device="vethe140009"} 1 node_network_up{device="vethe561898"} 1 node_network_up{device="vethe622197"} 1 node_network_up{device="vethe690fc2"} 1 node_network_up{device="vethe75208c"} 1 node_network_up{device="vethe819c9d"} 1 node_network_up{device="vethe8f26e1"} 1 node_network_up{device="vethec02a2f"} 1 node_network_up{device="vethf52fc69"} 1 node_network_up{device="vethf5f2bdc"} 1 node_network_up{device="vethf6ff4cd"} 1 node_network_up{device="vethfdc4032"} 1 node_network_up{device="vethfde6e16"} 1 node_network_up{device="vethfe4f272"} 1 node_network_up{device="vethff25527"} 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 3 # 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_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 142044.63922 # 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 8433.139491 # 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 9502.796812999999 # 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 1168.735477 # 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 1191.989453 # 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 1 # 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"} 2.271621777736801e+06 node_schedstat_running_seconds_total{cpu="1"} 2.748976486098465e+06 node_schedstat_running_seconds_total{cpu="10"} 2.799348647729078e+06 node_schedstat_running_seconds_total{cpu="11"} 2.290582650222521e+06 node_schedstat_running_seconds_total{cpu="12"} 2.763882965554132e+06 node_schedstat_running_seconds_total{cpu="13"} 2.276962863070746e+06 node_schedstat_running_seconds_total{cpu="14"} 2.769792019616167e+06 node_schedstat_running_seconds_total{cpu="15"} 2.242214609073402e+06 node_schedstat_running_seconds_total{cpu="2"} 2.720061750541032e+06 node_schedstat_running_seconds_total{cpu="3"} 2.438871219863236e+06 node_schedstat_running_seconds_total{cpu="4"} 2.834565760064397e+06 node_schedstat_running_seconds_total{cpu="5"} 2.34516636659544e+06 node_schedstat_running_seconds_total{cpu="6"} 2.856797500586846e+06 node_schedstat_running_seconds_total{cpu="7"} 2.314856751940198e+06 node_schedstat_running_seconds_total{cpu="8"} 2.825122469763406e+06 node_schedstat_running_seconds_total{cpu="9"} 2.312027758934409e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.2811776395e+10 node_schedstat_timeslices_total{cpu="1"} 7.525826063e+09 node_schedstat_timeslices_total{cpu="10"} 1.2509069329e+10 node_schedstat_timeslices_total{cpu="11"} 7.61899352e+09 node_schedstat_timeslices_total{cpu="12"} 1.223410602e+10 node_schedstat_timeslices_total{cpu="13"} 7.391575972e+09 node_schedstat_timeslices_total{cpu="14"} 1.2232056862e+10 node_schedstat_timeslices_total{cpu="15"} 7.360172725e+09 node_schedstat_timeslices_total{cpu="2"} 1.2540819175e+10 node_schedstat_timeslices_total{cpu="3"} 7.567195215e+09 node_schedstat_timeslices_total{cpu="4"} 1.2484921786e+10 node_schedstat_timeslices_total{cpu="5"} 7.541213882e+09 node_schedstat_timeslices_total{cpu="6"} 1.260367857e+10 node_schedstat_timeslices_total{cpu="7"} 7.673879616e+09 node_schedstat_timeslices_total{cpu="8"} 1.2467111773e+10 node_schedstat_timeslices_total{cpu="9"} 7.613852273e+09 # 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"} 46115.931008 node_schedstat_waiting_seconds_total{cpu="1"} 37725.766786396 node_schedstat_waiting_seconds_total{cpu="10"} 43587.583065102 node_schedstat_waiting_seconds_total{cpu="11"} 38008.668534484 node_schedstat_waiting_seconds_total{cpu="12"} 43759.730970548 node_schedstat_waiting_seconds_total{cpu="13"} 37775.862698695 node_schedstat_waiting_seconds_total{cpu="14"} 43395.217030255 node_schedstat_waiting_seconds_total{cpu="15"} 38042.205970241 node_schedstat_waiting_seconds_total{cpu="2"} 45521.328916927 node_schedstat_waiting_seconds_total{cpu="3"} 38233.489374509 node_schedstat_waiting_seconds_total{cpu="4"} 44550.177982938 node_schedstat_waiting_seconds_total{cpu="5"} 38304.635227848 node_schedstat_waiting_seconds_total{cpu="6"} 43225.588119428 node_schedstat_waiting_seconds_total{cpu="7"} 37831.744126804 node_schedstat_waiting_seconds_total{cpu="8"} 43448.812859499 node_schedstat_waiting_seconds_total{cpu="9"} 37779.452646284 # 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.000356738 node_scrape_collector_duration_seconds{collector="bcache"} 1.6996e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.4067e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.005674841 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000140823 node_scrape_collector_duration_seconds{collector="cpu"} 0.00230933 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000241194 node_scrape_collector_duration_seconds{collector="diskstats"} 0.038983802 node_scrape_collector_duration_seconds{collector="dmi"} 5.4642e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.6255e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000183617 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.8348e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.8343e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.059964917 node_scrape_collector_duration_seconds{collector="hwmon"} 2.9794e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.324e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.3845e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.8112e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.1634e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000246131 node_scrape_collector_duration_seconds{collector="netclass"} 0.122296719 node_scrape_collector_duration_seconds{collector="netdev"} 0.000348446 node_scrape_collector_duration_seconds{collector="netstat"} 0.001094949 node_scrape_collector_duration_seconds{collector="nfs"} 2.7131e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 2.3516e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.7191e-05 node_scrape_collector_duration_seconds{collector="os"} 3.0897e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 4.6109e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000242344 node_scrape_collector_duration_seconds{collector="rapl"} 5.5814e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000357949 node_scrape_collector_duration_seconds{collector="selinux"} 1.653e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000182555 node_scrape_collector_duration_seconds{collector="softnet"} 0.000264509 node_scrape_collector_duration_seconds{collector="stat"} 0.000360794 node_scrape_collector_duration_seconds{collector="tapestats"} 2.007e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.644e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001923177 node_scrape_collector_duration_seconds{collector="time"} 0.000213441 node_scrape_collector_duration_seconds{collector="timex"} 2.01e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000441035 node_scrape_collector_duration_seconds{collector="uname"} 1.2188e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000213743 node_scrape_collector_duration_seconds{collector="watchdog"} 2.8913e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.6945e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.9579e-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"} 0 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 29961 # 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 70087 # 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 2.87076352e+08 # 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 72 # 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 294912 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5 # 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"} 1 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 1 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 1 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 1 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 3 # 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"} 1.819101457e+09 node_softnet_processed_total{cpu="1"} 1.457546813e+09 node_softnet_processed_total{cpu="10"} 2.118158466e+09 node_softnet_processed_total{cpu="11"} 1.585056021e+09 node_softnet_processed_total{cpu="12"} 1.985191328e+09 node_softnet_processed_total{cpu="13"} 1.438946941e+09 node_softnet_processed_total{cpu="14"} 1.906578287e+09 node_softnet_processed_total{cpu="15"} 1.597112169e+09 node_softnet_processed_total{cpu="2"} 2.395876101e+09 node_softnet_processed_total{cpu="3"} 1.500173547e+09 node_softnet_processed_total{cpu="4"} 1.893762386e+09 node_softnet_processed_total{cpu="5"} 2.458090804e+09 node_softnet_processed_total{cpu="6"} 2.03254451e+09 node_softnet_processed_total{cpu="7"} 1.655041268e+09 node_softnet_processed_total{cpu="8"} 2.017476887e+09 node_softnet_processed_total{cpu="9"} 1.522608544e+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"} 47 node_softnet_times_squeezed_total{cpu="1"} 22 node_softnet_times_squeezed_total{cpu="10"} 37 node_softnet_times_squeezed_total{cpu="11"} 23 node_softnet_times_squeezed_total{cpu="12"} 85 node_softnet_times_squeezed_total{cpu="13"} 31 node_softnet_times_squeezed_total{cpu="14"} 29 node_softnet_times_squeezed_total{cpu="15"} 28 node_softnet_times_squeezed_total{cpu="2"} 84 node_softnet_times_squeezed_total{cpu="3"} 28 node_softnet_times_squeezed_total{cpu="4"} 48 node_softnet_times_squeezed_total{cpu="5"} 36 node_softnet_times_squeezed_total{cpu="6"} 44 node_softnet_times_squeezed_total{cpu="7"} 18 node_softnet_times_squeezed_total{cpu="8"} 84 node_softnet_times_squeezed_total{cpu="9"} 19 # 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.78684960548411e+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.0000067565460204 # 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.308 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 3.8753e-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="96d21031c264",release="5.15.0-138-generic",sysname="Linux",version="#148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 13 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.692257003162e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 4.0358468e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.986535793e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.7644226718e+10 # 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 540652.38 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.359669673e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.3864905603e+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 1.7567744e+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.74604958702e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+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"} 55 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"} 2.712266e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0