# 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.253e-06 go_gc_duration_seconds{quantile="0.25"} 2.5588e-05 go_gc_duration_seconds{quantile="0.5"} 3.3961e-05 go_gc_duration_seconds{quantile="0.75"} 4.4376e-05 go_gc_duration_seconds{quantile="1"} 8.7862e-05 go_gc_duration_seconds_sum 222.531134595 go_gc_duration_seconds_count 6.669322e+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.932768e+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.3605557345192e+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.275808e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.88563513946e+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.366672e+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.932768e+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.0477568e+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.54656e+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 29391 # 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.43776e+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.5024128e+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.7762837470259151e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.88563543337e+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 89920 # 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.807368e+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.066232e+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.736704e+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.736704e+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.746048817e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.5220151835e+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"} 2.808105677e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 5717.22 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 89.23 node_cpu_seconds_total{cpu="0",mode="softirq"} 558658.56 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 650606.44 node_cpu_seconds_total{cpu="0",mode="user"} 1.15920524e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.770389248e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 3632.41 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 89.74 node_cpu_seconds_total{cpu="1",mode="softirq"} 282820.76 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 609010.23 node_cpu_seconds_total{cpu="1",mode="user"} 1.73039188e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 2.769633276e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 6064.1 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 107.38 node_cpu_seconds_total{cpu="10",mode="softirq"} 30022.14 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 730028.14 node_cpu_seconds_total{cpu="10",mode="user"} 1.55321077e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 2.810659781e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 3693.63 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 74.56 node_cpu_seconds_total{cpu="11",mode="softirq"} 37516.29 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 551383.29 node_cpu_seconds_total{cpu="11",mode="user"} 1.40386104e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 2.773281707e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 6032.48 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 120.1 node_cpu_seconds_total{cpu="12",mode="softirq"} 27920.42 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 729338.33 node_cpu_seconds_total{cpu="12",mode="user"} 1.51533018e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 2.811636251e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 3719.67 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 73.19 node_cpu_seconds_total{cpu="13",mode="softirq"} 31226.51 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 557576.55 node_cpu_seconds_total{cpu="13",mode="user"} 1.38979933e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 2.772808301e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 6060.09 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 113 node_cpu_seconds_total{cpu="14",mode="softirq"} 25457.71 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 727061.5 node_cpu_seconds_total{cpu="14",mode="user"} 1.52128983e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 2.815024795e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 3702.24 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 67.4 node_cpu_seconds_total{cpu="15",mode="softirq"} 27652.12 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 554168.54 node_cpu_seconds_total{cpu="15",mode="user"} 1.3589538e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 2.775176294e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 5889.51 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 107.37 node_cpu_seconds_total{cpu="2",mode="softirq"} 99841.07 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 720087.44 node_cpu_seconds_total{cpu="2",mode="user"} 1.49231689e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 2.79732734e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 3715.91 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 86.66 node_cpu_seconds_total{cpu="3",mode="softirq"} 117016.38 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 576236.28 node_cpu_seconds_total{cpu="3",mode="user"} 1.51072436e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 2.764501294e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 5964.54 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 98.89 node_cpu_seconds_total{cpu="4",mode="softirq"} 51526.78 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 741828.04 node_cpu_seconds_total{cpu="4",mode="user"} 1.57594658e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 2.805043506e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 3706.67 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 73.23 node_cpu_seconds_total{cpu="5",mode="softirq"} 77887.86 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 565224.96 node_cpu_seconds_total{cpu="5",mode="user"} 1.4410802e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 2.763370355e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 5311.03 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 112.52 node_cpu_seconds_total{cpu="6",mode="softirq"} 39580.53 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 736173.36 node_cpu_seconds_total{cpu="6",mode="user"} 1.60726988e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.809147757e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 3633.76 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 83.67 node_cpu_seconds_total{cpu="7",mode="softirq"} 54051.73 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 558607.57 node_cpu_seconds_total{cpu="7",mode="user"} 1.41536849e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 2.767585718e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 6135.7 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 110 node_cpu_seconds_total{cpu="8",mode="softirq"} 33909.95 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 733505.24 node_cpu_seconds_total{cpu="8",mode="user"} 1.5685196e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 2.809025142e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 3700.74 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 76.9 node_cpu_seconds_total{cpu="9",mode="softirq"} 43431.87 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 558335.27 node_cpu_seconds_total{cpu="9",mode="user"} 1.41651616e+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"} 1117.921 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"} 4.228959894e+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"} 4.467729e+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"} 150 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"} 15634.066 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 6.8093749e+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"} 261404.864 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"} 980542.7930000001 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"} 4.711520270336e+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"} 34547.627 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"} 9.327412e+07 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"} 6.996562e+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"} 929243.1780000001 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"} 5.67995851e+08 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 3.74514508e+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"} 3.709459127296e+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 29024 # 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="/"} 4.9020112896e+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 # 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.299846e+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="/"} 5.5619403776e+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 # 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.339973141e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 8.4692629919e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.08 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.18 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.11 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.51616e+07 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.964242944e+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 5.889081344e+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.8525869056e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.5020416e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 8.47710208e+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.5729931264e+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.3331354624e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.0892460032e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 598016 # 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.8324182016e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.1260260352e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.936078336e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 5.6999936e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.71145984e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.5291957248e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.697848832e+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.89038592e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.9753344e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 5.00187136e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.69671936e+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.3477888e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 9.69859072e+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.8348288e+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 925992 # 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 2.568623552e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 5.5324498114e+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 2.3812216e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 74 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 4.782661e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.018122e+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="veth021de55"} 3 node_network_address_assign_type{device="veth057dc5c"} 3 node_network_address_assign_type{device="veth07119a7"} 3 node_network_address_assign_type{device="veth0904270"} 3 node_network_address_assign_type{device="veth092222b"} 3 node_network_address_assign_type{device="veth0b78afc"} 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="veth0e6be70"} 3 node_network_address_assign_type{device="veth13d80ba"} 3 node_network_address_assign_type{device="veth16725d5"} 3 node_network_address_assign_type{device="veth19dc163"} 3 node_network_address_assign_type{device="veth1d5e768"} 3 node_network_address_assign_type{device="veth21c4146"} 3 node_network_address_assign_type{device="veth24d4199"} 3 node_network_address_assign_type{device="veth2f93b3b"} 3 node_network_address_assign_type{device="veth3062e68"} 3 node_network_address_assign_type{device="veth32da1d2"} 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="veth3f1a18c"} 3 node_network_address_assign_type{device="veth44350fc"} 3 node_network_address_assign_type{device="veth4b32b94"} 3 node_network_address_assign_type{device="veth4bcb2b7"} 3 node_network_address_assign_type{device="veth4bdaff1"} 3 node_network_address_assign_type{device="veth4d17d61"} 3 node_network_address_assign_type{device="veth5117d06"} 3 node_network_address_assign_type{device="veth533c38b"} 3 node_network_address_assign_type{device="veth543b561"} 3 node_network_address_assign_type{device="veth5494b5e"} 3 node_network_address_assign_type{device="veth568b23f"} 3 node_network_address_assign_type{device="veth592e24b"} 3 node_network_address_assign_type{device="veth5938775"} 3 node_network_address_assign_type{device="veth5a1b55a"} 3 node_network_address_assign_type{device="veth5a56737"} 3 node_network_address_assign_type{device="veth5bbf640"} 3 node_network_address_assign_type{device="veth5bceda3"} 3 node_network_address_assign_type{device="veth5d4c60d"} 3 node_network_address_assign_type{device="veth5e43bcb"} 3 node_network_address_assign_type{device="veth61980ca"} 3 node_network_address_assign_type{device="veth61e92eb"} 3 node_network_address_assign_type{device="veth6486ba7"} 3 node_network_address_assign_type{device="veth66bcb5f"} 3 node_network_address_assign_type{device="veth67727bf"} 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="veth71afbc8"} 3 node_network_address_assign_type{device="veth72f5b79"} 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="veth8080026"} 3 node_network_address_assign_type{device="veth867bd8a"} 3 node_network_address_assign_type{device="veth8a16eea"} 3 node_network_address_assign_type{device="veth8bf17cd"} 3 node_network_address_assign_type{device="veth8d41d24"} 3 node_network_address_assign_type{device="veth8edde4b"} 3 node_network_address_assign_type{device="veth8f3fa67"} 3 node_network_address_assign_type{device="veth8fd70ab"} 3 node_network_address_assign_type{device="veth90f3423"} 3 node_network_address_assign_type{device="veth915ddc9"} 3 node_network_address_assign_type{device="veth9501e66"} 3 node_network_address_assign_type{device="veth9506749"} 3 node_network_address_assign_type{device="veth95afbf6"} 3 node_network_address_assign_type{device="veth9942fe9"} 3 node_network_address_assign_type{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 3 node_network_address_assign_type{device="vetha9427ba"} 3 node_network_address_assign_type{device="vethac20db9"} 3 node_network_address_assign_type{device="vethb82dc8b"} 3 node_network_address_assign_type{device="vethbdf6179"} 3 node_network_address_assign_type{device="vethc18e500"} 3 node_network_address_assign_type{device="vethc2d1439"} 3 node_network_address_assign_type{device="vethccdf9df"} 3 node_network_address_assign_type{device="vethce825fb"} 3 node_network_address_assign_type{device="vethd22d774"} 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="vethde1e5f2"} 3 node_network_address_assign_type{device="vethdf0d449"} 3 node_network_address_assign_type{device="vethdfe400f"} 3 node_network_address_assign_type{device="vethe140009"} 3 node_network_address_assign_type{device="vethe690fc2"} 3 node_network_address_assign_type{device="vethe75208c"} 3 node_network_address_assign_type{device="vethe8f26e1"} 3 node_network_address_assign_type{device="vethec02a2f"} 3 node_network_address_assign_type{device="vethefbc47a"} 3 node_network_address_assign_type{device="vethf0dedb2"} 3 node_network_address_assign_type{device="vethf21fb3b"} 3 node_network_address_assign_type{device="vethf401c34"} 3 node_network_address_assign_type{device="vethf5f2bdc"} 3 node_network_address_assign_type{device="vethf6ff4cd"} 3 node_network_address_assign_type{device="vethf85a560"} 3 node_network_address_assign_type{device="vethfbc5ace"} 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 # 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="veth021de55"} 1 node_network_carrier{device="veth057dc5c"} 1 node_network_carrier{device="veth07119a7"} 1 node_network_carrier{device="veth0904270"} 1 node_network_carrier{device="veth092222b"} 1 node_network_carrier{device="veth0b78afc"} 1 node_network_carrier{device="veth0babf41"} 1 node_network_carrier{device="veth0c514db"} 1 node_network_carrier{device="veth0d0efa0"} 1 node_network_carrier{device="veth0e6be70"} 1 node_network_carrier{device="veth13d80ba"} 1 node_network_carrier{device="veth16725d5"} 1 node_network_carrier{device="veth19dc163"} 1 node_network_carrier{device="veth1d5e768"} 1 node_network_carrier{device="veth21c4146"} 1 node_network_carrier{device="veth24d4199"} 1 node_network_carrier{device="veth2f93b3b"} 1 node_network_carrier{device="veth3062e68"} 1 node_network_carrier{device="veth32da1d2"} 1 node_network_carrier{device="veth35b693c"} 1 node_network_carrier{device="veth368476f"} 1 node_network_carrier{device="veth3804b08"} 1 node_network_carrier{device="veth3f1a18c"} 1 node_network_carrier{device="veth44350fc"} 1 node_network_carrier{device="veth4b32b94"} 1 node_network_carrier{device="veth4bcb2b7"} 1 node_network_carrier{device="veth4bdaff1"} 1 node_network_carrier{device="veth4d17d61"} 1 node_network_carrier{device="veth5117d06"} 1 node_network_carrier{device="veth533c38b"} 1 node_network_carrier{device="veth543b561"} 1 node_network_carrier{device="veth5494b5e"} 1 node_network_carrier{device="veth568b23f"} 1 node_network_carrier{device="veth592e24b"} 1 node_network_carrier{device="veth5938775"} 1 node_network_carrier{device="veth5a1b55a"} 1 node_network_carrier{device="veth5a56737"} 1 node_network_carrier{device="veth5bbf640"} 1 node_network_carrier{device="veth5bceda3"} 1 node_network_carrier{device="veth5d4c60d"} 1 node_network_carrier{device="veth5e43bcb"} 1 node_network_carrier{device="veth61980ca"} 1 node_network_carrier{device="veth61e92eb"} 1 node_network_carrier{device="veth6486ba7"} 1 node_network_carrier{device="veth66bcb5f"} 1 node_network_carrier{device="veth67727bf"} 1 node_network_carrier{device="veth6a7b649"} 1 node_network_carrier{device="veth6af9da9"} 1 node_network_carrier{device="veth6e88e24"} 1 node_network_carrier{device="veth71afbc8"} 1 node_network_carrier{device="veth72f5b79"} 1 node_network_carrier{device="veth777df4e"} 1 node_network_carrier{device="veth79c29ed"} 1 node_network_carrier{device="veth7d470b3"} 1 node_network_carrier{device="veth8080026"} 1 node_network_carrier{device="veth867bd8a"} 1 node_network_carrier{device="veth8a16eea"} 1 node_network_carrier{device="veth8bf17cd"} 1 node_network_carrier{device="veth8d41d24"} 1 node_network_carrier{device="veth8edde4b"} 1 node_network_carrier{device="veth8f3fa67"} 1 node_network_carrier{device="veth8fd70ab"} 1 node_network_carrier{device="veth90f3423"} 1 node_network_carrier{device="veth915ddc9"} 1 node_network_carrier{device="veth9501e66"} 1 node_network_carrier{device="veth9506749"} 1 node_network_carrier{device="veth95afbf6"} 1 node_network_carrier{device="veth9942fe9"} 1 node_network_carrier{device="veth9bab89c"} 1 node_network_carrier{device="veth9e470ff"} 1 node_network_carrier{device="veth9e616f3"} 1 node_network_carrier{device="vetha0db503"} 1 node_network_carrier{device="vetha1c90f4"} 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="vetha7c14fc"} 1 node_network_carrier{device="vetha9427ba"} 1 node_network_carrier{device="vethac20db9"} 1 node_network_carrier{device="vethb82dc8b"} 1 node_network_carrier{device="vethbdf6179"} 1 node_network_carrier{device="vethc18e500"} 1 node_network_carrier{device="vethc2d1439"} 1 node_network_carrier{device="vethccdf9df"} 1 node_network_carrier{device="vethce825fb"} 1 node_network_carrier{device="vethd22d774"} 1 node_network_carrier{device="vethd6ef29c"} 1 node_network_carrier{device="vethd8c0529"} 1 node_network_carrier{device="vethdba15b2"} 1 node_network_carrier{device="vethde1e5f2"} 1 node_network_carrier{device="vethdf0d449"} 1 node_network_carrier{device="vethdfe400f"} 1 node_network_carrier{device="vethe140009"} 1 node_network_carrier{device="vethe690fc2"} 1 node_network_carrier{device="vethe75208c"} 1 node_network_carrier{device="vethe8f26e1"} 1 node_network_carrier{device="vethec02a2f"} 1 node_network_carrier{device="vethefbc47a"} 1 node_network_carrier{device="vethf0dedb2"} 1 node_network_carrier{device="vethf21fb3b"} 1 node_network_carrier{device="vethf401c34"} 1 node_network_carrier{device="vethf5f2bdc"} 1 node_network_carrier{device="vethf6ff4cd"} 1 node_network_carrier{device="vethf85a560"} 1 node_network_carrier{device="vethfbc5ace"} 1 node_network_carrier{device="vethfdc4032"} 1 node_network_carrier{device="vethfde6e16"} 1 node_network_carrier{device="vethfe4f272"} 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"} 12 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"} 499 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="veth021de55"} 2 node_network_carrier_changes_total{device="veth057dc5c"} 2 node_network_carrier_changes_total{device="veth07119a7"} 2 node_network_carrier_changes_total{device="veth0904270"} 2 node_network_carrier_changes_total{device="veth092222b"} 2 node_network_carrier_changes_total{device="veth0b78afc"} 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="veth0e6be70"} 2 node_network_carrier_changes_total{device="veth13d80ba"} 2 node_network_carrier_changes_total{device="veth16725d5"} 2 node_network_carrier_changes_total{device="veth19dc163"} 2 node_network_carrier_changes_total{device="veth1d5e768"} 2 node_network_carrier_changes_total{device="veth21c4146"} 2 node_network_carrier_changes_total{device="veth24d4199"} 2 node_network_carrier_changes_total{device="veth2f93b3b"} 2 node_network_carrier_changes_total{device="veth3062e68"} 2 node_network_carrier_changes_total{device="veth32da1d2"} 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="veth3f1a18c"} 2 node_network_carrier_changes_total{device="veth44350fc"} 2 node_network_carrier_changes_total{device="veth4b32b94"} 2 node_network_carrier_changes_total{device="veth4bcb2b7"} 2 node_network_carrier_changes_total{device="veth4bdaff1"} 2 node_network_carrier_changes_total{device="veth4d17d61"} 2 node_network_carrier_changes_total{device="veth5117d06"} 2 node_network_carrier_changes_total{device="veth533c38b"} 2 node_network_carrier_changes_total{device="veth543b561"} 2 node_network_carrier_changes_total{device="veth5494b5e"} 2 node_network_carrier_changes_total{device="veth568b23f"} 2 node_network_carrier_changes_total{device="veth592e24b"} 2 node_network_carrier_changes_total{device="veth5938775"} 2 node_network_carrier_changes_total{device="veth5a1b55a"} 2 node_network_carrier_changes_total{device="veth5a56737"} 2 node_network_carrier_changes_total{device="veth5bbf640"} 2 node_network_carrier_changes_total{device="veth5bceda3"} 2 node_network_carrier_changes_total{device="veth5d4c60d"} 2 node_network_carrier_changes_total{device="veth5e43bcb"} 2 node_network_carrier_changes_total{device="veth61980ca"} 2 node_network_carrier_changes_total{device="veth61e92eb"} 2 node_network_carrier_changes_total{device="veth6486ba7"} 2 node_network_carrier_changes_total{device="veth66bcb5f"} 2 node_network_carrier_changes_total{device="veth67727bf"} 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="veth71afbc8"} 2 node_network_carrier_changes_total{device="veth72f5b79"} 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="veth8080026"} 2 node_network_carrier_changes_total{device="veth867bd8a"} 2 node_network_carrier_changes_total{device="veth8a16eea"} 2 node_network_carrier_changes_total{device="veth8bf17cd"} 2 node_network_carrier_changes_total{device="veth8d41d24"} 2 node_network_carrier_changes_total{device="veth8edde4b"} 2 node_network_carrier_changes_total{device="veth8f3fa67"} 2 node_network_carrier_changes_total{device="veth8fd70ab"} 2 node_network_carrier_changes_total{device="veth90f3423"} 2 node_network_carrier_changes_total{device="veth915ddc9"} 2 node_network_carrier_changes_total{device="veth9501e66"} 2 node_network_carrier_changes_total{device="veth9506749"} 2 node_network_carrier_changes_total{device="veth95afbf6"} 2 node_network_carrier_changes_total{device="veth9942fe9"} 2 node_network_carrier_changes_total{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 2 node_network_carrier_changes_total{device="vetha9427ba"} 2 node_network_carrier_changes_total{device="vethac20db9"} 2 node_network_carrier_changes_total{device="vethb82dc8b"} 2 node_network_carrier_changes_total{device="vethbdf6179"} 2 node_network_carrier_changes_total{device="vethc18e500"} 2 node_network_carrier_changes_total{device="vethc2d1439"} 2 node_network_carrier_changes_total{device="vethccdf9df"} 2 node_network_carrier_changes_total{device="vethce825fb"} 2 node_network_carrier_changes_total{device="vethd22d774"} 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="vethde1e5f2"} 2 node_network_carrier_changes_total{device="vethdf0d449"} 2 node_network_carrier_changes_total{device="vethdfe400f"} 2 node_network_carrier_changes_total{device="vethe140009"} 2 node_network_carrier_changes_total{device="vethe690fc2"} 2 node_network_carrier_changes_total{device="vethe75208c"} 2 node_network_carrier_changes_total{device="vethe8f26e1"} 2 node_network_carrier_changes_total{device="vethec02a2f"} 2 node_network_carrier_changes_total{device="vethefbc47a"} 2 node_network_carrier_changes_total{device="vethf0dedb2"} 2 node_network_carrier_changes_total{device="vethf21fb3b"} 2 node_network_carrier_changes_total{device="vethf401c34"} 2 node_network_carrier_changes_total{device="vethf5f2bdc"} 2 node_network_carrier_changes_total{device="vethf6ff4cd"} 2 node_network_carrier_changes_total{device="vethf85a560"} 2 node_network_carrier_changes_total{device="vethfbc5ace"} 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 # 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"} 6 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"} 250 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="veth021de55"} 1 node_network_carrier_down_changes_total{device="veth057dc5c"} 1 node_network_carrier_down_changes_total{device="veth07119a7"} 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="veth0b78afc"} 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="veth0e6be70"} 1 node_network_carrier_down_changes_total{device="veth13d80ba"} 1 node_network_carrier_down_changes_total{device="veth16725d5"} 1 node_network_carrier_down_changes_total{device="veth19dc163"} 1 node_network_carrier_down_changes_total{device="veth1d5e768"} 1 node_network_carrier_down_changes_total{device="veth21c4146"} 1 node_network_carrier_down_changes_total{device="veth24d4199"} 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="veth32da1d2"} 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="veth3f1a18c"} 1 node_network_carrier_down_changes_total{device="veth44350fc"} 1 node_network_carrier_down_changes_total{device="veth4b32b94"} 1 node_network_carrier_down_changes_total{device="veth4bcb2b7"} 1 node_network_carrier_down_changes_total{device="veth4bdaff1"} 1 node_network_carrier_down_changes_total{device="veth4d17d61"} 1 node_network_carrier_down_changes_total{device="veth5117d06"} 1 node_network_carrier_down_changes_total{device="veth533c38b"} 1 node_network_carrier_down_changes_total{device="veth543b561"} 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="veth592e24b"} 1 node_network_carrier_down_changes_total{device="veth5938775"} 1 node_network_carrier_down_changes_total{device="veth5a1b55a"} 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="veth5bceda3"} 1 node_network_carrier_down_changes_total{device="veth5d4c60d"} 1 node_network_carrier_down_changes_total{device="veth5e43bcb"} 1 node_network_carrier_down_changes_total{device="veth61980ca"} 1 node_network_carrier_down_changes_total{device="veth61e92eb"} 1 node_network_carrier_down_changes_total{device="veth6486ba7"} 1 node_network_carrier_down_changes_total{device="veth66bcb5f"} 1 node_network_carrier_down_changes_total{device="veth67727bf"} 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="veth71afbc8"} 1 node_network_carrier_down_changes_total{device="veth72f5b79"} 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="veth8080026"} 1 node_network_carrier_down_changes_total{device="veth867bd8a"} 1 node_network_carrier_down_changes_total{device="veth8a16eea"} 1 node_network_carrier_down_changes_total{device="veth8bf17cd"} 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="veth8f3fa67"} 1 node_network_carrier_down_changes_total{device="veth8fd70ab"} 1 node_network_carrier_down_changes_total{device="veth90f3423"} 1 node_network_carrier_down_changes_total{device="veth915ddc9"} 1 node_network_carrier_down_changes_total{device="veth9501e66"} 1 node_network_carrier_down_changes_total{device="veth9506749"} 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="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 1 node_network_carrier_down_changes_total{device="vetha9427ba"} 1 node_network_carrier_down_changes_total{device="vethac20db9"} 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="vethc18e500"} 1 node_network_carrier_down_changes_total{device="vethc2d1439"} 1 node_network_carrier_down_changes_total{device="vethccdf9df"} 1 node_network_carrier_down_changes_total{device="vethce825fb"} 1 node_network_carrier_down_changes_total{device="vethd22d774"} 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="vethde1e5f2"} 1 node_network_carrier_down_changes_total{device="vethdf0d449"} 1 node_network_carrier_down_changes_total{device="vethdfe400f"} 1 node_network_carrier_down_changes_total{device="vethe140009"} 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="vethe8f26e1"} 1 node_network_carrier_down_changes_total{device="vethec02a2f"} 1 node_network_carrier_down_changes_total{device="vethefbc47a"} 1 node_network_carrier_down_changes_total{device="vethf0dedb2"} 1 node_network_carrier_down_changes_total{device="vethf21fb3b"} 1 node_network_carrier_down_changes_total{device="vethf401c34"} 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="vethf85a560"} 1 node_network_carrier_down_changes_total{device="vethfbc5ace"} 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 # 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"} 6 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"} 249 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="veth021de55"} 1 node_network_carrier_up_changes_total{device="veth057dc5c"} 1 node_network_carrier_up_changes_total{device="veth07119a7"} 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="veth0b78afc"} 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="veth0e6be70"} 1 node_network_carrier_up_changes_total{device="veth13d80ba"} 1 node_network_carrier_up_changes_total{device="veth16725d5"} 1 node_network_carrier_up_changes_total{device="veth19dc163"} 1 node_network_carrier_up_changes_total{device="veth1d5e768"} 1 node_network_carrier_up_changes_total{device="veth21c4146"} 1 node_network_carrier_up_changes_total{device="veth24d4199"} 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="veth32da1d2"} 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="veth3f1a18c"} 1 node_network_carrier_up_changes_total{device="veth44350fc"} 1 node_network_carrier_up_changes_total{device="veth4b32b94"} 1 node_network_carrier_up_changes_total{device="veth4bcb2b7"} 1 node_network_carrier_up_changes_total{device="veth4bdaff1"} 1 node_network_carrier_up_changes_total{device="veth4d17d61"} 1 node_network_carrier_up_changes_total{device="veth5117d06"} 1 node_network_carrier_up_changes_total{device="veth533c38b"} 1 node_network_carrier_up_changes_total{device="veth543b561"} 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="veth592e24b"} 1 node_network_carrier_up_changes_total{device="veth5938775"} 1 node_network_carrier_up_changes_total{device="veth5a1b55a"} 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="veth5bceda3"} 1 node_network_carrier_up_changes_total{device="veth5d4c60d"} 1 node_network_carrier_up_changes_total{device="veth5e43bcb"} 1 node_network_carrier_up_changes_total{device="veth61980ca"} 1 node_network_carrier_up_changes_total{device="veth61e92eb"} 1 node_network_carrier_up_changes_total{device="veth6486ba7"} 1 node_network_carrier_up_changes_total{device="veth66bcb5f"} 1 node_network_carrier_up_changes_total{device="veth67727bf"} 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="veth71afbc8"} 1 node_network_carrier_up_changes_total{device="veth72f5b79"} 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="veth8080026"} 1 node_network_carrier_up_changes_total{device="veth867bd8a"} 1 node_network_carrier_up_changes_total{device="veth8a16eea"} 1 node_network_carrier_up_changes_total{device="veth8bf17cd"} 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="veth8f3fa67"} 1 node_network_carrier_up_changes_total{device="veth8fd70ab"} 1 node_network_carrier_up_changes_total{device="veth90f3423"} 1 node_network_carrier_up_changes_total{device="veth915ddc9"} 1 node_network_carrier_up_changes_total{device="veth9501e66"} 1 node_network_carrier_up_changes_total{device="veth9506749"} 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="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 1 node_network_carrier_up_changes_total{device="vetha9427ba"} 1 node_network_carrier_up_changes_total{device="vethac20db9"} 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="vethc18e500"} 1 node_network_carrier_up_changes_total{device="vethc2d1439"} 1 node_network_carrier_up_changes_total{device="vethccdf9df"} 1 node_network_carrier_up_changes_total{device="vethce825fb"} 1 node_network_carrier_up_changes_total{device="vethd22d774"} 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="vethde1e5f2"} 1 node_network_carrier_up_changes_total{device="vethdf0d449"} 1 node_network_carrier_up_changes_total{device="vethdfe400f"} 1 node_network_carrier_up_changes_total{device="vethe140009"} 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="vethe8f26e1"} 1 node_network_carrier_up_changes_total{device="vethec02a2f"} 1 node_network_carrier_up_changes_total{device="vethefbc47a"} 1 node_network_carrier_up_changes_total{device="vethf0dedb2"} 1 node_network_carrier_up_changes_total{device="vethf21fb3b"} 1 node_network_carrier_up_changes_total{device="vethf401c34"} 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="vethf85a560"} 1 node_network_carrier_up_changes_total{device="vethfbc5ace"} 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 # 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="veth021de55"} 0 node_network_device_id{device="veth057dc5c"} 0 node_network_device_id{device="veth07119a7"} 0 node_network_device_id{device="veth0904270"} 0 node_network_device_id{device="veth092222b"} 0 node_network_device_id{device="veth0b78afc"} 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="veth0e6be70"} 0 node_network_device_id{device="veth13d80ba"} 0 node_network_device_id{device="veth16725d5"} 0 node_network_device_id{device="veth19dc163"} 0 node_network_device_id{device="veth1d5e768"} 0 node_network_device_id{device="veth21c4146"} 0 node_network_device_id{device="veth24d4199"} 0 node_network_device_id{device="veth2f93b3b"} 0 node_network_device_id{device="veth3062e68"} 0 node_network_device_id{device="veth32da1d2"} 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="veth3f1a18c"} 0 node_network_device_id{device="veth44350fc"} 0 node_network_device_id{device="veth4b32b94"} 0 node_network_device_id{device="veth4bcb2b7"} 0 node_network_device_id{device="veth4bdaff1"} 0 node_network_device_id{device="veth4d17d61"} 0 node_network_device_id{device="veth5117d06"} 0 node_network_device_id{device="veth533c38b"} 0 node_network_device_id{device="veth543b561"} 0 node_network_device_id{device="veth5494b5e"} 0 node_network_device_id{device="veth568b23f"} 0 node_network_device_id{device="veth592e24b"} 0 node_network_device_id{device="veth5938775"} 0 node_network_device_id{device="veth5a1b55a"} 0 node_network_device_id{device="veth5a56737"} 0 node_network_device_id{device="veth5bbf640"} 0 node_network_device_id{device="veth5bceda3"} 0 node_network_device_id{device="veth5d4c60d"} 0 node_network_device_id{device="veth5e43bcb"} 0 node_network_device_id{device="veth61980ca"} 0 node_network_device_id{device="veth61e92eb"} 0 node_network_device_id{device="veth6486ba7"} 0 node_network_device_id{device="veth66bcb5f"} 0 node_network_device_id{device="veth67727bf"} 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="veth71afbc8"} 0 node_network_device_id{device="veth72f5b79"} 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="veth8080026"} 0 node_network_device_id{device="veth867bd8a"} 0 node_network_device_id{device="veth8a16eea"} 0 node_network_device_id{device="veth8bf17cd"} 0 node_network_device_id{device="veth8d41d24"} 0 node_network_device_id{device="veth8edde4b"} 0 node_network_device_id{device="veth8f3fa67"} 0 node_network_device_id{device="veth8fd70ab"} 0 node_network_device_id{device="veth90f3423"} 0 node_network_device_id{device="veth915ddc9"} 0 node_network_device_id{device="veth9501e66"} 0 node_network_device_id{device="veth9506749"} 0 node_network_device_id{device="veth95afbf6"} 0 node_network_device_id{device="veth9942fe9"} 0 node_network_device_id{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 0 node_network_device_id{device="vetha9427ba"} 0 node_network_device_id{device="vethac20db9"} 0 node_network_device_id{device="vethb82dc8b"} 0 node_network_device_id{device="vethbdf6179"} 0 node_network_device_id{device="vethc18e500"} 0 node_network_device_id{device="vethc2d1439"} 0 node_network_device_id{device="vethccdf9df"} 0 node_network_device_id{device="vethce825fb"} 0 node_network_device_id{device="vethd22d774"} 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="vethde1e5f2"} 0 node_network_device_id{device="vethdf0d449"} 0 node_network_device_id{device="vethdfe400f"} 0 node_network_device_id{device="vethe140009"} 0 node_network_device_id{device="vethe690fc2"} 0 node_network_device_id{device="vethe75208c"} 0 node_network_device_id{device="vethe8f26e1"} 0 node_network_device_id{device="vethec02a2f"} 0 node_network_device_id{device="vethefbc47a"} 0 node_network_device_id{device="vethf0dedb2"} 0 node_network_device_id{device="vethf21fb3b"} 0 node_network_device_id{device="vethf401c34"} 0 node_network_device_id{device="vethf5f2bdc"} 0 node_network_device_id{device="vethf6ff4cd"} 0 node_network_device_id{device="vethf85a560"} 0 node_network_device_id{device="vethfbc5ace"} 0 node_network_device_id{device="vethfdc4032"} 0 node_network_device_id{device="vethfde6e16"} 0 node_network_device_id{device="vethfe4f272"} 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="veth021de55"} 0 node_network_dormant{device="veth057dc5c"} 0 node_network_dormant{device="veth07119a7"} 0 node_network_dormant{device="veth0904270"} 0 node_network_dormant{device="veth092222b"} 0 node_network_dormant{device="veth0b78afc"} 0 node_network_dormant{device="veth0babf41"} 0 node_network_dormant{device="veth0c514db"} 0 node_network_dormant{device="veth0d0efa0"} 0 node_network_dormant{device="veth0e6be70"} 0 node_network_dormant{device="veth13d80ba"} 0 node_network_dormant{device="veth16725d5"} 0 node_network_dormant{device="veth19dc163"} 0 node_network_dormant{device="veth1d5e768"} 0 node_network_dormant{device="veth21c4146"} 0 node_network_dormant{device="veth24d4199"} 0 node_network_dormant{device="veth2f93b3b"} 0 node_network_dormant{device="veth3062e68"} 0 node_network_dormant{device="veth32da1d2"} 0 node_network_dormant{device="veth35b693c"} 0 node_network_dormant{device="veth368476f"} 0 node_network_dormant{device="veth3804b08"} 0 node_network_dormant{device="veth3f1a18c"} 0 node_network_dormant{device="veth44350fc"} 0 node_network_dormant{device="veth4b32b94"} 0 node_network_dormant{device="veth4bcb2b7"} 0 node_network_dormant{device="veth4bdaff1"} 0 node_network_dormant{device="veth4d17d61"} 0 node_network_dormant{device="veth5117d06"} 0 node_network_dormant{device="veth533c38b"} 0 node_network_dormant{device="veth543b561"} 0 node_network_dormant{device="veth5494b5e"} 0 node_network_dormant{device="veth568b23f"} 0 node_network_dormant{device="veth592e24b"} 0 node_network_dormant{device="veth5938775"} 0 node_network_dormant{device="veth5a1b55a"} 0 node_network_dormant{device="veth5a56737"} 0 node_network_dormant{device="veth5bbf640"} 0 node_network_dormant{device="veth5bceda3"} 0 node_network_dormant{device="veth5d4c60d"} 0 node_network_dormant{device="veth5e43bcb"} 0 node_network_dormant{device="veth61980ca"} 0 node_network_dormant{device="veth61e92eb"} 0 node_network_dormant{device="veth6486ba7"} 0 node_network_dormant{device="veth66bcb5f"} 0 node_network_dormant{device="veth67727bf"} 0 node_network_dormant{device="veth6a7b649"} 0 node_network_dormant{device="veth6af9da9"} 0 node_network_dormant{device="veth6e88e24"} 0 node_network_dormant{device="veth71afbc8"} 0 node_network_dormant{device="veth72f5b79"} 0 node_network_dormant{device="veth777df4e"} 0 node_network_dormant{device="veth79c29ed"} 0 node_network_dormant{device="veth7d470b3"} 0 node_network_dormant{device="veth8080026"} 0 node_network_dormant{device="veth867bd8a"} 0 node_network_dormant{device="veth8a16eea"} 0 node_network_dormant{device="veth8bf17cd"} 0 node_network_dormant{device="veth8d41d24"} 0 node_network_dormant{device="veth8edde4b"} 0 node_network_dormant{device="veth8f3fa67"} 0 node_network_dormant{device="veth8fd70ab"} 0 node_network_dormant{device="veth90f3423"} 0 node_network_dormant{device="veth915ddc9"} 0 node_network_dormant{device="veth9501e66"} 0 node_network_dormant{device="veth9506749"} 0 node_network_dormant{device="veth95afbf6"} 0 node_network_dormant{device="veth9942fe9"} 0 node_network_dormant{device="veth9bab89c"} 0 node_network_dormant{device="veth9e470ff"} 0 node_network_dormant{device="veth9e616f3"} 0 node_network_dormant{device="vetha0db503"} 0 node_network_dormant{device="vetha1c90f4"} 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="vetha7c14fc"} 0 node_network_dormant{device="vetha9427ba"} 0 node_network_dormant{device="vethac20db9"} 0 node_network_dormant{device="vethb82dc8b"} 0 node_network_dormant{device="vethbdf6179"} 0 node_network_dormant{device="vethc18e500"} 0 node_network_dormant{device="vethc2d1439"} 0 node_network_dormant{device="vethccdf9df"} 0 node_network_dormant{device="vethce825fb"} 0 node_network_dormant{device="vethd22d774"} 0 node_network_dormant{device="vethd6ef29c"} 0 node_network_dormant{device="vethd8c0529"} 0 node_network_dormant{device="vethdba15b2"} 0 node_network_dormant{device="vethde1e5f2"} 0 node_network_dormant{device="vethdf0d449"} 0 node_network_dormant{device="vethdfe400f"} 0 node_network_dormant{device="vethe140009"} 0 node_network_dormant{device="vethe690fc2"} 0 node_network_dormant{device="vethe75208c"} 0 node_network_dormant{device="vethe8f26e1"} 0 node_network_dormant{device="vethec02a2f"} 0 node_network_dormant{device="vethefbc47a"} 0 node_network_dormant{device="vethf0dedb2"} 0 node_network_dormant{device="vethf21fb3b"} 0 node_network_dormant{device="vethf401c34"} 0 node_network_dormant{device="vethf5f2bdc"} 0 node_network_dormant{device="vethf6ff4cd"} 0 node_network_dormant{device="vethf85a560"} 0 node_network_dormant{device="vethfbc5ace"} 0 node_network_dormant{device="vethfdc4032"} 0 node_network_dormant{device="vethfde6e16"} 0 node_network_dormant{device="vethfe4f272"} 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="veth021de55"} 4867 node_network_flags{device="veth057dc5c"} 4867 node_network_flags{device="veth07119a7"} 4867 node_network_flags{device="veth0904270"} 4867 node_network_flags{device="veth092222b"} 4867 node_network_flags{device="veth0b78afc"} 4867 node_network_flags{device="veth0babf41"} 4867 node_network_flags{device="veth0c514db"} 4867 node_network_flags{device="veth0d0efa0"} 4867 node_network_flags{device="veth0e6be70"} 4867 node_network_flags{device="veth13d80ba"} 4867 node_network_flags{device="veth16725d5"} 4867 node_network_flags{device="veth19dc163"} 4867 node_network_flags{device="veth1d5e768"} 4867 node_network_flags{device="veth21c4146"} 4867 node_network_flags{device="veth24d4199"} 4867 node_network_flags{device="veth2f93b3b"} 4867 node_network_flags{device="veth3062e68"} 4867 node_network_flags{device="veth32da1d2"} 4867 node_network_flags{device="veth35b693c"} 4867 node_network_flags{device="veth368476f"} 4867 node_network_flags{device="veth3804b08"} 4867 node_network_flags{device="veth3f1a18c"} 4867 node_network_flags{device="veth44350fc"} 4867 node_network_flags{device="veth4b32b94"} 4867 node_network_flags{device="veth4bcb2b7"} 4867 node_network_flags{device="veth4bdaff1"} 4867 node_network_flags{device="veth4d17d61"} 4867 node_network_flags{device="veth5117d06"} 4867 node_network_flags{device="veth533c38b"} 4867 node_network_flags{device="veth543b561"} 4867 node_network_flags{device="veth5494b5e"} 4867 node_network_flags{device="veth568b23f"} 4867 node_network_flags{device="veth592e24b"} 4867 node_network_flags{device="veth5938775"} 4867 node_network_flags{device="veth5a1b55a"} 4867 node_network_flags{device="veth5a56737"} 4867 node_network_flags{device="veth5bbf640"} 4867 node_network_flags{device="veth5bceda3"} 4867 node_network_flags{device="veth5d4c60d"} 4867 node_network_flags{device="veth5e43bcb"} 4867 node_network_flags{device="veth61980ca"} 4867 node_network_flags{device="veth61e92eb"} 4867 node_network_flags{device="veth6486ba7"} 4867 node_network_flags{device="veth66bcb5f"} 4867 node_network_flags{device="veth67727bf"} 4867 node_network_flags{device="veth6a7b649"} 4867 node_network_flags{device="veth6af9da9"} 4867 node_network_flags{device="veth6e88e24"} 4867 node_network_flags{device="veth71afbc8"} 4867 node_network_flags{device="veth72f5b79"} 4867 node_network_flags{device="veth777df4e"} 4867 node_network_flags{device="veth79c29ed"} 4867 node_network_flags{device="veth7d470b3"} 4867 node_network_flags{device="veth8080026"} 4867 node_network_flags{device="veth867bd8a"} 4867 node_network_flags{device="veth8a16eea"} 4867 node_network_flags{device="veth8bf17cd"} 4867 node_network_flags{device="veth8d41d24"} 4867 node_network_flags{device="veth8edde4b"} 4867 node_network_flags{device="veth8f3fa67"} 4867 node_network_flags{device="veth8fd70ab"} 4867 node_network_flags{device="veth90f3423"} 4867 node_network_flags{device="veth915ddc9"} 4867 node_network_flags{device="veth9501e66"} 4867 node_network_flags{device="veth9506749"} 4867 node_network_flags{device="veth95afbf6"} 4867 node_network_flags{device="veth9942fe9"} 4867 node_network_flags{device="veth9bab89c"} 4867 node_network_flags{device="veth9e470ff"} 4867 node_network_flags{device="veth9e616f3"} 4867 node_network_flags{device="vetha0db503"} 4867 node_network_flags{device="vetha1c90f4"} 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="vetha7c14fc"} 4867 node_network_flags{device="vetha9427ba"} 4867 node_network_flags{device="vethac20db9"} 4867 node_network_flags{device="vethb82dc8b"} 4867 node_network_flags{device="vethbdf6179"} 4867 node_network_flags{device="vethc18e500"} 4867 node_network_flags{device="vethc2d1439"} 4867 node_network_flags{device="vethccdf9df"} 4867 node_network_flags{device="vethce825fb"} 4867 node_network_flags{device="vethd22d774"} 4867 node_network_flags{device="vethd6ef29c"} 4867 node_network_flags{device="vethd8c0529"} 4867 node_network_flags{device="vethdba15b2"} 4867 node_network_flags{device="vethde1e5f2"} 4867 node_network_flags{device="vethdf0d449"} 4867 node_network_flags{device="vethdfe400f"} 4867 node_network_flags{device="vethe140009"} 4867 node_network_flags{device="vethe690fc2"} 4867 node_network_flags{device="vethe75208c"} 4867 node_network_flags{device="vethe8f26e1"} 4867 node_network_flags{device="vethec02a2f"} 4867 node_network_flags{device="vethefbc47a"} 4867 node_network_flags{device="vethf0dedb2"} 4867 node_network_flags{device="vethf21fb3b"} 4867 node_network_flags{device="vethf401c34"} 4867 node_network_flags{device="vethf5f2bdc"} 4867 node_network_flags{device="vethf6ff4cd"} 4867 node_network_flags{device="vethf85a560"} 4867 node_network_flags{device="vethfbc5ace"} 4867 node_network_flags{device="vethfdc4032"} 4867 node_network_flags{device="vethfde6e16"} 4867 node_network_flags{device="vethfe4f272"} 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="veth021de55"} 86896 node_network_iface_id{device="veth057dc5c"} 86843 node_network_iface_id{device="veth07119a7"} 86924 node_network_iface_id{device="veth0904270"} 72879 node_network_iface_id{device="veth092222b"} 72874 node_network_iface_id{device="veth0b78afc"} 86939 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="veth0e6be70"} 84246 node_network_iface_id{device="veth13d80ba"} 83144 node_network_iface_id{device="veth16725d5"} 86921 node_network_iface_id{device="veth19dc163"} 86903 node_network_iface_id{device="veth1d5e768"} 86899 node_network_iface_id{device="veth21c4146"} 85793 node_network_iface_id{device="veth24d4199"} 85790 node_network_iface_id{device="veth2f93b3b"} 86895 node_network_iface_id{device="veth3062e68"} 85784 node_network_iface_id{device="veth32da1d2"} 439 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="veth3f1a18c"} 85794 node_network_iface_id{device="veth44350fc"} 83148 node_network_iface_id{device="veth4b32b94"} 72884 node_network_iface_id{device="veth4bcb2b7"} 86893 node_network_iface_id{device="veth4bdaff1"} 83154 node_network_iface_id{device="veth4d17d61"} 86900 node_network_iface_id{device="veth5117d06"} 85770 node_network_iface_id{device="veth533c38b"} 84681 node_network_iface_id{device="veth543b561"} 86844 node_network_iface_id{device="veth5494b5e"} 86905 node_network_iface_id{device="veth568b23f"} 85788 node_network_iface_id{device="veth592e24b"} 86913 node_network_iface_id{device="veth5938775"} 72881 node_network_iface_id{device="veth5a1b55a"} 83152 node_network_iface_id{device="veth5a56737"} 86891 node_network_iface_id{device="veth5bbf640"} 444 node_network_iface_id{device="veth5bceda3"} 83147 node_network_iface_id{device="veth5d4c60d"} 86910 node_network_iface_id{device="veth5e43bcb"} 72882 node_network_iface_id{device="veth61980ca"} 83139 node_network_iface_id{device="veth61e92eb"} 86902 node_network_iface_id{device="veth6486ba7"} 86864 node_network_iface_id{device="veth66bcb5f"} 84226 node_network_iface_id{device="veth67727bf"} 86914 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="veth71afbc8"} 86897 node_network_iface_id{device="veth72f5b79"} 86907 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="veth8080026"} 86909 node_network_iface_id{device="veth867bd8a"} 86888 node_network_iface_id{device="veth8a16eea"} 86892 node_network_iface_id{device="veth8bf17cd"} 83150 node_network_iface_id{device="veth8d41d24"} 85792 node_network_iface_id{device="veth8edde4b"} 86906 node_network_iface_id{device="veth8f3fa67"} 85815 node_network_iface_id{device="veth8fd70ab"} 86867 node_network_iface_id{device="veth90f3423"} 83155 node_network_iface_id{device="veth915ddc9"} 83142 node_network_iface_id{device="veth9501e66"} 85775 node_network_iface_id{device="veth9506749"} 83143 node_network_iface_id{device="veth95afbf6"} 85773 node_network_iface_id{device="veth9942fe9"} 86868 node_network_iface_id{device="veth9bab89c"} 84244 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="vetha1c90f4"} 86418 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="vetha7c14fc"} 84230 node_network_iface_id{device="vetha9427ba"} 84682 node_network_iface_id{device="vethac20db9"} 84678 node_network_iface_id{device="vethb82dc8b"} 86916 node_network_iface_id{device="vethbdf6179"} 86912 node_network_iface_id{device="vethc18e500"} 86890 node_network_iface_id{device="vethc2d1439"} 85771 node_network_iface_id{device="vethccdf9df"} 86866 node_network_iface_id{device="vethce825fb"} 85305 node_network_iface_id{device="vethd22d774"} 84229 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="vethde1e5f2"} 85595 node_network_iface_id{device="vethdf0d449"} 85778 node_network_iface_id{device="vethdfe400f"} 85789 node_network_iface_id{device="vethe140009"} 85781 node_network_iface_id{device="vethe690fc2"} 72878 node_network_iface_id{device="vethe75208c"} 85782 node_network_iface_id{device="vethe8f26e1"} 86904 node_network_iface_id{device="vethec02a2f"} 85774 node_network_iface_id{device="vethefbc47a"} 86915 node_network_iface_id{device="vethf0dedb2"} 85779 node_network_iface_id{device="vethf21fb3b"} 437 node_network_iface_id{device="vethf401c34"} 83157 node_network_iface_id{device="vethf5f2bdc"} 85776 node_network_iface_id{device="vethf6ff4cd"} 85791 node_network_iface_id{device="vethf85a560"} 83136 node_network_iface_id{device="vethfbc5ace"} 84224 node_network_iface_id{device="vethfdc4032"} 85772 node_network_iface_id{device="vethfde6e16"} 86855 node_network_iface_id{device="vethfe4f272"} 86856 # 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="veth021de55"} 2 node_network_iface_link{device="veth057dc5c"} 2 node_network_iface_link{device="veth07119a7"} 2 node_network_iface_link{device="veth0904270"} 2 node_network_iface_link{device="veth092222b"} 2 node_network_iface_link{device="veth0b78afc"} 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="veth0e6be70"} 2 node_network_iface_link{device="veth13d80ba"} 2 node_network_iface_link{device="veth16725d5"} 4 node_network_iface_link{device="veth19dc163"} 2 node_network_iface_link{device="veth1d5e768"} 3 node_network_iface_link{device="veth21c4146"} 2 node_network_iface_link{device="veth24d4199"} 2 node_network_iface_link{device="veth2f93b3b"} 2 node_network_iface_link{device="veth3062e68"} 2 node_network_iface_link{device="veth32da1d2"} 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="veth3f1a18c"} 2 node_network_iface_link{device="veth44350fc"} 2 node_network_iface_link{device="veth4b32b94"} 2 node_network_iface_link{device="veth4bcb2b7"} 2 node_network_iface_link{device="veth4bdaff1"} 2 node_network_iface_link{device="veth4d17d61"} 2 node_network_iface_link{device="veth5117d06"} 2 node_network_iface_link{device="veth533c38b"} 2 node_network_iface_link{device="veth543b561"} 2 node_network_iface_link{device="veth5494b5e"} 2 node_network_iface_link{device="veth568b23f"} 2 node_network_iface_link{device="veth592e24b"} 3 node_network_iface_link{device="veth5938775"} 3 node_network_iface_link{device="veth5a1b55a"} 2 node_network_iface_link{device="veth5a56737"} 2 node_network_iface_link{device="veth5bbf640"} 3 node_network_iface_link{device="veth5bceda3"} 2 node_network_iface_link{device="veth5d4c60d"} 3 node_network_iface_link{device="veth5e43bcb"} 2 node_network_iface_link{device="veth61980ca"} 2 node_network_iface_link{device="veth61e92eb"} 2 node_network_iface_link{device="veth6486ba7"} 2 node_network_iface_link{device="veth66bcb5f"} 2 node_network_iface_link{device="veth67727bf"} 3 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="veth71afbc8"} 2 node_network_iface_link{device="veth72f5b79"} 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="veth8080026"} 2 node_network_iface_link{device="veth867bd8a"} 2 node_network_iface_link{device="veth8a16eea"} 2 node_network_iface_link{device="veth8bf17cd"} 2 node_network_iface_link{device="veth8d41d24"} 2 node_network_iface_link{device="veth8edde4b"} 3 node_network_iface_link{device="veth8f3fa67"} 2 node_network_iface_link{device="veth8fd70ab"} 3 node_network_iface_link{device="veth90f3423"} 3 node_network_iface_link{device="veth915ddc9"} 2 node_network_iface_link{device="veth9501e66"} 2 node_network_iface_link{device="veth9506749"} 2 node_network_iface_link{device="veth95afbf6"} 2 node_network_iface_link{device="veth9942fe9"} 4 node_network_iface_link{device="veth9bab89c"} 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="vetha1c90f4"} 2 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="vetha7c14fc"} 3 node_network_iface_link{device="vetha9427ba"} 2 node_network_iface_link{device="vethac20db9"} 2 node_network_iface_link{device="vethb82dc8b"} 3 node_network_iface_link{device="vethbdf6179"} 3 node_network_iface_link{device="vethc18e500"} 2 node_network_iface_link{device="vethc2d1439"} 2 node_network_iface_link{device="vethccdf9df"} 3 node_network_iface_link{device="vethce825fb"} 2 node_network_iface_link{device="vethd22d774"} 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="vethde1e5f2"} 2 node_network_iface_link{device="vethdf0d449"} 2 node_network_iface_link{device="vethdfe400f"} 2 node_network_iface_link{device="vethe140009"} 2 node_network_iface_link{device="vethe690fc2"} 2 node_network_iface_link{device="vethe75208c"} 2 node_network_iface_link{device="vethe8f26e1"} 3 node_network_iface_link{device="vethec02a2f"} 2 node_network_iface_link{device="vethefbc47a"} 3 node_network_iface_link{device="vethf0dedb2"} 2 node_network_iface_link{device="vethf21fb3b"} 2 node_network_iface_link{device="vethf401c34"} 2 node_network_iface_link{device="vethf5f2bdc"} 2 node_network_iface_link{device="vethf6ff4cd"} 2 node_network_iface_link{device="vethf85a560"} 2 node_network_iface_link{device="vethfbc5ace"} 2 node_network_iface_link{device="vethfdc4032"} 2 node_network_iface_link{device="vethfde6e16"} 2 node_network_iface_link{device="vethfe4f272"} 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="veth021de55"} 0 node_network_iface_link_mode{device="veth057dc5c"} 0 node_network_iface_link_mode{device="veth07119a7"} 0 node_network_iface_link_mode{device="veth0904270"} 0 node_network_iface_link_mode{device="veth092222b"} 0 node_network_iface_link_mode{device="veth0b78afc"} 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="veth0e6be70"} 0 node_network_iface_link_mode{device="veth13d80ba"} 0 node_network_iface_link_mode{device="veth16725d5"} 0 node_network_iface_link_mode{device="veth19dc163"} 0 node_network_iface_link_mode{device="veth1d5e768"} 0 node_network_iface_link_mode{device="veth21c4146"} 0 node_network_iface_link_mode{device="veth24d4199"} 0 node_network_iface_link_mode{device="veth2f93b3b"} 0 node_network_iface_link_mode{device="veth3062e68"} 0 node_network_iface_link_mode{device="veth32da1d2"} 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="veth3f1a18c"} 0 node_network_iface_link_mode{device="veth44350fc"} 0 node_network_iface_link_mode{device="veth4b32b94"} 0 node_network_iface_link_mode{device="veth4bcb2b7"} 0 node_network_iface_link_mode{device="veth4bdaff1"} 0 node_network_iface_link_mode{device="veth4d17d61"} 0 node_network_iface_link_mode{device="veth5117d06"} 0 node_network_iface_link_mode{device="veth533c38b"} 0 node_network_iface_link_mode{device="veth543b561"} 0 node_network_iface_link_mode{device="veth5494b5e"} 0 node_network_iface_link_mode{device="veth568b23f"} 0 node_network_iface_link_mode{device="veth592e24b"} 0 node_network_iface_link_mode{device="veth5938775"} 0 node_network_iface_link_mode{device="veth5a1b55a"} 0 node_network_iface_link_mode{device="veth5a56737"} 0 node_network_iface_link_mode{device="veth5bbf640"} 0 node_network_iface_link_mode{device="veth5bceda3"} 0 node_network_iface_link_mode{device="veth5d4c60d"} 0 node_network_iface_link_mode{device="veth5e43bcb"} 0 node_network_iface_link_mode{device="veth61980ca"} 0 node_network_iface_link_mode{device="veth61e92eb"} 0 node_network_iface_link_mode{device="veth6486ba7"} 0 node_network_iface_link_mode{device="veth66bcb5f"} 0 node_network_iface_link_mode{device="veth67727bf"} 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="veth71afbc8"} 0 node_network_iface_link_mode{device="veth72f5b79"} 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="veth8080026"} 0 node_network_iface_link_mode{device="veth867bd8a"} 0 node_network_iface_link_mode{device="veth8a16eea"} 0 node_network_iface_link_mode{device="veth8bf17cd"} 0 node_network_iface_link_mode{device="veth8d41d24"} 0 node_network_iface_link_mode{device="veth8edde4b"} 0 node_network_iface_link_mode{device="veth8f3fa67"} 0 node_network_iface_link_mode{device="veth8fd70ab"} 0 node_network_iface_link_mode{device="veth90f3423"} 0 node_network_iface_link_mode{device="veth915ddc9"} 0 node_network_iface_link_mode{device="veth9501e66"} 0 node_network_iface_link_mode{device="veth9506749"} 0 node_network_iface_link_mode{device="veth95afbf6"} 0 node_network_iface_link_mode{device="veth9942fe9"} 0 node_network_iface_link_mode{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 0 node_network_iface_link_mode{device="vetha9427ba"} 0 node_network_iface_link_mode{device="vethac20db9"} 0 node_network_iface_link_mode{device="vethb82dc8b"} 0 node_network_iface_link_mode{device="vethbdf6179"} 0 node_network_iface_link_mode{device="vethc18e500"} 0 node_network_iface_link_mode{device="vethc2d1439"} 0 node_network_iface_link_mode{device="vethccdf9df"} 0 node_network_iface_link_mode{device="vethce825fb"} 0 node_network_iface_link_mode{device="vethd22d774"} 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="vethde1e5f2"} 0 node_network_iface_link_mode{device="vethdf0d449"} 0 node_network_iface_link_mode{device="vethdfe400f"} 0 node_network_iface_link_mode{device="vethe140009"} 0 node_network_iface_link_mode{device="vethe690fc2"} 0 node_network_iface_link_mode{device="vethe75208c"} 0 node_network_iface_link_mode{device="vethe8f26e1"} 0 node_network_iface_link_mode{device="vethec02a2f"} 0 node_network_iface_link_mode{device="vethefbc47a"} 0 node_network_iface_link_mode{device="vethf0dedb2"} 0 node_network_iface_link_mode{device="vethf21fb3b"} 0 node_network_iface_link_mode{device="vethf401c34"} 0 node_network_iface_link_mode{device="vethf5f2bdc"} 0 node_network_iface_link_mode{device="vethf6ff4cd"} 0 node_network_iface_link_mode{device="vethf85a560"} 0 node_network_iface_link_mode{device="vethfbc5ace"} 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 # 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="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: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="06:ef:31:f3:ad:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1c90f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:37:e3:44:c7:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32da1d2",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: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="1e:d0:13:cd:1e:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9501e66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:2b:1d:d0:e3:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a1b55a",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:6a:41:61:f4:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e6be70",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:de:8e:bd:cf:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde1e5f2",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="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="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="36:cc:e1:55:d5:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d4c60d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:27:fd:93:13:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf401c34",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:83:26:12:34:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6486ba7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:a2:0b:6e:6e:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd22d774",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:27:fc:e3:42:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0dedb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:58:18:71:05:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d5e768",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="3e:7e:93:e9:b1:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a16eea",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="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="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: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="52:fc:1c:fd:c9:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f3fa67",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:51:22:ff:6d:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2d1439",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c6:f8:69:d8:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bdaff1",duplex="full",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:65:5c:26:2e:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf85a560",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: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="6e:0e:07:32:fe:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66bcb5f",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="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:04:8e:38:56:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth915ddc9",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="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="7a:e4:b0:1a:57:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9427ba",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="7e:85:b8:e2:a9:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefbc47a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:f2:72:cc:e8:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b78afc",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="86:5d:ab:0f:e8:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf21fb3b",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="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:7b:63:6c:4c:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc18e500",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="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:25:ab:14:7a:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bab89c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:4f:60:44:4a:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbc5ace",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: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:1e:34:a7:76:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth543b561",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="a6:92:47:2c:e4:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccdf9df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a9:1f:fe:67:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44350fc",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:34:06:b2:66:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth533c38b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:92:05:87:67:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72f5b79",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="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:46:30:fa:82:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13d80ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:b3:cd:04:f9:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac20db9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:e6:b4:0a:43:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21c4146",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="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: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:af:c4:67:d1:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bf17cd",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="d6:24:44:f8:11:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9506749",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:1e:2b:42:4b:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bcb2b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:21:af:84:6b:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth057dc5c",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:b0:e6:c5:93:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61980ca",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="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="fa:31:76:09:80:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90f3423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:21:f2:a4:74:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce825fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:cb:bf:82:13:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7c14fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:e8:1c:92:01:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bceda3",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="veth021de55"} 1500 node_network_mtu_bytes{device="veth057dc5c"} 1500 node_network_mtu_bytes{device="veth07119a7"} 1500 node_network_mtu_bytes{device="veth0904270"} 1500 node_network_mtu_bytes{device="veth092222b"} 1500 node_network_mtu_bytes{device="veth0b78afc"} 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="veth0e6be70"} 1500 node_network_mtu_bytes{device="veth13d80ba"} 1500 node_network_mtu_bytes{device="veth16725d5"} 1500 node_network_mtu_bytes{device="veth19dc163"} 1500 node_network_mtu_bytes{device="veth1d5e768"} 1500 node_network_mtu_bytes{device="veth21c4146"} 1500 node_network_mtu_bytes{device="veth24d4199"} 1500 node_network_mtu_bytes{device="veth2f93b3b"} 1500 node_network_mtu_bytes{device="veth3062e68"} 1500 node_network_mtu_bytes{device="veth32da1d2"} 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="veth3f1a18c"} 1500 node_network_mtu_bytes{device="veth44350fc"} 1500 node_network_mtu_bytes{device="veth4b32b94"} 1500 node_network_mtu_bytes{device="veth4bcb2b7"} 1500 node_network_mtu_bytes{device="veth4bdaff1"} 1500 node_network_mtu_bytes{device="veth4d17d61"} 1500 node_network_mtu_bytes{device="veth5117d06"} 1500 node_network_mtu_bytes{device="veth533c38b"} 1500 node_network_mtu_bytes{device="veth543b561"} 1500 node_network_mtu_bytes{device="veth5494b5e"} 1500 node_network_mtu_bytes{device="veth568b23f"} 1500 node_network_mtu_bytes{device="veth592e24b"} 1500 node_network_mtu_bytes{device="veth5938775"} 1500 node_network_mtu_bytes{device="veth5a1b55a"} 1500 node_network_mtu_bytes{device="veth5a56737"} 1500 node_network_mtu_bytes{device="veth5bbf640"} 1500 node_network_mtu_bytes{device="veth5bceda3"} 1500 node_network_mtu_bytes{device="veth5d4c60d"} 1500 node_network_mtu_bytes{device="veth5e43bcb"} 1500 node_network_mtu_bytes{device="veth61980ca"} 1500 node_network_mtu_bytes{device="veth61e92eb"} 1500 node_network_mtu_bytes{device="veth6486ba7"} 1500 node_network_mtu_bytes{device="veth66bcb5f"} 1500 node_network_mtu_bytes{device="veth67727bf"} 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="veth71afbc8"} 1500 node_network_mtu_bytes{device="veth72f5b79"} 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="veth8080026"} 1500 node_network_mtu_bytes{device="veth867bd8a"} 1500 node_network_mtu_bytes{device="veth8a16eea"} 1500 node_network_mtu_bytes{device="veth8bf17cd"} 1500 node_network_mtu_bytes{device="veth8d41d24"} 1500 node_network_mtu_bytes{device="veth8edde4b"} 1500 node_network_mtu_bytes{device="veth8f3fa67"} 1500 node_network_mtu_bytes{device="veth8fd70ab"} 1500 node_network_mtu_bytes{device="veth90f3423"} 1500 node_network_mtu_bytes{device="veth915ddc9"} 1500 node_network_mtu_bytes{device="veth9501e66"} 1500 node_network_mtu_bytes{device="veth9506749"} 1500 node_network_mtu_bytes{device="veth95afbf6"} 1500 node_network_mtu_bytes{device="veth9942fe9"} 1500 node_network_mtu_bytes{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 1500 node_network_mtu_bytes{device="vetha9427ba"} 1500 node_network_mtu_bytes{device="vethac20db9"} 1500 node_network_mtu_bytes{device="vethb82dc8b"} 1500 node_network_mtu_bytes{device="vethbdf6179"} 1500 node_network_mtu_bytes{device="vethc18e500"} 1500 node_network_mtu_bytes{device="vethc2d1439"} 1500 node_network_mtu_bytes{device="vethccdf9df"} 1500 node_network_mtu_bytes{device="vethce825fb"} 1500 node_network_mtu_bytes{device="vethd22d774"} 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="vethde1e5f2"} 1500 node_network_mtu_bytes{device="vethdf0d449"} 1500 node_network_mtu_bytes{device="vethdfe400f"} 1500 node_network_mtu_bytes{device="vethe140009"} 1500 node_network_mtu_bytes{device="vethe690fc2"} 1500 node_network_mtu_bytes{device="vethe75208c"} 1500 node_network_mtu_bytes{device="vethe8f26e1"} 1500 node_network_mtu_bytes{device="vethec02a2f"} 1500 node_network_mtu_bytes{device="vethefbc47a"} 1500 node_network_mtu_bytes{device="vethf0dedb2"} 1500 node_network_mtu_bytes{device="vethf21fb3b"} 1500 node_network_mtu_bytes{device="vethf401c34"} 1500 node_network_mtu_bytes{device="vethf5f2bdc"} 1500 node_network_mtu_bytes{device="vethf6ff4cd"} 1500 node_network_mtu_bytes{device="vethf85a560"} 1500 node_network_mtu_bytes{device="vethfbc5ace"} 1500 node_network_mtu_bytes{device="vethfdc4032"} 1500 node_network_mtu_bytes{device="vethfde6e16"} 1500 node_network_mtu_bytes{device="vethfe4f272"} 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="veth021de55"} 3 node_network_name_assign_type{device="veth057dc5c"} 3 node_network_name_assign_type{device="veth07119a7"} 3 node_network_name_assign_type{device="veth0904270"} 3 node_network_name_assign_type{device="veth092222b"} 3 node_network_name_assign_type{device="veth0b78afc"} 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="veth0e6be70"} 3 node_network_name_assign_type{device="veth13d80ba"} 3 node_network_name_assign_type{device="veth16725d5"} 3 node_network_name_assign_type{device="veth19dc163"} 3 node_network_name_assign_type{device="veth1d5e768"} 3 node_network_name_assign_type{device="veth21c4146"} 3 node_network_name_assign_type{device="veth24d4199"} 3 node_network_name_assign_type{device="veth2f93b3b"} 3 node_network_name_assign_type{device="veth3062e68"} 3 node_network_name_assign_type{device="veth32da1d2"} 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="veth3f1a18c"} 3 node_network_name_assign_type{device="veth44350fc"} 3 node_network_name_assign_type{device="veth4b32b94"} 3 node_network_name_assign_type{device="veth4bcb2b7"} 3 node_network_name_assign_type{device="veth4bdaff1"} 3 node_network_name_assign_type{device="veth4d17d61"} 3 node_network_name_assign_type{device="veth5117d06"} 3 node_network_name_assign_type{device="veth533c38b"} 3 node_network_name_assign_type{device="veth543b561"} 3 node_network_name_assign_type{device="veth5494b5e"} 3 node_network_name_assign_type{device="veth568b23f"} 3 node_network_name_assign_type{device="veth592e24b"} 3 node_network_name_assign_type{device="veth5938775"} 3 node_network_name_assign_type{device="veth5a1b55a"} 3 node_network_name_assign_type{device="veth5a56737"} 3 node_network_name_assign_type{device="veth5bbf640"} 3 node_network_name_assign_type{device="veth5bceda3"} 3 node_network_name_assign_type{device="veth5d4c60d"} 3 node_network_name_assign_type{device="veth5e43bcb"} 3 node_network_name_assign_type{device="veth61980ca"} 3 node_network_name_assign_type{device="veth61e92eb"} 3 node_network_name_assign_type{device="veth6486ba7"} 3 node_network_name_assign_type{device="veth66bcb5f"} 3 node_network_name_assign_type{device="veth67727bf"} 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="veth71afbc8"} 3 node_network_name_assign_type{device="veth72f5b79"} 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="veth8080026"} 3 node_network_name_assign_type{device="veth867bd8a"} 3 node_network_name_assign_type{device="veth8a16eea"} 3 node_network_name_assign_type{device="veth8bf17cd"} 3 node_network_name_assign_type{device="veth8d41d24"} 3 node_network_name_assign_type{device="veth8edde4b"} 3 node_network_name_assign_type{device="veth8f3fa67"} 3 node_network_name_assign_type{device="veth8fd70ab"} 3 node_network_name_assign_type{device="veth90f3423"} 3 node_network_name_assign_type{device="veth915ddc9"} 3 node_network_name_assign_type{device="veth9501e66"} 3 node_network_name_assign_type{device="veth9506749"} 3 node_network_name_assign_type{device="veth95afbf6"} 3 node_network_name_assign_type{device="veth9942fe9"} 3 node_network_name_assign_type{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 3 node_network_name_assign_type{device="vetha9427ba"} 3 node_network_name_assign_type{device="vethac20db9"} 3 node_network_name_assign_type{device="vethb82dc8b"} 3 node_network_name_assign_type{device="vethbdf6179"} 3 node_network_name_assign_type{device="vethc18e500"} 3 node_network_name_assign_type{device="vethc2d1439"} 3 node_network_name_assign_type{device="vethccdf9df"} 3 node_network_name_assign_type{device="vethce825fb"} 3 node_network_name_assign_type{device="vethd22d774"} 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="vethde1e5f2"} 3 node_network_name_assign_type{device="vethdf0d449"} 3 node_network_name_assign_type{device="vethdfe400f"} 3 node_network_name_assign_type{device="vethe140009"} 3 node_network_name_assign_type{device="vethe690fc2"} 3 node_network_name_assign_type{device="vethe75208c"} 3 node_network_name_assign_type{device="vethe8f26e1"} 3 node_network_name_assign_type{device="vethec02a2f"} 3 node_network_name_assign_type{device="vethefbc47a"} 3 node_network_name_assign_type{device="vethf0dedb2"} 3 node_network_name_assign_type{device="vethf21fb3b"} 3 node_network_name_assign_type{device="vethf401c34"} 3 node_network_name_assign_type{device="vethf5f2bdc"} 3 node_network_name_assign_type{device="vethf6ff4cd"} 3 node_network_name_assign_type{device="vethf85a560"} 3 node_network_name_assign_type{device="vethfbc5ace"} 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 # 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="veth021de55"} 0 node_network_net_dev_group{device="veth057dc5c"} 0 node_network_net_dev_group{device="veth07119a7"} 0 node_network_net_dev_group{device="veth0904270"} 0 node_network_net_dev_group{device="veth092222b"} 0 node_network_net_dev_group{device="veth0b78afc"} 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="veth0e6be70"} 0 node_network_net_dev_group{device="veth13d80ba"} 0 node_network_net_dev_group{device="veth16725d5"} 0 node_network_net_dev_group{device="veth19dc163"} 0 node_network_net_dev_group{device="veth1d5e768"} 0 node_network_net_dev_group{device="veth21c4146"} 0 node_network_net_dev_group{device="veth24d4199"} 0 node_network_net_dev_group{device="veth2f93b3b"} 0 node_network_net_dev_group{device="veth3062e68"} 0 node_network_net_dev_group{device="veth32da1d2"} 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="veth3f1a18c"} 0 node_network_net_dev_group{device="veth44350fc"} 0 node_network_net_dev_group{device="veth4b32b94"} 0 node_network_net_dev_group{device="veth4bcb2b7"} 0 node_network_net_dev_group{device="veth4bdaff1"} 0 node_network_net_dev_group{device="veth4d17d61"} 0 node_network_net_dev_group{device="veth5117d06"} 0 node_network_net_dev_group{device="veth533c38b"} 0 node_network_net_dev_group{device="veth543b561"} 0 node_network_net_dev_group{device="veth5494b5e"} 0 node_network_net_dev_group{device="veth568b23f"} 0 node_network_net_dev_group{device="veth592e24b"} 0 node_network_net_dev_group{device="veth5938775"} 0 node_network_net_dev_group{device="veth5a1b55a"} 0 node_network_net_dev_group{device="veth5a56737"} 0 node_network_net_dev_group{device="veth5bbf640"} 0 node_network_net_dev_group{device="veth5bceda3"} 0 node_network_net_dev_group{device="veth5d4c60d"} 0 node_network_net_dev_group{device="veth5e43bcb"} 0 node_network_net_dev_group{device="veth61980ca"} 0 node_network_net_dev_group{device="veth61e92eb"} 0 node_network_net_dev_group{device="veth6486ba7"} 0 node_network_net_dev_group{device="veth66bcb5f"} 0 node_network_net_dev_group{device="veth67727bf"} 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="veth71afbc8"} 0 node_network_net_dev_group{device="veth72f5b79"} 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="veth8080026"} 0 node_network_net_dev_group{device="veth867bd8a"} 0 node_network_net_dev_group{device="veth8a16eea"} 0 node_network_net_dev_group{device="veth8bf17cd"} 0 node_network_net_dev_group{device="veth8d41d24"} 0 node_network_net_dev_group{device="veth8edde4b"} 0 node_network_net_dev_group{device="veth8f3fa67"} 0 node_network_net_dev_group{device="veth8fd70ab"} 0 node_network_net_dev_group{device="veth90f3423"} 0 node_network_net_dev_group{device="veth915ddc9"} 0 node_network_net_dev_group{device="veth9501e66"} 0 node_network_net_dev_group{device="veth9506749"} 0 node_network_net_dev_group{device="veth95afbf6"} 0 node_network_net_dev_group{device="veth9942fe9"} 0 node_network_net_dev_group{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 0 node_network_net_dev_group{device="vetha9427ba"} 0 node_network_net_dev_group{device="vethac20db9"} 0 node_network_net_dev_group{device="vethb82dc8b"} 0 node_network_net_dev_group{device="vethbdf6179"} 0 node_network_net_dev_group{device="vethc18e500"} 0 node_network_net_dev_group{device="vethc2d1439"} 0 node_network_net_dev_group{device="vethccdf9df"} 0 node_network_net_dev_group{device="vethce825fb"} 0 node_network_net_dev_group{device="vethd22d774"} 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="vethde1e5f2"} 0 node_network_net_dev_group{device="vethdf0d449"} 0 node_network_net_dev_group{device="vethdfe400f"} 0 node_network_net_dev_group{device="vethe140009"} 0 node_network_net_dev_group{device="vethe690fc2"} 0 node_network_net_dev_group{device="vethe75208c"} 0 node_network_net_dev_group{device="vethe8f26e1"} 0 node_network_net_dev_group{device="vethec02a2f"} 0 node_network_net_dev_group{device="vethefbc47a"} 0 node_network_net_dev_group{device="vethf0dedb2"} 0 node_network_net_dev_group{device="vethf21fb3b"} 0 node_network_net_dev_group{device="vethf401c34"} 0 node_network_net_dev_group{device="vethf5f2bdc"} 0 node_network_net_dev_group{device="vethf6ff4cd"} 0 node_network_net_dev_group{device="vethf85a560"} 0 node_network_net_dev_group{device="vethfbc5ace"} 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 # 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="veth021de55"} 1 node_network_protocol_type{device="veth057dc5c"} 1 node_network_protocol_type{device="veth07119a7"} 1 node_network_protocol_type{device="veth0904270"} 1 node_network_protocol_type{device="veth092222b"} 1 node_network_protocol_type{device="veth0b78afc"} 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="veth0e6be70"} 1 node_network_protocol_type{device="veth13d80ba"} 1 node_network_protocol_type{device="veth16725d5"} 1 node_network_protocol_type{device="veth19dc163"} 1 node_network_protocol_type{device="veth1d5e768"} 1 node_network_protocol_type{device="veth21c4146"} 1 node_network_protocol_type{device="veth24d4199"} 1 node_network_protocol_type{device="veth2f93b3b"} 1 node_network_protocol_type{device="veth3062e68"} 1 node_network_protocol_type{device="veth32da1d2"} 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="veth3f1a18c"} 1 node_network_protocol_type{device="veth44350fc"} 1 node_network_protocol_type{device="veth4b32b94"} 1 node_network_protocol_type{device="veth4bcb2b7"} 1 node_network_protocol_type{device="veth4bdaff1"} 1 node_network_protocol_type{device="veth4d17d61"} 1 node_network_protocol_type{device="veth5117d06"} 1 node_network_protocol_type{device="veth533c38b"} 1 node_network_protocol_type{device="veth543b561"} 1 node_network_protocol_type{device="veth5494b5e"} 1 node_network_protocol_type{device="veth568b23f"} 1 node_network_protocol_type{device="veth592e24b"} 1 node_network_protocol_type{device="veth5938775"} 1 node_network_protocol_type{device="veth5a1b55a"} 1 node_network_protocol_type{device="veth5a56737"} 1 node_network_protocol_type{device="veth5bbf640"} 1 node_network_protocol_type{device="veth5bceda3"} 1 node_network_protocol_type{device="veth5d4c60d"} 1 node_network_protocol_type{device="veth5e43bcb"} 1 node_network_protocol_type{device="veth61980ca"} 1 node_network_protocol_type{device="veth61e92eb"} 1 node_network_protocol_type{device="veth6486ba7"} 1 node_network_protocol_type{device="veth66bcb5f"} 1 node_network_protocol_type{device="veth67727bf"} 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="veth71afbc8"} 1 node_network_protocol_type{device="veth72f5b79"} 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="veth8080026"} 1 node_network_protocol_type{device="veth867bd8a"} 1 node_network_protocol_type{device="veth8a16eea"} 1 node_network_protocol_type{device="veth8bf17cd"} 1 node_network_protocol_type{device="veth8d41d24"} 1 node_network_protocol_type{device="veth8edde4b"} 1 node_network_protocol_type{device="veth8f3fa67"} 1 node_network_protocol_type{device="veth8fd70ab"} 1 node_network_protocol_type{device="veth90f3423"} 1 node_network_protocol_type{device="veth915ddc9"} 1 node_network_protocol_type{device="veth9501e66"} 1 node_network_protocol_type{device="veth9506749"} 1 node_network_protocol_type{device="veth95afbf6"} 1 node_network_protocol_type{device="veth9942fe9"} 1 node_network_protocol_type{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 1 node_network_protocol_type{device="vetha9427ba"} 1 node_network_protocol_type{device="vethac20db9"} 1 node_network_protocol_type{device="vethb82dc8b"} 1 node_network_protocol_type{device="vethbdf6179"} 1 node_network_protocol_type{device="vethc18e500"} 1 node_network_protocol_type{device="vethc2d1439"} 1 node_network_protocol_type{device="vethccdf9df"} 1 node_network_protocol_type{device="vethce825fb"} 1 node_network_protocol_type{device="vethd22d774"} 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="vethde1e5f2"} 1 node_network_protocol_type{device="vethdf0d449"} 1 node_network_protocol_type{device="vethdfe400f"} 1 node_network_protocol_type{device="vethe140009"} 1 node_network_protocol_type{device="vethe690fc2"} 1 node_network_protocol_type{device="vethe75208c"} 1 node_network_protocol_type{device="vethe8f26e1"} 1 node_network_protocol_type{device="vethec02a2f"} 1 node_network_protocol_type{device="vethefbc47a"} 1 node_network_protocol_type{device="vethf0dedb2"} 1 node_network_protocol_type{device="vethf21fb3b"} 1 node_network_protocol_type{device="vethf401c34"} 1 node_network_protocol_type{device="vethf5f2bdc"} 1 node_network_protocol_type{device="vethf6ff4cd"} 1 node_network_protocol_type{device="vethf85a560"} 1 node_network_protocol_type{device="vethfbc5ace"} 1 node_network_protocol_type{device="vethfdc4032"} 1 node_network_protocol_type{device="vethfde6e16"} 1 node_network_protocol_type{device="vethfe4f272"} 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"} 579312 node_network_receive_bytes_total{device="eth1"} 2.91126516e+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"} 8272 node_network_receive_packets_total{device="eth1"} 2.4013246e+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="veth021de55"} 1.25e+09 node_network_speed_bytes{device="veth057dc5c"} 1.25e+09 node_network_speed_bytes{device="veth07119a7"} 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="veth0b78afc"} 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="veth0e6be70"} 1.25e+09 node_network_speed_bytes{device="veth13d80ba"} 1.25e+09 node_network_speed_bytes{device="veth16725d5"} 1.25e+09 node_network_speed_bytes{device="veth19dc163"} 1.25e+09 node_network_speed_bytes{device="veth1d5e768"} 1.25e+09 node_network_speed_bytes{device="veth21c4146"} 1.25e+09 node_network_speed_bytes{device="veth24d4199"} 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="veth32da1d2"} 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="veth3f1a18c"} 1.25e+09 node_network_speed_bytes{device="veth44350fc"} 1.25e+09 node_network_speed_bytes{device="veth4b32b94"} 1.25e+09 node_network_speed_bytes{device="veth4bcb2b7"} 1.25e+09 node_network_speed_bytes{device="veth4bdaff1"} 1.25e+09 node_network_speed_bytes{device="veth4d17d61"} 1.25e+09 node_network_speed_bytes{device="veth5117d06"} 1.25e+09 node_network_speed_bytes{device="veth533c38b"} 1.25e+09 node_network_speed_bytes{device="veth543b561"} 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="veth592e24b"} 1.25e+09 node_network_speed_bytes{device="veth5938775"} 1.25e+09 node_network_speed_bytes{device="veth5a1b55a"} 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="veth5bceda3"} 1.25e+09 node_network_speed_bytes{device="veth5d4c60d"} 1.25e+09 node_network_speed_bytes{device="veth5e43bcb"} 1.25e+09 node_network_speed_bytes{device="veth61980ca"} 1.25e+09 node_network_speed_bytes{device="veth61e92eb"} 1.25e+09 node_network_speed_bytes{device="veth6486ba7"} 1.25e+09 node_network_speed_bytes{device="veth66bcb5f"} 1.25e+09 node_network_speed_bytes{device="veth67727bf"} 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="veth71afbc8"} 1.25e+09 node_network_speed_bytes{device="veth72f5b79"} 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="veth8080026"} 1.25e+09 node_network_speed_bytes{device="veth867bd8a"} 1.25e+09 node_network_speed_bytes{device="veth8a16eea"} 1.25e+09 node_network_speed_bytes{device="veth8bf17cd"} 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="veth8f3fa67"} 1.25e+09 node_network_speed_bytes{device="veth8fd70ab"} 1.25e+09 node_network_speed_bytes{device="veth90f3423"} 1.25e+09 node_network_speed_bytes{device="veth915ddc9"} 1.25e+09 node_network_speed_bytes{device="veth9501e66"} 1.25e+09 node_network_speed_bytes{device="veth9506749"} 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="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 1.25e+09 node_network_speed_bytes{device="vetha9427ba"} 1.25e+09 node_network_speed_bytes{device="vethac20db9"} 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="vethc18e500"} 1.25e+09 node_network_speed_bytes{device="vethc2d1439"} 1.25e+09 node_network_speed_bytes{device="vethccdf9df"} 1.25e+09 node_network_speed_bytes{device="vethce825fb"} 1.25e+09 node_network_speed_bytes{device="vethd22d774"} 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="vethde1e5f2"} 1.25e+09 node_network_speed_bytes{device="vethdf0d449"} 1.25e+09 node_network_speed_bytes{device="vethdfe400f"} 1.25e+09 node_network_speed_bytes{device="vethe140009"} 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="vethe8f26e1"} 1.25e+09 node_network_speed_bytes{device="vethec02a2f"} 1.25e+09 node_network_speed_bytes{device="vethefbc47a"} 1.25e+09 node_network_speed_bytes{device="vethf0dedb2"} 1.25e+09 node_network_speed_bytes{device="vethf21fb3b"} 1.25e+09 node_network_speed_bytes{device="vethf401c34"} 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="vethf85a560"} 1.25e+09 node_network_speed_bytes{device="vethfbc5ace"} 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 # 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"} 5.563079493e+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.1878272e+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="veth021de55"} 0 node_network_transmit_queue_length{device="veth057dc5c"} 0 node_network_transmit_queue_length{device="veth07119a7"} 0 node_network_transmit_queue_length{device="veth0904270"} 0 node_network_transmit_queue_length{device="veth092222b"} 0 node_network_transmit_queue_length{device="veth0b78afc"} 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="veth0e6be70"} 0 node_network_transmit_queue_length{device="veth13d80ba"} 0 node_network_transmit_queue_length{device="veth16725d5"} 0 node_network_transmit_queue_length{device="veth19dc163"} 0 node_network_transmit_queue_length{device="veth1d5e768"} 0 node_network_transmit_queue_length{device="veth21c4146"} 0 node_network_transmit_queue_length{device="veth24d4199"} 0 node_network_transmit_queue_length{device="veth2f93b3b"} 0 node_network_transmit_queue_length{device="veth3062e68"} 0 node_network_transmit_queue_length{device="veth32da1d2"} 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="veth3f1a18c"} 0 node_network_transmit_queue_length{device="veth44350fc"} 0 node_network_transmit_queue_length{device="veth4b32b94"} 0 node_network_transmit_queue_length{device="veth4bcb2b7"} 0 node_network_transmit_queue_length{device="veth4bdaff1"} 0 node_network_transmit_queue_length{device="veth4d17d61"} 0 node_network_transmit_queue_length{device="veth5117d06"} 0 node_network_transmit_queue_length{device="veth533c38b"} 0 node_network_transmit_queue_length{device="veth543b561"} 0 node_network_transmit_queue_length{device="veth5494b5e"} 0 node_network_transmit_queue_length{device="veth568b23f"} 0 node_network_transmit_queue_length{device="veth592e24b"} 0 node_network_transmit_queue_length{device="veth5938775"} 0 node_network_transmit_queue_length{device="veth5a1b55a"} 0 node_network_transmit_queue_length{device="veth5a56737"} 0 node_network_transmit_queue_length{device="veth5bbf640"} 0 node_network_transmit_queue_length{device="veth5bceda3"} 0 node_network_transmit_queue_length{device="veth5d4c60d"} 0 node_network_transmit_queue_length{device="veth5e43bcb"} 0 node_network_transmit_queue_length{device="veth61980ca"} 0 node_network_transmit_queue_length{device="veth61e92eb"} 0 node_network_transmit_queue_length{device="veth6486ba7"} 0 node_network_transmit_queue_length{device="veth66bcb5f"} 0 node_network_transmit_queue_length{device="veth67727bf"} 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="veth71afbc8"} 0 node_network_transmit_queue_length{device="veth72f5b79"} 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="veth8080026"} 0 node_network_transmit_queue_length{device="veth867bd8a"} 0 node_network_transmit_queue_length{device="veth8a16eea"} 0 node_network_transmit_queue_length{device="veth8bf17cd"} 0 node_network_transmit_queue_length{device="veth8d41d24"} 0 node_network_transmit_queue_length{device="veth8edde4b"} 0 node_network_transmit_queue_length{device="veth8f3fa67"} 0 node_network_transmit_queue_length{device="veth8fd70ab"} 0 node_network_transmit_queue_length{device="veth90f3423"} 0 node_network_transmit_queue_length{device="veth915ddc9"} 0 node_network_transmit_queue_length{device="veth9501e66"} 0 node_network_transmit_queue_length{device="veth9506749"} 0 node_network_transmit_queue_length{device="veth95afbf6"} 0 node_network_transmit_queue_length{device="veth9942fe9"} 0 node_network_transmit_queue_length{device="veth9bab89c"} 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="vetha1c90f4"} 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="vetha7c14fc"} 0 node_network_transmit_queue_length{device="vetha9427ba"} 0 node_network_transmit_queue_length{device="vethac20db9"} 0 node_network_transmit_queue_length{device="vethb82dc8b"} 0 node_network_transmit_queue_length{device="vethbdf6179"} 0 node_network_transmit_queue_length{device="vethc18e500"} 0 node_network_transmit_queue_length{device="vethc2d1439"} 0 node_network_transmit_queue_length{device="vethccdf9df"} 0 node_network_transmit_queue_length{device="vethce825fb"} 0 node_network_transmit_queue_length{device="vethd22d774"} 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="vethde1e5f2"} 0 node_network_transmit_queue_length{device="vethdf0d449"} 0 node_network_transmit_queue_length{device="vethdfe400f"} 0 node_network_transmit_queue_length{device="vethe140009"} 0 node_network_transmit_queue_length{device="vethe690fc2"} 0 node_network_transmit_queue_length{device="vethe75208c"} 0 node_network_transmit_queue_length{device="vethe8f26e1"} 0 node_network_transmit_queue_length{device="vethec02a2f"} 0 node_network_transmit_queue_length{device="vethefbc47a"} 0 node_network_transmit_queue_length{device="vethf0dedb2"} 0 node_network_transmit_queue_length{device="vethf21fb3b"} 0 node_network_transmit_queue_length{device="vethf401c34"} 0 node_network_transmit_queue_length{device="vethf5f2bdc"} 0 node_network_transmit_queue_length{device="vethf6ff4cd"} 0 node_network_transmit_queue_length{device="vethf85a560"} 0 node_network_transmit_queue_length{device="vethfbc5ace"} 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 # 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="veth021de55"} 1 node_network_up{device="veth057dc5c"} 1 node_network_up{device="veth07119a7"} 1 node_network_up{device="veth0904270"} 1 node_network_up{device="veth092222b"} 1 node_network_up{device="veth0b78afc"} 1 node_network_up{device="veth0babf41"} 1 node_network_up{device="veth0c514db"} 1 node_network_up{device="veth0d0efa0"} 1 node_network_up{device="veth0e6be70"} 1 node_network_up{device="veth13d80ba"} 1 node_network_up{device="veth16725d5"} 1 node_network_up{device="veth19dc163"} 1 node_network_up{device="veth1d5e768"} 1 node_network_up{device="veth21c4146"} 1 node_network_up{device="veth24d4199"} 1 node_network_up{device="veth2f93b3b"} 1 node_network_up{device="veth3062e68"} 1 node_network_up{device="veth32da1d2"} 1 node_network_up{device="veth35b693c"} 1 node_network_up{device="veth368476f"} 1 node_network_up{device="veth3804b08"} 1 node_network_up{device="veth3f1a18c"} 1 node_network_up{device="veth44350fc"} 1 node_network_up{device="veth4b32b94"} 1 node_network_up{device="veth4bcb2b7"} 1 node_network_up{device="veth4bdaff1"} 1 node_network_up{device="veth4d17d61"} 1 node_network_up{device="veth5117d06"} 1 node_network_up{device="veth533c38b"} 1 node_network_up{device="veth543b561"} 1 node_network_up{device="veth5494b5e"} 1 node_network_up{device="veth568b23f"} 1 node_network_up{device="veth592e24b"} 1 node_network_up{device="veth5938775"} 1 node_network_up{device="veth5a1b55a"} 1 node_network_up{device="veth5a56737"} 1 node_network_up{device="veth5bbf640"} 1 node_network_up{device="veth5bceda3"} 1 node_network_up{device="veth5d4c60d"} 1 node_network_up{device="veth5e43bcb"} 1 node_network_up{device="veth61980ca"} 1 node_network_up{device="veth61e92eb"} 1 node_network_up{device="veth6486ba7"} 1 node_network_up{device="veth66bcb5f"} 1 node_network_up{device="veth67727bf"} 1 node_network_up{device="veth6a7b649"} 1 node_network_up{device="veth6af9da9"} 1 node_network_up{device="veth6e88e24"} 1 node_network_up{device="veth71afbc8"} 1 node_network_up{device="veth72f5b79"} 1 node_network_up{device="veth777df4e"} 1 node_network_up{device="veth79c29ed"} 1 node_network_up{device="veth7d470b3"} 1 node_network_up{device="veth8080026"} 1 node_network_up{device="veth867bd8a"} 1 node_network_up{device="veth8a16eea"} 1 node_network_up{device="veth8bf17cd"} 1 node_network_up{device="veth8d41d24"} 1 node_network_up{device="veth8edde4b"} 1 node_network_up{device="veth8f3fa67"} 1 node_network_up{device="veth8fd70ab"} 1 node_network_up{device="veth90f3423"} 1 node_network_up{device="veth915ddc9"} 1 node_network_up{device="veth9501e66"} 1 node_network_up{device="veth9506749"} 1 node_network_up{device="veth95afbf6"} 1 node_network_up{device="veth9942fe9"} 1 node_network_up{device="veth9bab89c"} 1 node_network_up{device="veth9e470ff"} 1 node_network_up{device="veth9e616f3"} 1 node_network_up{device="vetha0db503"} 1 node_network_up{device="vetha1c90f4"} 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="vetha7c14fc"} 1 node_network_up{device="vetha9427ba"} 1 node_network_up{device="vethac20db9"} 1 node_network_up{device="vethb82dc8b"} 1 node_network_up{device="vethbdf6179"} 1 node_network_up{device="vethc18e500"} 1 node_network_up{device="vethc2d1439"} 1 node_network_up{device="vethccdf9df"} 1 node_network_up{device="vethce825fb"} 1 node_network_up{device="vethd22d774"} 1 node_network_up{device="vethd6ef29c"} 1 node_network_up{device="vethd8c0529"} 1 node_network_up{device="vethdba15b2"} 1 node_network_up{device="vethde1e5f2"} 1 node_network_up{device="vethdf0d449"} 1 node_network_up{device="vethdfe400f"} 1 node_network_up{device="vethe140009"} 1 node_network_up{device="vethe690fc2"} 1 node_network_up{device="vethe75208c"} 1 node_network_up{device="vethe8f26e1"} 1 node_network_up{device="vethec02a2f"} 1 node_network_up{device="vethefbc47a"} 1 node_network_up{device="vethf0dedb2"} 1 node_network_up{device="vethf21fb3b"} 1 node_network_up{device="vethf401c34"} 1 node_network_up{device="vethf5f2bdc"} 1 node_network_up{device="vethf6ff4cd"} 1 node_network_up{device="vethf85a560"} 1 node_network_up{device="vethfbc5ace"} 1 node_network_up{device="vethfdc4032"} 1 node_network_up{device="vethfde6e16"} 1 node_network_up{device="vethfe4f272"} 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 9 # 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 108937.924473 # 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 5729.926116000001 # 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 6506.1954510000005 # 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 1005.317145 # 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 1027.75177 # 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"} 1.965051910356382e+06 node_schedstat_running_seconds_total{cpu="1"} 2.440195642651202e+06 node_schedstat_running_seconds_total{cpu="10"} 2.435417883061635e+06 node_schedstat_running_seconds_total{cpu="11"} 2.056559032868534e+06 node_schedstat_running_seconds_total{cpu="12"} 2.397326407369566e+06 node_schedstat_running_seconds_total{cpu="13"} 2.048290082838551e+06 node_schedstat_running_seconds_total{cpu="14"} 2.402166642579581e+06 node_schedstat_running_seconds_total{cpu="15"} 2.01428396403e+06 node_schedstat_running_seconds_total{cpu="2"} 2.367517574487739e+06 node_schedstat_running_seconds_total{cpu="3"} 2.188085478419031e+06 node_schedstat_running_seconds_total{cpu="4"} 2.469252595435556e+06 node_schedstat_running_seconds_total{cpu="5"} 2.108434345287166e+06 node_schedstat_running_seconds_total{cpu="6"} 2.49281141299796e+06 node_schedstat_running_seconds_total{cpu="7"} 2.073810541155083e+06 node_schedstat_running_seconds_total{cpu="8"} 2.45425350246601e+06 node_schedstat_running_seconds_total{cpu="9"} 2.076094738426752e+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.017092046e+10 node_schedstat_timeslices_total{cpu="1"} 6.12563524e+09 node_schedstat_timeslices_total{cpu="10"} 9.86891528e+09 node_schedstat_timeslices_total{cpu="11"} 6.258661867e+09 node_schedstat_timeslices_total{cpu="12"} 9.656091924e+09 node_schedstat_timeslices_total{cpu="13"} 6.099735643e+09 node_schedstat_timeslices_total{cpu="14"} 9.641396135e+09 node_schedstat_timeslices_total{cpu="15"} 6.083059729e+09 node_schedstat_timeslices_total{cpu="2"} 9.881406976e+09 node_schedstat_timeslices_total{cpu="3"} 6.199200893e+09 node_schedstat_timeslices_total{cpu="4"} 9.81365862e+09 node_schedstat_timeslices_total{cpu="5"} 6.237031111e+09 node_schedstat_timeslices_total{cpu="6"} 9.942502386e+09 node_schedstat_timeslices_total{cpu="7"} 6.344215972e+09 node_schedstat_timeslices_total{cpu="8"} 9.857725769e+09 node_schedstat_timeslices_total{cpu="9"} 6.273496933e+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"} 42180.035092181 node_schedstat_waiting_seconds_total{cpu="1"} 34874.441481171 node_schedstat_waiting_seconds_total{cpu="10"} 39928.646898279 node_schedstat_waiting_seconds_total{cpu="11"} 35274.732062058 node_schedstat_waiting_seconds_total{cpu="12"} 40183.794376513 node_schedstat_waiting_seconds_total{cpu="13"} 35045.980377089 node_schedstat_waiting_seconds_total{cpu="14"} 39882.496173239 node_schedstat_waiting_seconds_total{cpu="15"} 35254.437023983 node_schedstat_waiting_seconds_total{cpu="2"} 41956.05964409 node_schedstat_waiting_seconds_total{cpu="3"} 35477.628200577 node_schedstat_waiting_seconds_total{cpu="4"} 40659.230850088 node_schedstat_waiting_seconds_total{cpu="5"} 35287.328884274 node_schedstat_waiting_seconds_total{cpu="6"} 39777.357923831 node_schedstat_waiting_seconds_total{cpu="7"} 34981.720053926 node_schedstat_waiting_seconds_total{cpu="8"} 39816.60659177 node_schedstat_waiting_seconds_total{cpu="9"} 35007.401839816 # 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.000335033 node_scrape_collector_duration_seconds{collector="bcache"} 2.7121e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.2043e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.006400479 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000145098 node_scrape_collector_duration_seconds{collector="cpu"} 0.002361722 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000227572 node_scrape_collector_duration_seconds{collector="diskstats"} 0.003630512 node_scrape_collector_duration_seconds{collector="dmi"} 1.6044e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.6555e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000200521 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.6996e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.9534e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.057124457 node_scrape_collector_duration_seconds{collector="hwmon"} 3.2168e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.7415e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.7607e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.5158e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.2824e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.00022594 node_scrape_collector_duration_seconds{collector="netclass"} 0.119035344 node_scrape_collector_duration_seconds{collector="netdev"} 0.000438118 node_scrape_collector_duration_seconds{collector="netstat"} 0.001283981 node_scrape_collector_duration_seconds{collector="nfs"} 2.6239e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.4963e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.2089e-05 node_scrape_collector_duration_seconds{collector="os"} 5.8558e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.7947e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000423346 node_scrape_collector_duration_seconds{collector="rapl"} 5.3951e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000326241 node_scrape_collector_duration_seconds{collector="selinux"} 2.895e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000224659 node_scrape_collector_duration_seconds{collector="softnet"} 0.000218648 node_scrape_collector_duration_seconds{collector="stat"} 0.000344269 node_scrape_collector_duration_seconds{collector="tapestats"} 1.8699e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.6199e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001999198 node_scrape_collector_duration_seconds{collector="time"} 0.000157297 node_scrape_collector_duration_seconds{collector="timex"} 1.953e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000407915 node_scrape_collector_duration_seconds{collector="uname"} 1.7146e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000243096 node_scrape_collector_duration_seconds{collector="watchdog"} 3.1507e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.8798e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.2314e-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 20992 # 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 51399 # 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.10530304e+08 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 8 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 3 # 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 65 # 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 266240 # 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.362041064e+09 node_softnet_processed_total{cpu="1"} 1.079269474e+09 node_softnet_processed_total{cpu="10"} 1.493363997e+09 node_softnet_processed_total{cpu="11"} 1.23593268e+09 node_softnet_processed_total{cpu="12"} 1.458791328e+09 node_softnet_processed_total{cpu="13"} 1.080745227e+09 node_softnet_processed_total{cpu="14"} 1.446898083e+09 node_softnet_processed_total{cpu="15"} 1.107577237e+09 node_softnet_processed_total{cpu="2"} 1.926831039e+09 node_softnet_processed_total{cpu="3"} 1.154388497e+09 node_softnet_processed_total{cpu="4"} 1.42555126e+09 node_softnet_processed_total{cpu="5"} 1.381881911e+09 node_softnet_processed_total{cpu="6"} 1.561028668e+09 node_softnet_processed_total{cpu="7"} 1.140446603e+09 node_softnet_processed_total{cpu="8"} 1.548436401e+09 node_softnet_processed_total{cpu="9"} 1.083180032e+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"} 25 node_softnet_times_squeezed_total{cpu="1"} 16 node_softnet_times_squeezed_total{cpu="10"} 20 node_softnet_times_squeezed_total{cpu="11"} 13 node_softnet_times_squeezed_total{cpu="12"} 72 node_softnet_times_squeezed_total{cpu="13"} 25 node_softnet_times_squeezed_total{cpu="14"} 20 node_softnet_times_squeezed_total{cpu="15"} 22 node_softnet_times_squeezed_total{cpu="2"} 56 node_softnet_times_squeezed_total{cpu="3"} 23 node_softnet_times_squeezed_total{cpu="4"} 21 node_softnet_times_squeezed_total{cpu="5"} 13 node_softnet_times_squeezed_total{cpu="6"} 30 node_softnet_times_squeezed_total{cpu="7"} 16 node_softnet_times_squeezed_total{cpu="8"} 17 node_softnet_times_squeezed_total{cpu="9"} 14 # 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.7762837535754461e+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.0000041011199952 # 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.1115 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -0.000497043 # 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 9 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.62761894893e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.8388123e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.601094014e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.622518679e+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 411251.36 # 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 2.568623552e+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 5.5324498114e+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.7231872e+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.74604958502e+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"} 34 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.00803e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0