# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.081e-05 go_gc_duration_seconds{quantile="0.25"} 2.695e-05 go_gc_duration_seconds{quantile="0.5"} 3.121e-05 go_gc_duration_seconds{quantile="0.75"} 3.305e-05 go_gc_duration_seconds{quantile="1"} 9.1289e-05 go_gc_duration_seconds_sum 154.249719295 go_gc_duration_seconds_count 4.646146e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.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 3.115504e+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 9.485218040168e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.262472e+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.31745307187e+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.364624e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.115504e+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.0264576e+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.726784e+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 31540 # 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 9.37984e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.499136e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7664577999531817e+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.31745338727e+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 84480 # 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 6.265528e+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.081616e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.769472e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.769472e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3680264e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 31 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth1"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.746048817e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.80547710038e+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"} 1.877852739e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 3439.36 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 53.98 node_cpu_seconds_total{cpu="0",mode="softirq"} 434710.04 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 505987.58 node_cpu_seconds_total{cpu="0",mode="user"} 875152.64 node_cpu_seconds_total{cpu="1",mode="idle"} 1.839802357e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 2250.9 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 58.54 node_cpu_seconds_total{cpu="1",mode="softirq"} 223347.37 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 488565.08 node_cpu_seconds_total{cpu="1",mode="user"} 1.38745966e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 1.845187419e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 3627.63 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 57.45 node_cpu_seconds_total{cpu="10",mode="softirq"} 21786.12 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 575129.59 node_cpu_seconds_total{cpu="10",mode="user"} 1.20430168e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 1.872623873e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 2362.44 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 45.56 node_cpu_seconds_total{cpu="11",mode="softirq"} 29145.79 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 439538.41 node_cpu_seconds_total{cpu="11",mode="user"} 1.12269252e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 1.848547841e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 3580.07 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 72.68 node_cpu_seconds_total{cpu="12",mode="softirq"} 20300.89 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 574005.64 node_cpu_seconds_total{cpu="12",mode="user"} 1.16885758e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 1.873162948e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 2362.91 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 46.55 node_cpu_seconds_total{cpu="13",mode="softirq"} 24111.53 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 446458.68 node_cpu_seconds_total{cpu="13",mode="user"} 1.11064856e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 1.848086463e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 3618.07 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 64.22 node_cpu_seconds_total{cpu="14",mode="softirq"} 18059.7 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 572626.94 node_cpu_seconds_total{cpu="14",mode="user"} 1.17425289e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 1.876167227e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 2353.73 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 40.22 node_cpu_seconds_total{cpu="15",mode="softirq"} 20730.72 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 444276.64 node_cpu_seconds_total{cpu="15",mode="user"} 1.08297024e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 1.849132799e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 3493.7 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 62.19 node_cpu_seconds_total{cpu="2",mode="softirq"} 78850.11 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 566429.28 node_cpu_seconds_total{cpu="2",mode="user"} 1.15786336e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 1.861389758e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 2364.48 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 56.55 node_cpu_seconds_total{cpu="3",mode="softirq"} 94952.83 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 462441.54 node_cpu_seconds_total{cpu="3",mode="user"} 1.21196062e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 1.840652697e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 3561.8 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 63.1 node_cpu_seconds_total{cpu="4",mode="softirq"} 39699.7 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 586483.75 node_cpu_seconds_total{cpu="4",mode="user"} 1.22925386e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 1.868771347e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 2375.16 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 55.28 node_cpu_seconds_total{cpu="5",mode="softirq"} 61834.33 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 452226.5 node_cpu_seconds_total{cpu="5",mode="user"} 1.14804218e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 1.839066652e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 3173.33 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 64.92 node_cpu_seconds_total{cpu="6",mode="softirq"} 29158.39 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 582535.02 node_cpu_seconds_total{cpu="6",mode="user"} 1.25953538e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 1.872348197e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 2322.67 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 59.9 node_cpu_seconds_total{cpu="7",mode="softirq"} 43519.8 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 444713.56 node_cpu_seconds_total{cpu="7",mode="user"} 1.12383585e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 1.843486658e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 3674.29 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 68.12 node_cpu_seconds_total{cpu="8",mode="softirq"} 24885.2 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 578762.37 node_cpu_seconds_total{cpu="8",mode="user"} 1.2171052e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 1.870949668e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 2377.19 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 46.58 node_cpu_seconds_total{cpu="9",mode="softirq"} 34841.05 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 446841.42 node_cpu_seconds_total{cpu="9",mode="user"} 1.13333639e+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"} 618.758 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"} 2.932804734e+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"} 2.818102e+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"} 102 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"} 7897.1320000000005 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"} 3.443581e+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"} 151308.76 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"} 507166.612 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.324734111232e+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"} 30004.982 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"} 8.2518878e+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"} 5.688952e+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"} 468645.738 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"} 3.41325506e+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"} 2.31103722e+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"} 1.704560976896e+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 11520 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 6.7388903424e+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.226709e+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="/"} 7.3988194304e+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.104444549e+09 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.5812420819e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.09 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.22 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.59 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.547771904e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 3.656704e+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 2.108932096e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.6916996096e+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 1.45641472e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.188808704e+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 7.228389376e+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.5092962304e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 9.130852352e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 364544 # 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 5.481562112e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.856565248e+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 3.75003136e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.856704e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.31656448e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.63574272e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.791168512e+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 2.204672e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 3.1195136e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 7.16849152e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.26479616e+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.31305472e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.143328768e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 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 9.4027776e+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 625720 # 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 1.730235543e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 3.8033361118e+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 2 # 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 1.6061693e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.2891662e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.36015e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 3 # 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="veth015707e"} 3 node_network_address_assign_type{device="veth0172ebe"} 3 node_network_address_assign_type{device="veth025d216"} 3 node_network_address_assign_type{device="veth0651fcc"} 3 node_network_address_assign_type{device="veth08c8cfd"} 3 node_network_address_assign_type{device="veth0904270"} 3 node_network_address_assign_type{device="veth092222b"} 3 node_network_address_assign_type{device="veth0d0efa0"} 3 node_network_address_assign_type{device="veth0ec14e7"} 3 node_network_address_assign_type{device="veth10a6ed7"} 3 node_network_address_assign_type{device="veth13d80ba"} 3 node_network_address_assign_type{device="veth148dedb"} 3 node_network_address_assign_type{device="veth15678e7"} 3 node_network_address_assign_type{device="veth162e0b3"} 3 node_network_address_assign_type{device="veth16b28c6"} 3 node_network_address_assign_type{device="veth183b835"} 3 node_network_address_assign_type{device="veth18b1efd"} 3 node_network_address_assign_type{device="veth19e1c2a"} 3 node_network_address_assign_type{device="veth1e944cd"} 3 node_network_address_assign_type{device="veth203a9f1"} 3 node_network_address_assign_type{device="veth24477b9"} 3 node_network_address_assign_type{device="veth2772896"} 3 node_network_address_assign_type{device="veth2937fc4"} 3 node_network_address_assign_type{device="veth2f8f01d"} 3 node_network_address_assign_type{device="veth305ee9b"} 3 node_network_address_assign_type{device="veth310668c"} 3 node_network_address_assign_type{device="veth32da1d2"} 3 node_network_address_assign_type{device="veth346b882"} 3 node_network_address_assign_type{device="veth35b693c"} 3 node_network_address_assign_type{device="veth371795c"} 3 node_network_address_assign_type{device="veth371e641"} 3 node_network_address_assign_type{device="veth37c0d48"} 3 node_network_address_assign_type{device="veth3908fc6"} 3 node_network_address_assign_type{device="veth3ab75f9"} 3 node_network_address_assign_type{device="veth3d25899"} 3 node_network_address_assign_type{device="veth40baabf"} 3 node_network_address_assign_type{device="veth40e58e7"} 3 node_network_address_assign_type{device="veth4173ec7"} 3 node_network_address_assign_type{device="veth42c4d49"} 3 node_network_address_assign_type{device="veth44350fc"} 3 node_network_address_assign_type{device="veth4b32b94"} 3 node_network_address_assign_type{device="veth4bdaff1"} 3 node_network_address_assign_type{device="veth4c38a6d"} 3 node_network_address_assign_type{device="veth4d30a80"} 3 node_network_address_assign_type{device="veth4f419a0"} 3 node_network_address_assign_type{device="veth5558638"} 3 node_network_address_assign_type{device="veth5686993"} 3 node_network_address_assign_type{device="veth5938775"} 3 node_network_address_assign_type{device="veth5a1b55a"} 3 node_network_address_assign_type{device="veth5b51a30"} 3 node_network_address_assign_type{device="veth5bbf640"} 3 node_network_address_assign_type{device="veth5bceda3"} 3 node_network_address_assign_type{device="veth5c39a0a"} 3 node_network_address_assign_type{device="veth5e43bcb"} 3 node_network_address_assign_type{device="veth601ec83"} 3 node_network_address_assign_type{device="veth605be4d"} 3 node_network_address_assign_type{device="veth61980ca"} 3 node_network_address_assign_type{device="veth658a7e3"} 3 node_network_address_assign_type{device="veth673e18d"} 3 node_network_address_assign_type{device="veth68bf5a7"} 3 node_network_address_assign_type{device="veth6963b13"} 3 node_network_address_assign_type{device="veth6a107ec"} 3 node_network_address_assign_type{device="veth6a77c73"} 3 node_network_address_assign_type{device="veth6e3eeb7"} 3 node_network_address_assign_type{device="veth7225b8f"} 3 node_network_address_assign_type{device="veth740b1f4"} 3 node_network_address_assign_type{device="veth763d7a5"} 3 node_network_address_assign_type{device="veth777df4e"} 3 node_network_address_assign_type{device="veth8bf17cd"} 3 node_network_address_assign_type{device="veth8f33cf5"} 3 node_network_address_assign_type{device="veth90f3423"} 3 node_network_address_assign_type{device="veth915ddc9"} 3 node_network_address_assign_type{device="veth928414f"} 3 node_network_address_assign_type{device="veth92bd8a4"} 3 node_network_address_assign_type{device="veth9506749"} 3 node_network_address_assign_type{device="veth968c752"} 3 node_network_address_assign_type{device="veth9b70925"} 3 node_network_address_assign_type{device="veth9ecd6a4"} 3 node_network_address_assign_type{device="vetha347c19"} 3 node_network_address_assign_type{device="vethae46a3f"} 3 node_network_address_assign_type{device="vethb186636"} 3 node_network_address_assign_type{device="vethb2d2e0f"} 3 node_network_address_assign_type{device="vethbe29bcf"} 3 node_network_address_assign_type{device="vethc0ba087"} 3 node_network_address_assign_type{device="vethc9bef18"} 3 node_network_address_assign_type{device="vethccb9a95"} 3 node_network_address_assign_type{device="vethd171ec4"} 3 node_network_address_assign_type{device="vethd2205b5"} 3 node_network_address_assign_type{device="vethd436acc"} 3 node_network_address_assign_type{device="vethd8a4feb"} 3 node_network_address_assign_type{device="vethda876d3"} 3 node_network_address_assign_type{device="vethdba15b2"} 3 node_network_address_assign_type{device="vethe08a470"} 3 node_network_address_assign_type{device="vethe230a69"} 3 node_network_address_assign_type{device="vethe690fc2"} 3 node_network_address_assign_type{device="vethe7d14fe"} 3 node_network_address_assign_type{device="vethe865785"} 3 node_network_address_assign_type{device="vethe8f3568"} 3 node_network_address_assign_type{device="vethf18e108"} 3 node_network_address_assign_type{device="vethf21fb3b"} 3 node_network_address_assign_type{device="vethf3ef56a"} 3 node_network_address_assign_type{device="vethf401c34"} 3 node_network_address_assign_type{device="vethf69e7f9"} 3 node_network_address_assign_type{device="vethf75dc54"} 3 node_network_address_assign_type{device="vethf81b0bd"} 3 node_network_address_assign_type{device="vethf85a560"} 3 node_network_address_assign_type{device="vethfade540"} 3 node_network_address_assign_type{device="vethfb0038a"} 3 node_network_address_assign_type{device="vethfcfedc2"} 3 node_network_address_assign_type{device="vethffee750"} 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="veth015707e"} 1 node_network_carrier{device="veth0172ebe"} 1 node_network_carrier{device="veth025d216"} 1 node_network_carrier{device="veth0651fcc"} 1 node_network_carrier{device="veth08c8cfd"} 1 node_network_carrier{device="veth0904270"} 1 node_network_carrier{device="veth092222b"} 1 node_network_carrier{device="veth0d0efa0"} 1 node_network_carrier{device="veth0ec14e7"} 1 node_network_carrier{device="veth10a6ed7"} 1 node_network_carrier{device="veth13d80ba"} 1 node_network_carrier{device="veth148dedb"} 1 node_network_carrier{device="veth15678e7"} 1 node_network_carrier{device="veth162e0b3"} 1 node_network_carrier{device="veth16b28c6"} 1 node_network_carrier{device="veth183b835"} 1 node_network_carrier{device="veth18b1efd"} 1 node_network_carrier{device="veth19e1c2a"} 1 node_network_carrier{device="veth1e944cd"} 1 node_network_carrier{device="veth203a9f1"} 1 node_network_carrier{device="veth24477b9"} 1 node_network_carrier{device="veth2772896"} 1 node_network_carrier{device="veth2937fc4"} 1 node_network_carrier{device="veth2f8f01d"} 1 node_network_carrier{device="veth305ee9b"} 1 node_network_carrier{device="veth310668c"} 1 node_network_carrier{device="veth32da1d2"} 1 node_network_carrier{device="veth346b882"} 1 node_network_carrier{device="veth35b693c"} 1 node_network_carrier{device="veth371795c"} 1 node_network_carrier{device="veth371e641"} 1 node_network_carrier{device="veth37c0d48"} 1 node_network_carrier{device="veth3908fc6"} 1 node_network_carrier{device="veth3ab75f9"} 1 node_network_carrier{device="veth3d25899"} 1 node_network_carrier{device="veth40baabf"} 1 node_network_carrier{device="veth40e58e7"} 1 node_network_carrier{device="veth4173ec7"} 1 node_network_carrier{device="veth42c4d49"} 1 node_network_carrier{device="veth44350fc"} 1 node_network_carrier{device="veth4b32b94"} 1 node_network_carrier{device="veth4bdaff1"} 1 node_network_carrier{device="veth4c38a6d"} 1 node_network_carrier{device="veth4d30a80"} 1 node_network_carrier{device="veth4f419a0"} 1 node_network_carrier{device="veth5558638"} 1 node_network_carrier{device="veth5686993"} 1 node_network_carrier{device="veth5938775"} 1 node_network_carrier{device="veth5a1b55a"} 1 node_network_carrier{device="veth5b51a30"} 1 node_network_carrier{device="veth5bbf640"} 1 node_network_carrier{device="veth5bceda3"} 1 node_network_carrier{device="veth5c39a0a"} 1 node_network_carrier{device="veth5e43bcb"} 1 node_network_carrier{device="veth601ec83"} 1 node_network_carrier{device="veth605be4d"} 1 node_network_carrier{device="veth61980ca"} 1 node_network_carrier{device="veth658a7e3"} 1 node_network_carrier{device="veth673e18d"} 1 node_network_carrier{device="veth68bf5a7"} 1 node_network_carrier{device="veth6963b13"} 1 node_network_carrier{device="veth6a107ec"} 1 node_network_carrier{device="veth6a77c73"} 1 node_network_carrier{device="veth6e3eeb7"} 1 node_network_carrier{device="veth7225b8f"} 1 node_network_carrier{device="veth740b1f4"} 1 node_network_carrier{device="veth763d7a5"} 1 node_network_carrier{device="veth777df4e"} 1 node_network_carrier{device="veth8bf17cd"} 1 node_network_carrier{device="veth8f33cf5"} 1 node_network_carrier{device="veth90f3423"} 1 node_network_carrier{device="veth915ddc9"} 1 node_network_carrier{device="veth928414f"} 1 node_network_carrier{device="veth92bd8a4"} 1 node_network_carrier{device="veth9506749"} 1 node_network_carrier{device="veth968c752"} 1 node_network_carrier{device="veth9b70925"} 1 node_network_carrier{device="veth9ecd6a4"} 1 node_network_carrier{device="vetha347c19"} 1 node_network_carrier{device="vethae46a3f"} 1 node_network_carrier{device="vethb186636"} 1 node_network_carrier{device="vethb2d2e0f"} 1 node_network_carrier{device="vethbe29bcf"} 1 node_network_carrier{device="vethc0ba087"} 1 node_network_carrier{device="vethc9bef18"} 1 node_network_carrier{device="vethccb9a95"} 1 node_network_carrier{device="vethd171ec4"} 1 node_network_carrier{device="vethd2205b5"} 1 node_network_carrier{device="vethd436acc"} 1 node_network_carrier{device="vethd8a4feb"} 1 node_network_carrier{device="vethda876d3"} 1 node_network_carrier{device="vethdba15b2"} 1 node_network_carrier{device="vethe08a470"} 1 node_network_carrier{device="vethe230a69"} 1 node_network_carrier{device="vethe690fc2"} 1 node_network_carrier{device="vethe7d14fe"} 1 node_network_carrier{device="vethe865785"} 1 node_network_carrier{device="vethe8f3568"} 1 node_network_carrier{device="vethf18e108"} 1 node_network_carrier{device="vethf21fb3b"} 1 node_network_carrier{device="vethf3ef56a"} 1 node_network_carrier{device="vethf401c34"} 1 node_network_carrier{device="vethf69e7f9"} 1 node_network_carrier{device="vethf75dc54"} 1 node_network_carrier{device="vethf81b0bd"} 1 node_network_carrier{device="vethf85a560"} 1 node_network_carrier{device="vethfade540"} 1 node_network_carrier{device="vethfb0038a"} 1 node_network_carrier{device="vethfcfedc2"} 1 node_network_carrier{device="vethffee750"} 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"} 22 node_network_carrier_changes_total{device="docker0"} 367 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth015707e"} 2 node_network_carrier_changes_total{device="veth0172ebe"} 2 node_network_carrier_changes_total{device="veth025d216"} 2 node_network_carrier_changes_total{device="veth0651fcc"} 2 node_network_carrier_changes_total{device="veth08c8cfd"} 2 node_network_carrier_changes_total{device="veth0904270"} 2 node_network_carrier_changes_total{device="veth092222b"} 2 node_network_carrier_changes_total{device="veth0d0efa0"} 2 node_network_carrier_changes_total{device="veth0ec14e7"} 2 node_network_carrier_changes_total{device="veth10a6ed7"} 2 node_network_carrier_changes_total{device="veth13d80ba"} 2 node_network_carrier_changes_total{device="veth148dedb"} 2 node_network_carrier_changes_total{device="veth15678e7"} 2 node_network_carrier_changes_total{device="veth162e0b3"} 2 node_network_carrier_changes_total{device="veth16b28c6"} 2 node_network_carrier_changes_total{device="veth183b835"} 2 node_network_carrier_changes_total{device="veth18b1efd"} 2 node_network_carrier_changes_total{device="veth19e1c2a"} 2 node_network_carrier_changes_total{device="veth1e944cd"} 2 node_network_carrier_changes_total{device="veth203a9f1"} 2 node_network_carrier_changes_total{device="veth24477b9"} 2 node_network_carrier_changes_total{device="veth2772896"} 2 node_network_carrier_changes_total{device="veth2937fc4"} 2 node_network_carrier_changes_total{device="veth2f8f01d"} 2 node_network_carrier_changes_total{device="veth305ee9b"} 2 node_network_carrier_changes_total{device="veth310668c"} 2 node_network_carrier_changes_total{device="veth32da1d2"} 2 node_network_carrier_changes_total{device="veth346b882"} 2 node_network_carrier_changes_total{device="veth35b693c"} 2 node_network_carrier_changes_total{device="veth371795c"} 2 node_network_carrier_changes_total{device="veth371e641"} 2 node_network_carrier_changes_total{device="veth37c0d48"} 2 node_network_carrier_changes_total{device="veth3908fc6"} 2 node_network_carrier_changes_total{device="veth3ab75f9"} 2 node_network_carrier_changes_total{device="veth3d25899"} 2 node_network_carrier_changes_total{device="veth40baabf"} 2 node_network_carrier_changes_total{device="veth40e58e7"} 2 node_network_carrier_changes_total{device="veth4173ec7"} 2 node_network_carrier_changes_total{device="veth42c4d49"} 2 node_network_carrier_changes_total{device="veth44350fc"} 2 node_network_carrier_changes_total{device="veth4b32b94"} 2 node_network_carrier_changes_total{device="veth4bdaff1"} 2 node_network_carrier_changes_total{device="veth4c38a6d"} 2 node_network_carrier_changes_total{device="veth4d30a80"} 2 node_network_carrier_changes_total{device="veth4f419a0"} 2 node_network_carrier_changes_total{device="veth5558638"} 2 node_network_carrier_changes_total{device="veth5686993"} 2 node_network_carrier_changes_total{device="veth5938775"} 2 node_network_carrier_changes_total{device="veth5a1b55a"} 2 node_network_carrier_changes_total{device="veth5b51a30"} 2 node_network_carrier_changes_total{device="veth5bbf640"} 2 node_network_carrier_changes_total{device="veth5bceda3"} 2 node_network_carrier_changes_total{device="veth5c39a0a"} 2 node_network_carrier_changes_total{device="veth5e43bcb"} 2 node_network_carrier_changes_total{device="veth601ec83"} 2 node_network_carrier_changes_total{device="veth605be4d"} 2 node_network_carrier_changes_total{device="veth61980ca"} 2 node_network_carrier_changes_total{device="veth658a7e3"} 2 node_network_carrier_changes_total{device="veth673e18d"} 2 node_network_carrier_changes_total{device="veth68bf5a7"} 2 node_network_carrier_changes_total{device="veth6963b13"} 2 node_network_carrier_changes_total{device="veth6a107ec"} 2 node_network_carrier_changes_total{device="veth6a77c73"} 2 node_network_carrier_changes_total{device="veth6e3eeb7"} 2 node_network_carrier_changes_total{device="veth7225b8f"} 2 node_network_carrier_changes_total{device="veth740b1f4"} 2 node_network_carrier_changes_total{device="veth763d7a5"} 2 node_network_carrier_changes_total{device="veth777df4e"} 2 node_network_carrier_changes_total{device="veth8bf17cd"} 2 node_network_carrier_changes_total{device="veth8f33cf5"} 2 node_network_carrier_changes_total{device="veth90f3423"} 2 node_network_carrier_changes_total{device="veth915ddc9"} 2 node_network_carrier_changes_total{device="veth928414f"} 2 node_network_carrier_changes_total{device="veth92bd8a4"} 2 node_network_carrier_changes_total{device="veth9506749"} 2 node_network_carrier_changes_total{device="veth968c752"} 2 node_network_carrier_changes_total{device="veth9b70925"} 2 node_network_carrier_changes_total{device="veth9ecd6a4"} 2 node_network_carrier_changes_total{device="vetha347c19"} 2 node_network_carrier_changes_total{device="vethae46a3f"} 2 node_network_carrier_changes_total{device="vethb186636"} 2 node_network_carrier_changes_total{device="vethb2d2e0f"} 2 node_network_carrier_changes_total{device="vethbe29bcf"} 2 node_network_carrier_changes_total{device="vethc0ba087"} 2 node_network_carrier_changes_total{device="vethc9bef18"} 2 node_network_carrier_changes_total{device="vethccb9a95"} 2 node_network_carrier_changes_total{device="vethd171ec4"} 2 node_network_carrier_changes_total{device="vethd2205b5"} 2 node_network_carrier_changes_total{device="vethd436acc"} 2 node_network_carrier_changes_total{device="vethd8a4feb"} 2 node_network_carrier_changes_total{device="vethda876d3"} 2 node_network_carrier_changes_total{device="vethdba15b2"} 2 node_network_carrier_changes_total{device="vethe08a470"} 2 node_network_carrier_changes_total{device="vethe230a69"} 2 node_network_carrier_changes_total{device="vethe690fc2"} 2 node_network_carrier_changes_total{device="vethe7d14fe"} 2 node_network_carrier_changes_total{device="vethe865785"} 2 node_network_carrier_changes_total{device="vethe8f3568"} 2 node_network_carrier_changes_total{device="vethf18e108"} 2 node_network_carrier_changes_total{device="vethf21fb3b"} 2 node_network_carrier_changes_total{device="vethf3ef56a"} 2 node_network_carrier_changes_total{device="vethf401c34"} 2 node_network_carrier_changes_total{device="vethf69e7f9"} 2 node_network_carrier_changes_total{device="vethf75dc54"} 2 node_network_carrier_changes_total{device="vethf81b0bd"} 2 node_network_carrier_changes_total{device="vethf85a560"} 2 node_network_carrier_changes_total{device="vethfade540"} 2 node_network_carrier_changes_total{device="vethfb0038a"} 2 node_network_carrier_changes_total{device="vethfcfedc2"} 2 node_network_carrier_changes_total{device="vethffee750"} 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"} 11 node_network_carrier_down_changes_total{device="docker0"} 184 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="veth015707e"} 1 node_network_carrier_down_changes_total{device="veth0172ebe"} 1 node_network_carrier_down_changes_total{device="veth025d216"} 1 node_network_carrier_down_changes_total{device="veth0651fcc"} 1 node_network_carrier_down_changes_total{device="veth08c8cfd"} 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="veth0d0efa0"} 1 node_network_carrier_down_changes_total{device="veth0ec14e7"} 1 node_network_carrier_down_changes_total{device="veth10a6ed7"} 1 node_network_carrier_down_changes_total{device="veth13d80ba"} 1 node_network_carrier_down_changes_total{device="veth148dedb"} 1 node_network_carrier_down_changes_total{device="veth15678e7"} 1 node_network_carrier_down_changes_total{device="veth162e0b3"} 1 node_network_carrier_down_changes_total{device="veth16b28c6"} 1 node_network_carrier_down_changes_total{device="veth183b835"} 1 node_network_carrier_down_changes_total{device="veth18b1efd"} 1 node_network_carrier_down_changes_total{device="veth19e1c2a"} 1 node_network_carrier_down_changes_total{device="veth1e944cd"} 1 node_network_carrier_down_changes_total{device="veth203a9f1"} 1 node_network_carrier_down_changes_total{device="veth24477b9"} 1 node_network_carrier_down_changes_total{device="veth2772896"} 1 node_network_carrier_down_changes_total{device="veth2937fc4"} 1 node_network_carrier_down_changes_total{device="veth2f8f01d"} 1 node_network_carrier_down_changes_total{device="veth305ee9b"} 1 node_network_carrier_down_changes_total{device="veth310668c"} 1 node_network_carrier_down_changes_total{device="veth32da1d2"} 1 node_network_carrier_down_changes_total{device="veth346b882"} 1 node_network_carrier_down_changes_total{device="veth35b693c"} 1 node_network_carrier_down_changes_total{device="veth371795c"} 1 node_network_carrier_down_changes_total{device="veth371e641"} 1 node_network_carrier_down_changes_total{device="veth37c0d48"} 1 node_network_carrier_down_changes_total{device="veth3908fc6"} 1 node_network_carrier_down_changes_total{device="veth3ab75f9"} 1 node_network_carrier_down_changes_total{device="veth3d25899"} 1 node_network_carrier_down_changes_total{device="veth40baabf"} 1 node_network_carrier_down_changes_total{device="veth40e58e7"} 1 node_network_carrier_down_changes_total{device="veth4173ec7"} 1 node_network_carrier_down_changes_total{device="veth42c4d49"} 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="veth4bdaff1"} 1 node_network_carrier_down_changes_total{device="veth4c38a6d"} 1 node_network_carrier_down_changes_total{device="veth4d30a80"} 1 node_network_carrier_down_changes_total{device="veth4f419a0"} 1 node_network_carrier_down_changes_total{device="veth5558638"} 1 node_network_carrier_down_changes_total{device="veth5686993"} 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="veth5b51a30"} 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="veth5c39a0a"} 1 node_network_carrier_down_changes_total{device="veth5e43bcb"} 1 node_network_carrier_down_changes_total{device="veth601ec83"} 1 node_network_carrier_down_changes_total{device="veth605be4d"} 1 node_network_carrier_down_changes_total{device="veth61980ca"} 1 node_network_carrier_down_changes_total{device="veth658a7e3"} 1 node_network_carrier_down_changes_total{device="veth673e18d"} 1 node_network_carrier_down_changes_total{device="veth68bf5a7"} 1 node_network_carrier_down_changes_total{device="veth6963b13"} 1 node_network_carrier_down_changes_total{device="veth6a107ec"} 1 node_network_carrier_down_changes_total{device="veth6a77c73"} 1 node_network_carrier_down_changes_total{device="veth6e3eeb7"} 1 node_network_carrier_down_changes_total{device="veth7225b8f"} 1 node_network_carrier_down_changes_total{device="veth740b1f4"} 1 node_network_carrier_down_changes_total{device="veth763d7a5"} 1 node_network_carrier_down_changes_total{device="veth777df4e"} 1 node_network_carrier_down_changes_total{device="veth8bf17cd"} 1 node_network_carrier_down_changes_total{device="veth8f33cf5"} 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="veth928414f"} 1 node_network_carrier_down_changes_total{device="veth92bd8a4"} 1 node_network_carrier_down_changes_total{device="veth9506749"} 1 node_network_carrier_down_changes_total{device="veth968c752"} 1 node_network_carrier_down_changes_total{device="veth9b70925"} 1 node_network_carrier_down_changes_total{device="veth9ecd6a4"} 1 node_network_carrier_down_changes_total{device="vetha347c19"} 1 node_network_carrier_down_changes_total{device="vethae46a3f"} 1 node_network_carrier_down_changes_total{device="vethb186636"} 1 node_network_carrier_down_changes_total{device="vethb2d2e0f"} 1 node_network_carrier_down_changes_total{device="vethbe29bcf"} 1 node_network_carrier_down_changes_total{device="vethc0ba087"} 1 node_network_carrier_down_changes_total{device="vethc9bef18"} 1 node_network_carrier_down_changes_total{device="vethccb9a95"} 1 node_network_carrier_down_changes_total{device="vethd171ec4"} 1 node_network_carrier_down_changes_total{device="vethd2205b5"} 1 node_network_carrier_down_changes_total{device="vethd436acc"} 1 node_network_carrier_down_changes_total{device="vethd8a4feb"} 1 node_network_carrier_down_changes_total{device="vethda876d3"} 1 node_network_carrier_down_changes_total{device="vethdba15b2"} 1 node_network_carrier_down_changes_total{device="vethe08a470"} 1 node_network_carrier_down_changes_total{device="vethe230a69"} 1 node_network_carrier_down_changes_total{device="vethe690fc2"} 1 node_network_carrier_down_changes_total{device="vethe7d14fe"} 1 node_network_carrier_down_changes_total{device="vethe865785"} 1 node_network_carrier_down_changes_total{device="vethe8f3568"} 1 node_network_carrier_down_changes_total{device="vethf18e108"} 1 node_network_carrier_down_changes_total{device="vethf21fb3b"} 1 node_network_carrier_down_changes_total{device="vethf3ef56a"} 1 node_network_carrier_down_changes_total{device="vethf401c34"} 1 node_network_carrier_down_changes_total{device="vethf69e7f9"} 1 node_network_carrier_down_changes_total{device="vethf75dc54"} 1 node_network_carrier_down_changes_total{device="vethf81b0bd"} 1 node_network_carrier_down_changes_total{device="vethf85a560"} 1 node_network_carrier_down_changes_total{device="vethfade540"} 1 node_network_carrier_down_changes_total{device="vethfb0038a"} 1 node_network_carrier_down_changes_total{device="vethfcfedc2"} 1 node_network_carrier_down_changes_total{device="vethffee750"} 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"} 11 node_network_carrier_up_changes_total{device="docker0"} 183 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="veth015707e"} 1 node_network_carrier_up_changes_total{device="veth0172ebe"} 1 node_network_carrier_up_changes_total{device="veth025d216"} 1 node_network_carrier_up_changes_total{device="veth0651fcc"} 1 node_network_carrier_up_changes_total{device="veth08c8cfd"} 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="veth0d0efa0"} 1 node_network_carrier_up_changes_total{device="veth0ec14e7"} 1 node_network_carrier_up_changes_total{device="veth10a6ed7"} 1 node_network_carrier_up_changes_total{device="veth13d80ba"} 1 node_network_carrier_up_changes_total{device="veth148dedb"} 1 node_network_carrier_up_changes_total{device="veth15678e7"} 1 node_network_carrier_up_changes_total{device="veth162e0b3"} 1 node_network_carrier_up_changes_total{device="veth16b28c6"} 1 node_network_carrier_up_changes_total{device="veth183b835"} 1 node_network_carrier_up_changes_total{device="veth18b1efd"} 1 node_network_carrier_up_changes_total{device="veth19e1c2a"} 1 node_network_carrier_up_changes_total{device="veth1e944cd"} 1 node_network_carrier_up_changes_total{device="veth203a9f1"} 1 node_network_carrier_up_changes_total{device="veth24477b9"} 1 node_network_carrier_up_changes_total{device="veth2772896"} 1 node_network_carrier_up_changes_total{device="veth2937fc4"} 1 node_network_carrier_up_changes_total{device="veth2f8f01d"} 1 node_network_carrier_up_changes_total{device="veth305ee9b"} 1 node_network_carrier_up_changes_total{device="veth310668c"} 1 node_network_carrier_up_changes_total{device="veth32da1d2"} 1 node_network_carrier_up_changes_total{device="veth346b882"} 1 node_network_carrier_up_changes_total{device="veth35b693c"} 1 node_network_carrier_up_changes_total{device="veth371795c"} 1 node_network_carrier_up_changes_total{device="veth371e641"} 1 node_network_carrier_up_changes_total{device="veth37c0d48"} 1 node_network_carrier_up_changes_total{device="veth3908fc6"} 1 node_network_carrier_up_changes_total{device="veth3ab75f9"} 1 node_network_carrier_up_changes_total{device="veth3d25899"} 1 node_network_carrier_up_changes_total{device="veth40baabf"} 1 node_network_carrier_up_changes_total{device="veth40e58e7"} 1 node_network_carrier_up_changes_total{device="veth4173ec7"} 1 node_network_carrier_up_changes_total{device="veth42c4d49"} 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="veth4bdaff1"} 1 node_network_carrier_up_changes_total{device="veth4c38a6d"} 1 node_network_carrier_up_changes_total{device="veth4d30a80"} 1 node_network_carrier_up_changes_total{device="veth4f419a0"} 1 node_network_carrier_up_changes_total{device="veth5558638"} 1 node_network_carrier_up_changes_total{device="veth5686993"} 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="veth5b51a30"} 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="veth5c39a0a"} 1 node_network_carrier_up_changes_total{device="veth5e43bcb"} 1 node_network_carrier_up_changes_total{device="veth601ec83"} 1 node_network_carrier_up_changes_total{device="veth605be4d"} 1 node_network_carrier_up_changes_total{device="veth61980ca"} 1 node_network_carrier_up_changes_total{device="veth658a7e3"} 1 node_network_carrier_up_changes_total{device="veth673e18d"} 1 node_network_carrier_up_changes_total{device="veth68bf5a7"} 1 node_network_carrier_up_changes_total{device="veth6963b13"} 1 node_network_carrier_up_changes_total{device="veth6a107ec"} 1 node_network_carrier_up_changes_total{device="veth6a77c73"} 1 node_network_carrier_up_changes_total{device="veth6e3eeb7"} 1 node_network_carrier_up_changes_total{device="veth7225b8f"} 1 node_network_carrier_up_changes_total{device="veth740b1f4"} 1 node_network_carrier_up_changes_total{device="veth763d7a5"} 1 node_network_carrier_up_changes_total{device="veth777df4e"} 1 node_network_carrier_up_changes_total{device="veth8bf17cd"} 1 node_network_carrier_up_changes_total{device="veth8f33cf5"} 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="veth928414f"} 1 node_network_carrier_up_changes_total{device="veth92bd8a4"} 1 node_network_carrier_up_changes_total{device="veth9506749"} 1 node_network_carrier_up_changes_total{device="veth968c752"} 1 node_network_carrier_up_changes_total{device="veth9b70925"} 1 node_network_carrier_up_changes_total{device="veth9ecd6a4"} 1 node_network_carrier_up_changes_total{device="vetha347c19"} 1 node_network_carrier_up_changes_total{device="vethae46a3f"} 1 node_network_carrier_up_changes_total{device="vethb186636"} 1 node_network_carrier_up_changes_total{device="vethb2d2e0f"} 1 node_network_carrier_up_changes_total{device="vethbe29bcf"} 1 node_network_carrier_up_changes_total{device="vethc0ba087"} 1 node_network_carrier_up_changes_total{device="vethc9bef18"} 1 node_network_carrier_up_changes_total{device="vethccb9a95"} 1 node_network_carrier_up_changes_total{device="vethd171ec4"} 1 node_network_carrier_up_changes_total{device="vethd2205b5"} 1 node_network_carrier_up_changes_total{device="vethd436acc"} 1 node_network_carrier_up_changes_total{device="vethd8a4feb"} 1 node_network_carrier_up_changes_total{device="vethda876d3"} 1 node_network_carrier_up_changes_total{device="vethdba15b2"} 1 node_network_carrier_up_changes_total{device="vethe08a470"} 1 node_network_carrier_up_changes_total{device="vethe230a69"} 1 node_network_carrier_up_changes_total{device="vethe690fc2"} 1 node_network_carrier_up_changes_total{device="vethe7d14fe"} 1 node_network_carrier_up_changes_total{device="vethe865785"} 1 node_network_carrier_up_changes_total{device="vethe8f3568"} 1 node_network_carrier_up_changes_total{device="vethf18e108"} 1 node_network_carrier_up_changes_total{device="vethf21fb3b"} 1 node_network_carrier_up_changes_total{device="vethf3ef56a"} 1 node_network_carrier_up_changes_total{device="vethf401c34"} 1 node_network_carrier_up_changes_total{device="vethf69e7f9"} 1 node_network_carrier_up_changes_total{device="vethf75dc54"} 1 node_network_carrier_up_changes_total{device="vethf81b0bd"} 1 node_network_carrier_up_changes_total{device="vethf85a560"} 1 node_network_carrier_up_changes_total{device="vethfade540"} 1 node_network_carrier_up_changes_total{device="vethfb0038a"} 1 node_network_carrier_up_changes_total{device="vethfcfedc2"} 1 node_network_carrier_up_changes_total{device="vethffee750"} 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="veth015707e"} 0 node_network_device_id{device="veth0172ebe"} 0 node_network_device_id{device="veth025d216"} 0 node_network_device_id{device="veth0651fcc"} 0 node_network_device_id{device="veth08c8cfd"} 0 node_network_device_id{device="veth0904270"} 0 node_network_device_id{device="veth092222b"} 0 node_network_device_id{device="veth0d0efa0"} 0 node_network_device_id{device="veth0ec14e7"} 0 node_network_device_id{device="veth10a6ed7"} 0 node_network_device_id{device="veth13d80ba"} 0 node_network_device_id{device="veth148dedb"} 0 node_network_device_id{device="veth15678e7"} 0 node_network_device_id{device="veth162e0b3"} 0 node_network_device_id{device="veth16b28c6"} 0 node_network_device_id{device="veth183b835"} 0 node_network_device_id{device="veth18b1efd"} 0 node_network_device_id{device="veth19e1c2a"} 0 node_network_device_id{device="veth1e944cd"} 0 node_network_device_id{device="veth203a9f1"} 0 node_network_device_id{device="veth24477b9"} 0 node_network_device_id{device="veth2772896"} 0 node_network_device_id{device="veth2937fc4"} 0 node_network_device_id{device="veth2f8f01d"} 0 node_network_device_id{device="veth305ee9b"} 0 node_network_device_id{device="veth310668c"} 0 node_network_device_id{device="veth32da1d2"} 0 node_network_device_id{device="veth346b882"} 0 node_network_device_id{device="veth35b693c"} 0 node_network_device_id{device="veth371795c"} 0 node_network_device_id{device="veth371e641"} 0 node_network_device_id{device="veth37c0d48"} 0 node_network_device_id{device="veth3908fc6"} 0 node_network_device_id{device="veth3ab75f9"} 0 node_network_device_id{device="veth3d25899"} 0 node_network_device_id{device="veth40baabf"} 0 node_network_device_id{device="veth40e58e7"} 0 node_network_device_id{device="veth4173ec7"} 0 node_network_device_id{device="veth42c4d49"} 0 node_network_device_id{device="veth44350fc"} 0 node_network_device_id{device="veth4b32b94"} 0 node_network_device_id{device="veth4bdaff1"} 0 node_network_device_id{device="veth4c38a6d"} 0 node_network_device_id{device="veth4d30a80"} 0 node_network_device_id{device="veth4f419a0"} 0 node_network_device_id{device="veth5558638"} 0 node_network_device_id{device="veth5686993"} 0 node_network_device_id{device="veth5938775"} 0 node_network_device_id{device="veth5a1b55a"} 0 node_network_device_id{device="veth5b51a30"} 0 node_network_device_id{device="veth5bbf640"} 0 node_network_device_id{device="veth5bceda3"} 0 node_network_device_id{device="veth5c39a0a"} 0 node_network_device_id{device="veth5e43bcb"} 0 node_network_device_id{device="veth601ec83"} 0 node_network_device_id{device="veth605be4d"} 0 node_network_device_id{device="veth61980ca"} 0 node_network_device_id{device="veth658a7e3"} 0 node_network_device_id{device="veth673e18d"} 0 node_network_device_id{device="veth68bf5a7"} 0 node_network_device_id{device="veth6963b13"} 0 node_network_device_id{device="veth6a107ec"} 0 node_network_device_id{device="veth6a77c73"} 0 node_network_device_id{device="veth6e3eeb7"} 0 node_network_device_id{device="veth7225b8f"} 0 node_network_device_id{device="veth740b1f4"} 0 node_network_device_id{device="veth763d7a5"} 0 node_network_device_id{device="veth777df4e"} 0 node_network_device_id{device="veth8bf17cd"} 0 node_network_device_id{device="veth8f33cf5"} 0 node_network_device_id{device="veth90f3423"} 0 node_network_device_id{device="veth915ddc9"} 0 node_network_device_id{device="veth928414f"} 0 node_network_device_id{device="veth92bd8a4"} 0 node_network_device_id{device="veth9506749"} 0 node_network_device_id{device="veth968c752"} 0 node_network_device_id{device="veth9b70925"} 0 node_network_device_id{device="veth9ecd6a4"} 0 node_network_device_id{device="vetha347c19"} 0 node_network_device_id{device="vethae46a3f"} 0 node_network_device_id{device="vethb186636"} 0 node_network_device_id{device="vethb2d2e0f"} 0 node_network_device_id{device="vethbe29bcf"} 0 node_network_device_id{device="vethc0ba087"} 0 node_network_device_id{device="vethc9bef18"} 0 node_network_device_id{device="vethccb9a95"} 0 node_network_device_id{device="vethd171ec4"} 0 node_network_device_id{device="vethd2205b5"} 0 node_network_device_id{device="vethd436acc"} 0 node_network_device_id{device="vethd8a4feb"} 0 node_network_device_id{device="vethda876d3"} 0 node_network_device_id{device="vethdba15b2"} 0 node_network_device_id{device="vethe08a470"} 0 node_network_device_id{device="vethe230a69"} 0 node_network_device_id{device="vethe690fc2"} 0 node_network_device_id{device="vethe7d14fe"} 0 node_network_device_id{device="vethe865785"} 0 node_network_device_id{device="vethe8f3568"} 0 node_network_device_id{device="vethf18e108"} 0 node_network_device_id{device="vethf21fb3b"} 0 node_network_device_id{device="vethf3ef56a"} 0 node_network_device_id{device="vethf401c34"} 0 node_network_device_id{device="vethf69e7f9"} 0 node_network_device_id{device="vethf75dc54"} 0 node_network_device_id{device="vethf81b0bd"} 0 node_network_device_id{device="vethf85a560"} 0 node_network_device_id{device="vethfade540"} 0 node_network_device_id{device="vethfb0038a"} 0 node_network_device_id{device="vethfcfedc2"} 0 node_network_device_id{device="vethffee750"} 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="veth015707e"} 0 node_network_dormant{device="veth0172ebe"} 0 node_network_dormant{device="veth025d216"} 0 node_network_dormant{device="veth0651fcc"} 0 node_network_dormant{device="veth08c8cfd"} 0 node_network_dormant{device="veth0904270"} 0 node_network_dormant{device="veth092222b"} 0 node_network_dormant{device="veth0d0efa0"} 0 node_network_dormant{device="veth0ec14e7"} 0 node_network_dormant{device="veth10a6ed7"} 0 node_network_dormant{device="veth13d80ba"} 0 node_network_dormant{device="veth148dedb"} 0 node_network_dormant{device="veth15678e7"} 0 node_network_dormant{device="veth162e0b3"} 0 node_network_dormant{device="veth16b28c6"} 0 node_network_dormant{device="veth183b835"} 0 node_network_dormant{device="veth18b1efd"} 0 node_network_dormant{device="veth19e1c2a"} 0 node_network_dormant{device="veth1e944cd"} 0 node_network_dormant{device="veth203a9f1"} 0 node_network_dormant{device="veth24477b9"} 0 node_network_dormant{device="veth2772896"} 0 node_network_dormant{device="veth2937fc4"} 0 node_network_dormant{device="veth2f8f01d"} 0 node_network_dormant{device="veth305ee9b"} 0 node_network_dormant{device="veth310668c"} 0 node_network_dormant{device="veth32da1d2"} 0 node_network_dormant{device="veth346b882"} 0 node_network_dormant{device="veth35b693c"} 0 node_network_dormant{device="veth371795c"} 0 node_network_dormant{device="veth371e641"} 0 node_network_dormant{device="veth37c0d48"} 0 node_network_dormant{device="veth3908fc6"} 0 node_network_dormant{device="veth3ab75f9"} 0 node_network_dormant{device="veth3d25899"} 0 node_network_dormant{device="veth40baabf"} 0 node_network_dormant{device="veth40e58e7"} 0 node_network_dormant{device="veth4173ec7"} 0 node_network_dormant{device="veth42c4d49"} 0 node_network_dormant{device="veth44350fc"} 0 node_network_dormant{device="veth4b32b94"} 0 node_network_dormant{device="veth4bdaff1"} 0 node_network_dormant{device="veth4c38a6d"} 0 node_network_dormant{device="veth4d30a80"} 0 node_network_dormant{device="veth4f419a0"} 0 node_network_dormant{device="veth5558638"} 0 node_network_dormant{device="veth5686993"} 0 node_network_dormant{device="veth5938775"} 0 node_network_dormant{device="veth5a1b55a"} 0 node_network_dormant{device="veth5b51a30"} 0 node_network_dormant{device="veth5bbf640"} 0 node_network_dormant{device="veth5bceda3"} 0 node_network_dormant{device="veth5c39a0a"} 0 node_network_dormant{device="veth5e43bcb"} 0 node_network_dormant{device="veth601ec83"} 0 node_network_dormant{device="veth605be4d"} 0 node_network_dormant{device="veth61980ca"} 0 node_network_dormant{device="veth658a7e3"} 0 node_network_dormant{device="veth673e18d"} 0 node_network_dormant{device="veth68bf5a7"} 0 node_network_dormant{device="veth6963b13"} 0 node_network_dormant{device="veth6a107ec"} 0 node_network_dormant{device="veth6a77c73"} 0 node_network_dormant{device="veth6e3eeb7"} 0 node_network_dormant{device="veth7225b8f"} 0 node_network_dormant{device="veth740b1f4"} 0 node_network_dormant{device="veth763d7a5"} 0 node_network_dormant{device="veth777df4e"} 0 node_network_dormant{device="veth8bf17cd"} 0 node_network_dormant{device="veth8f33cf5"} 0 node_network_dormant{device="veth90f3423"} 0 node_network_dormant{device="veth915ddc9"} 0 node_network_dormant{device="veth928414f"} 0 node_network_dormant{device="veth92bd8a4"} 0 node_network_dormant{device="veth9506749"} 0 node_network_dormant{device="veth968c752"} 0 node_network_dormant{device="veth9b70925"} 0 node_network_dormant{device="veth9ecd6a4"} 0 node_network_dormant{device="vetha347c19"} 0 node_network_dormant{device="vethae46a3f"} 0 node_network_dormant{device="vethb186636"} 0 node_network_dormant{device="vethb2d2e0f"} 0 node_network_dormant{device="vethbe29bcf"} 0 node_network_dormant{device="vethc0ba087"} 0 node_network_dormant{device="vethc9bef18"} 0 node_network_dormant{device="vethccb9a95"} 0 node_network_dormant{device="vethd171ec4"} 0 node_network_dormant{device="vethd2205b5"} 0 node_network_dormant{device="vethd436acc"} 0 node_network_dormant{device="vethd8a4feb"} 0 node_network_dormant{device="vethda876d3"} 0 node_network_dormant{device="vethdba15b2"} 0 node_network_dormant{device="vethe08a470"} 0 node_network_dormant{device="vethe230a69"} 0 node_network_dormant{device="vethe690fc2"} 0 node_network_dormant{device="vethe7d14fe"} 0 node_network_dormant{device="vethe865785"} 0 node_network_dormant{device="vethe8f3568"} 0 node_network_dormant{device="vethf18e108"} 0 node_network_dormant{device="vethf21fb3b"} 0 node_network_dormant{device="vethf3ef56a"} 0 node_network_dormant{device="vethf401c34"} 0 node_network_dormant{device="vethf69e7f9"} 0 node_network_dormant{device="vethf75dc54"} 0 node_network_dormant{device="vethf81b0bd"} 0 node_network_dormant{device="vethf85a560"} 0 node_network_dormant{device="vethfade540"} 0 node_network_dormant{device="vethfb0038a"} 0 node_network_dormant{device="vethfcfedc2"} 0 node_network_dormant{device="vethffee750"} 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="veth015707e"} 4867 node_network_flags{device="veth0172ebe"} 4867 node_network_flags{device="veth025d216"} 4867 node_network_flags{device="veth0651fcc"} 4867 node_network_flags{device="veth08c8cfd"} 4867 node_network_flags{device="veth0904270"} 4867 node_network_flags{device="veth092222b"} 4867 node_network_flags{device="veth0d0efa0"} 4867 node_network_flags{device="veth0ec14e7"} 4867 node_network_flags{device="veth10a6ed7"} 4867 node_network_flags{device="veth13d80ba"} 4867 node_network_flags{device="veth148dedb"} 4867 node_network_flags{device="veth15678e7"} 4867 node_network_flags{device="veth162e0b3"} 4867 node_network_flags{device="veth16b28c6"} 4867 node_network_flags{device="veth183b835"} 4867 node_network_flags{device="veth18b1efd"} 4867 node_network_flags{device="veth19e1c2a"} 4867 node_network_flags{device="veth1e944cd"} 4867 node_network_flags{device="veth203a9f1"} 4867 node_network_flags{device="veth24477b9"} 4867 node_network_flags{device="veth2772896"} 4867 node_network_flags{device="veth2937fc4"} 4867 node_network_flags{device="veth2f8f01d"} 4867 node_network_flags{device="veth305ee9b"} 4867 node_network_flags{device="veth310668c"} 4867 node_network_flags{device="veth32da1d2"} 4867 node_network_flags{device="veth346b882"} 4867 node_network_flags{device="veth35b693c"} 4867 node_network_flags{device="veth371795c"} 4867 node_network_flags{device="veth371e641"} 4867 node_network_flags{device="veth37c0d48"} 4867 node_network_flags{device="veth3908fc6"} 4867 node_network_flags{device="veth3ab75f9"} 4867 node_network_flags{device="veth3d25899"} 4867 node_network_flags{device="veth40baabf"} 4867 node_network_flags{device="veth40e58e7"} 4867 node_network_flags{device="veth4173ec7"} 4867 node_network_flags{device="veth42c4d49"} 4867 node_network_flags{device="veth44350fc"} 4867 node_network_flags{device="veth4b32b94"} 4867 node_network_flags{device="veth4bdaff1"} 4867 node_network_flags{device="veth4c38a6d"} 4867 node_network_flags{device="veth4d30a80"} 4867 node_network_flags{device="veth4f419a0"} 4867 node_network_flags{device="veth5558638"} 4867 node_network_flags{device="veth5686993"} 4867 node_network_flags{device="veth5938775"} 4867 node_network_flags{device="veth5a1b55a"} 4867 node_network_flags{device="veth5b51a30"} 4867 node_network_flags{device="veth5bbf640"} 4867 node_network_flags{device="veth5bceda3"} 4867 node_network_flags{device="veth5c39a0a"} 4867 node_network_flags{device="veth5e43bcb"} 4867 node_network_flags{device="veth601ec83"} 4867 node_network_flags{device="veth605be4d"} 4867 node_network_flags{device="veth61980ca"} 4867 node_network_flags{device="veth658a7e3"} 4867 node_network_flags{device="veth673e18d"} 4867 node_network_flags{device="veth68bf5a7"} 4867 node_network_flags{device="veth6963b13"} 4867 node_network_flags{device="veth6a107ec"} 4867 node_network_flags{device="veth6a77c73"} 4867 node_network_flags{device="veth6e3eeb7"} 4867 node_network_flags{device="veth7225b8f"} 4867 node_network_flags{device="veth740b1f4"} 4867 node_network_flags{device="veth763d7a5"} 4867 node_network_flags{device="veth777df4e"} 4867 node_network_flags{device="veth8bf17cd"} 4867 node_network_flags{device="veth8f33cf5"} 4867 node_network_flags{device="veth90f3423"} 4867 node_network_flags{device="veth915ddc9"} 4867 node_network_flags{device="veth928414f"} 4867 node_network_flags{device="veth92bd8a4"} 4867 node_network_flags{device="veth9506749"} 4867 node_network_flags{device="veth968c752"} 4867 node_network_flags{device="veth9b70925"} 4867 node_network_flags{device="veth9ecd6a4"} 4867 node_network_flags{device="vetha347c19"} 4867 node_network_flags{device="vethae46a3f"} 4867 node_network_flags{device="vethb186636"} 4867 node_network_flags{device="vethb2d2e0f"} 4867 node_network_flags{device="vethbe29bcf"} 4867 node_network_flags{device="vethc0ba087"} 4867 node_network_flags{device="vethc9bef18"} 4867 node_network_flags{device="vethccb9a95"} 4867 node_network_flags{device="vethd171ec4"} 4867 node_network_flags{device="vethd2205b5"} 4867 node_network_flags{device="vethd436acc"} 4867 node_network_flags{device="vethd8a4feb"} 4867 node_network_flags{device="vethda876d3"} 4867 node_network_flags{device="vethdba15b2"} 4867 node_network_flags{device="vethe08a470"} 4867 node_network_flags{device="vethe230a69"} 4867 node_network_flags{device="vethe690fc2"} 4867 node_network_flags{device="vethe7d14fe"} 4867 node_network_flags{device="vethe865785"} 4867 node_network_flags{device="vethe8f3568"} 4867 node_network_flags{device="vethf18e108"} 4867 node_network_flags{device="vethf21fb3b"} 4867 node_network_flags{device="vethf3ef56a"} 4867 node_network_flags{device="vethf401c34"} 4867 node_network_flags{device="vethf69e7f9"} 4867 node_network_flags{device="vethf75dc54"} 4867 node_network_flags{device="vethf81b0bd"} 4867 node_network_flags{device="vethf85a560"} 4867 node_network_flags{device="vethfade540"} 4867 node_network_flags{device="vethfb0038a"} 4867 node_network_flags{device="vethfcfedc2"} 4867 node_network_flags{device="vethffee750"} 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="veth015707e"} 82662 node_network_iface_id{device="veth0172ebe"} 79825 node_network_iface_id{device="veth025d216"} 79846 node_network_iface_id{device="veth0651fcc"} 82498 node_network_iface_id{device="veth08c8cfd"} 218 node_network_iface_id{device="veth0904270"} 72879 node_network_iface_id{device="veth092222b"} 72874 node_network_iface_id{device="veth0d0efa0"} 72876 node_network_iface_id{device="veth0ec14e7"} 83159 node_network_iface_id{device="veth10a6ed7"} 82495 node_network_iface_id{device="veth13d80ba"} 83144 node_network_iface_id{device="veth148dedb"} 216 node_network_iface_id{device="veth15678e7"} 83317 node_network_iface_id{device="veth162e0b3"} 79839 node_network_iface_id{device="veth16b28c6"} 206 node_network_iface_id{device="veth183b835"} 82508 node_network_iface_id{device="veth18b1efd"} 4732 node_network_iface_id{device="veth19e1c2a"} 83158 node_network_iface_id{device="veth1e944cd"} 215 node_network_iface_id{device="veth203a9f1"} 82507 node_network_iface_id{device="veth24477b9"} 83134 node_network_iface_id{device="veth2772896"} 83341 node_network_iface_id{device="veth2937fc4"} 79836 node_network_iface_id{device="veth2f8f01d"} 209 node_network_iface_id{device="veth305ee9b"} 82506 node_network_iface_id{device="veth310668c"} 72877 node_network_iface_id{device="veth32da1d2"} 439 node_network_iface_id{device="veth346b882"} 79837 node_network_iface_id{device="veth35b693c"} 72883 node_network_iface_id{device="veth371795c"} 686 node_network_iface_id{device="veth371e641"} 204 node_network_iface_id{device="veth37c0d48"} 79843 node_network_iface_id{device="veth3908fc6"} 79847 node_network_iface_id{device="veth3ab75f9"} 79814 node_network_iface_id{device="veth3d25899"} 199 node_network_iface_id{device="veth40baabf"} 82620 node_network_iface_id{device="veth40e58e7"} 83145 node_network_iface_id{device="veth4173ec7"} 83094 node_network_iface_id{device="veth42c4d49"} 79855 node_network_iface_id{device="veth44350fc"} 83148 node_network_iface_id{device="veth4b32b94"} 72884 node_network_iface_id{device="veth4bdaff1"} 83154 node_network_iface_id{device="veth4c38a6d"} 213 node_network_iface_id{device="veth4d30a80"} 83141 node_network_iface_id{device="veth4f419a0"} 82656 node_network_iface_id{device="veth5558638"} 82497 node_network_iface_id{device="veth5686993"} 221 node_network_iface_id{device="veth5938775"} 72881 node_network_iface_id{device="veth5a1b55a"} 83152 node_network_iface_id{device="veth5b51a30"} 82503 node_network_iface_id{device="veth5bbf640"} 444 node_network_iface_id{device="veth5bceda3"} 83147 node_network_iface_id{device="veth5c39a0a"} 79841 node_network_iface_id{device="veth5e43bcb"} 72882 node_network_iface_id{device="veth601ec83"} 79856 node_network_iface_id{device="veth605be4d"} 217 node_network_iface_id{device="veth61980ca"} 83139 node_network_iface_id{device="veth658a7e3"} 79842 node_network_iface_id{device="veth673e18d"} 79815 node_network_iface_id{device="veth68bf5a7"} 195 node_network_iface_id{device="veth6963b13"} 205 node_network_iface_id{device="veth6a107ec"} 74039 node_network_iface_id{device="veth6a77c73"} 200 node_network_iface_id{device="veth6e3eeb7"} 74036 node_network_iface_id{device="veth7225b8f"} 82487 node_network_iface_id{device="veth740b1f4"} 1091 node_network_iface_id{device="veth763d7a5"} 82490 node_network_iface_id{device="veth777df4e"} 443 node_network_iface_id{device="veth8bf17cd"} 83150 node_network_iface_id{device="veth8f33cf5"} 83156 node_network_iface_id{device="veth90f3423"} 83155 node_network_iface_id{device="veth915ddc9"} 83142 node_network_iface_id{device="veth928414f"} 82501 node_network_iface_id{device="veth92bd8a4"} 82485 node_network_iface_id{device="veth9506749"} 83143 node_network_iface_id{device="veth968c752"} 79849 node_network_iface_id{device="veth9b70925"} 82486 node_network_iface_id{device="veth9ecd6a4"} 211 node_network_iface_id{device="vetha347c19"} 72880 node_network_iface_id{device="vethae46a3f"} 202 node_network_iface_id{device="vethb186636"} 83138 node_network_iface_id{device="vethb2d2e0f"} 196 node_network_iface_id{device="vethbe29bcf"} 82733 node_network_iface_id{device="vethc0ba087"} 219 node_network_iface_id{device="vethc9bef18"} 208 node_network_iface_id{device="vethccb9a95"} 82731 node_network_iface_id{device="vethd171ec4"} 83153 node_network_iface_id{device="vethd2205b5"} 197 node_network_iface_id{device="vethd436acc"} 82502 node_network_iface_id{device="vethd8a4feb"} 83161 node_network_iface_id{device="vethda876d3"} 83132 node_network_iface_id{device="vethdba15b2"} 72873 node_network_iface_id{device="vethe08a470"} 82484 node_network_iface_id{device="vethe230a69"} 82493 node_network_iface_id{device="vethe690fc2"} 72878 node_network_iface_id{device="vethe7d14fe"} 83163 node_network_iface_id{device="vethe865785"} 82491 node_network_iface_id{device="vethe8f3568"} 203 node_network_iface_id{device="vethf18e108"} 82505 node_network_iface_id{device="vethf21fb3b"} 437 node_network_iface_id{device="vethf3ef56a"} 82496 node_network_iface_id{device="vethf401c34"} 83157 node_network_iface_id{device="vethf69e7f9"} 79834 node_network_iface_id{device="vethf75dc54"} 212 node_network_iface_id{device="vethf81b0bd"} 83160 node_network_iface_id{device="vethf85a560"} 83136 node_network_iface_id{device="vethfade540"} 83316 node_network_iface_id{device="vethfb0038a"} 82499 node_network_iface_id{device="vethfcfedc2"} 83151 node_network_iface_id{device="vethffee750"} 79838 # 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="veth015707e"} 2 node_network_iface_link{device="veth0172ebe"} 113 node_network_iface_link{device="veth025d216"} 118 node_network_iface_link{device="veth0651fcc"} 2 node_network_iface_link{device="veth08c8cfd"} 3 node_network_iface_link{device="veth0904270"} 2 node_network_iface_link{device="veth092222b"} 2 node_network_iface_link{device="veth0d0efa0"} 2 node_network_iface_link{device="veth0ec14e7"} 2 node_network_iface_link{device="veth10a6ed7"} 2 node_network_iface_link{device="veth13d80ba"} 2 node_network_iface_link{device="veth148dedb"} 2 node_network_iface_link{device="veth15678e7"} 2 node_network_iface_link{device="veth162e0b3"} 114 node_network_iface_link{device="veth16b28c6"} 2 node_network_iface_link{device="veth183b835"} 2 node_network_iface_link{device="veth18b1efd"} 2 node_network_iface_link{device="veth19e1c2a"} 2 node_network_iface_link{device="veth1e944cd"} 3 node_network_iface_link{device="veth203a9f1"} 2 node_network_iface_link{device="veth24477b9"} 2 node_network_iface_link{device="veth2772896"} 2 node_network_iface_link{device="veth2937fc4"} 116 node_network_iface_link{device="veth2f8f01d"} 2 node_network_iface_link{device="veth305ee9b"} 3 node_network_iface_link{device="veth310668c"} 2 node_network_iface_link{device="veth32da1d2"} 2 node_network_iface_link{device="veth346b882"} 114 node_network_iface_link{device="veth35b693c"} 3 node_network_iface_link{device="veth371795c"} 3 node_network_iface_link{device="veth371e641"} 2 node_network_iface_link{device="veth37c0d48"} 117 node_network_iface_link{device="veth3908fc6"} 118 node_network_iface_link{device="veth3ab75f9"} 90 node_network_iface_link{device="veth3d25899"} 2 node_network_iface_link{device="veth40baabf"} 2 node_network_iface_link{device="veth40e58e7"} 2 node_network_iface_link{device="veth4173ec7"} 2 node_network_iface_link{device="veth42c4d49"} 79 node_network_iface_link{device="veth44350fc"} 2 node_network_iface_link{device="veth4b32b94"} 2 node_network_iface_link{device="veth4bdaff1"} 2 node_network_iface_link{device="veth4c38a6d"} 2 node_network_iface_link{device="veth4d30a80"} 2 node_network_iface_link{device="veth4f419a0"} 2 node_network_iface_link{device="veth5558638"} 2 node_network_iface_link{device="veth5686993"} 2 node_network_iface_link{device="veth5938775"} 3 node_network_iface_link{device="veth5a1b55a"} 2 node_network_iface_link{device="veth5b51a30"} 2 node_network_iface_link{device="veth5bbf640"} 3 node_network_iface_link{device="veth5bceda3"} 2 node_network_iface_link{device="veth5c39a0a"} 116 node_network_iface_link{device="veth5e43bcb"} 2 node_network_iface_link{device="veth601ec83"} 76 node_network_iface_link{device="veth605be4d"} 2 node_network_iface_link{device="veth61980ca"} 2 node_network_iface_link{device="veth658a7e3"} 102 node_network_iface_link{device="veth673e18d"} 58 node_network_iface_link{device="veth68bf5a7"} 2 node_network_iface_link{device="veth6963b13"} 2 node_network_iface_link{device="veth6a107ec"} 2 node_network_iface_link{device="veth6a77c73"} 2 node_network_iface_link{device="veth6e3eeb7"} 2 node_network_iface_link{device="veth7225b8f"} 2 node_network_iface_link{device="veth740b1f4"} 2 node_network_iface_link{device="veth763d7a5"} 2 node_network_iface_link{device="veth777df4e"} 2 node_network_iface_link{device="veth8bf17cd"} 2 node_network_iface_link{device="veth8f33cf5"} 2 node_network_iface_link{device="veth90f3423"} 3 node_network_iface_link{device="veth915ddc9"} 2 node_network_iface_link{device="veth928414f"} 2 node_network_iface_link{device="veth92bd8a4"} 2 node_network_iface_link{device="veth9506749"} 2 node_network_iface_link{device="veth968c752"} 116 node_network_iface_link{device="veth9b70925"} 2 node_network_iface_link{device="veth9ecd6a4"} 2 node_network_iface_link{device="vetha347c19"} 2 node_network_iface_link{device="vethae46a3f"} 2 node_network_iface_link{device="vethb186636"} 2 node_network_iface_link{device="vethb2d2e0f"} 2 node_network_iface_link{device="vethbe29bcf"} 2 node_network_iface_link{device="vethc0ba087"} 2 node_network_iface_link{device="vethc9bef18"} 2 node_network_iface_link{device="vethccb9a95"} 2 node_network_iface_link{device="vethd171ec4"} 2 node_network_iface_link{device="vethd2205b5"} 2 node_network_iface_link{device="vethd436acc"} 2 node_network_iface_link{device="vethd8a4feb"} 3 node_network_iface_link{device="vethda876d3"} 2 node_network_iface_link{device="vethdba15b2"} 2 node_network_iface_link{device="vethe08a470"} 2 node_network_iface_link{device="vethe230a69"} 2 node_network_iface_link{device="vethe690fc2"} 2 node_network_iface_link{device="vethe7d14fe"} 2 node_network_iface_link{device="vethe865785"} 2 node_network_iface_link{device="vethe8f3568"} 2 node_network_iface_link{device="vethf18e108"} 2 node_network_iface_link{device="vethf21fb3b"} 2 node_network_iface_link{device="vethf3ef56a"} 2 node_network_iface_link{device="vethf401c34"} 2 node_network_iface_link{device="vethf69e7f9"} 116 node_network_iface_link{device="vethf75dc54"} 2 node_network_iface_link{device="vethf81b0bd"} 2 node_network_iface_link{device="vethf85a560"} 2 node_network_iface_link{device="vethfade540"} 2 node_network_iface_link{device="vethfb0038a"} 2 node_network_iface_link{device="vethfcfedc2"} 2 node_network_iface_link{device="vethffee750"} 117 # 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="veth015707e"} 0 node_network_iface_link_mode{device="veth0172ebe"} 0 node_network_iface_link_mode{device="veth025d216"} 0 node_network_iface_link_mode{device="veth0651fcc"} 0 node_network_iface_link_mode{device="veth08c8cfd"} 0 node_network_iface_link_mode{device="veth0904270"} 0 node_network_iface_link_mode{device="veth092222b"} 0 node_network_iface_link_mode{device="veth0d0efa0"} 0 node_network_iface_link_mode{device="veth0ec14e7"} 0 node_network_iface_link_mode{device="veth10a6ed7"} 0 node_network_iface_link_mode{device="veth13d80ba"} 0 node_network_iface_link_mode{device="veth148dedb"} 0 node_network_iface_link_mode{device="veth15678e7"} 0 node_network_iface_link_mode{device="veth162e0b3"} 0 node_network_iface_link_mode{device="veth16b28c6"} 0 node_network_iface_link_mode{device="veth183b835"} 0 node_network_iface_link_mode{device="veth18b1efd"} 0 node_network_iface_link_mode{device="veth19e1c2a"} 0 node_network_iface_link_mode{device="veth1e944cd"} 0 node_network_iface_link_mode{device="veth203a9f1"} 0 node_network_iface_link_mode{device="veth24477b9"} 0 node_network_iface_link_mode{device="veth2772896"} 0 node_network_iface_link_mode{device="veth2937fc4"} 0 node_network_iface_link_mode{device="veth2f8f01d"} 0 node_network_iface_link_mode{device="veth305ee9b"} 0 node_network_iface_link_mode{device="veth310668c"} 0 node_network_iface_link_mode{device="veth32da1d2"} 0 node_network_iface_link_mode{device="veth346b882"} 0 node_network_iface_link_mode{device="veth35b693c"} 0 node_network_iface_link_mode{device="veth371795c"} 0 node_network_iface_link_mode{device="veth371e641"} 0 node_network_iface_link_mode{device="veth37c0d48"} 0 node_network_iface_link_mode{device="veth3908fc6"} 0 node_network_iface_link_mode{device="veth3ab75f9"} 0 node_network_iface_link_mode{device="veth3d25899"} 0 node_network_iface_link_mode{device="veth40baabf"} 0 node_network_iface_link_mode{device="veth40e58e7"} 0 node_network_iface_link_mode{device="veth4173ec7"} 0 node_network_iface_link_mode{device="veth42c4d49"} 0 node_network_iface_link_mode{device="veth44350fc"} 0 node_network_iface_link_mode{device="veth4b32b94"} 0 node_network_iface_link_mode{device="veth4bdaff1"} 0 node_network_iface_link_mode{device="veth4c38a6d"} 0 node_network_iface_link_mode{device="veth4d30a80"} 0 node_network_iface_link_mode{device="veth4f419a0"} 0 node_network_iface_link_mode{device="veth5558638"} 0 node_network_iface_link_mode{device="veth5686993"} 0 node_network_iface_link_mode{device="veth5938775"} 0 node_network_iface_link_mode{device="veth5a1b55a"} 0 node_network_iface_link_mode{device="veth5b51a30"} 0 node_network_iface_link_mode{device="veth5bbf640"} 0 node_network_iface_link_mode{device="veth5bceda3"} 0 node_network_iface_link_mode{device="veth5c39a0a"} 0 node_network_iface_link_mode{device="veth5e43bcb"} 0 node_network_iface_link_mode{device="veth601ec83"} 0 node_network_iface_link_mode{device="veth605be4d"} 0 node_network_iface_link_mode{device="veth61980ca"} 0 node_network_iface_link_mode{device="veth658a7e3"} 0 node_network_iface_link_mode{device="veth673e18d"} 0 node_network_iface_link_mode{device="veth68bf5a7"} 0 node_network_iface_link_mode{device="veth6963b13"} 0 node_network_iface_link_mode{device="veth6a107ec"} 0 node_network_iface_link_mode{device="veth6a77c73"} 0 node_network_iface_link_mode{device="veth6e3eeb7"} 0 node_network_iface_link_mode{device="veth7225b8f"} 0 node_network_iface_link_mode{device="veth740b1f4"} 0 node_network_iface_link_mode{device="veth763d7a5"} 0 node_network_iface_link_mode{device="veth777df4e"} 0 node_network_iface_link_mode{device="veth8bf17cd"} 0 node_network_iface_link_mode{device="veth8f33cf5"} 0 node_network_iface_link_mode{device="veth90f3423"} 0 node_network_iface_link_mode{device="veth915ddc9"} 0 node_network_iface_link_mode{device="veth928414f"} 0 node_network_iface_link_mode{device="veth92bd8a4"} 0 node_network_iface_link_mode{device="veth9506749"} 0 node_network_iface_link_mode{device="veth968c752"} 0 node_network_iface_link_mode{device="veth9b70925"} 0 node_network_iface_link_mode{device="veth9ecd6a4"} 0 node_network_iface_link_mode{device="vetha347c19"} 0 node_network_iface_link_mode{device="vethae46a3f"} 0 node_network_iface_link_mode{device="vethb186636"} 0 node_network_iface_link_mode{device="vethb2d2e0f"} 0 node_network_iface_link_mode{device="vethbe29bcf"} 0 node_network_iface_link_mode{device="vethc0ba087"} 0 node_network_iface_link_mode{device="vethc9bef18"} 0 node_network_iface_link_mode{device="vethccb9a95"} 0 node_network_iface_link_mode{device="vethd171ec4"} 0 node_network_iface_link_mode{device="vethd2205b5"} 0 node_network_iface_link_mode{device="vethd436acc"} 0 node_network_iface_link_mode{device="vethd8a4feb"} 0 node_network_iface_link_mode{device="vethda876d3"} 0 node_network_iface_link_mode{device="vethdba15b2"} 0 node_network_iface_link_mode{device="vethe08a470"} 0 node_network_iface_link_mode{device="vethe230a69"} 0 node_network_iface_link_mode{device="vethe690fc2"} 0 node_network_iface_link_mode{device="vethe7d14fe"} 0 node_network_iface_link_mode{device="vethe865785"} 0 node_network_iface_link_mode{device="vethe8f3568"} 0 node_network_iface_link_mode{device="vethf18e108"} 0 node_network_iface_link_mode{device="vethf21fb3b"} 0 node_network_iface_link_mode{device="vethf3ef56a"} 0 node_network_iface_link_mode{device="vethf401c34"} 0 node_network_iface_link_mode{device="vethf69e7f9"} 0 node_network_iface_link_mode{device="vethf75dc54"} 0 node_network_iface_link_mode{device="vethf81b0bd"} 0 node_network_iface_link_mode{device="vethf85a560"} 0 node_network_iface_link_mode{device="vethfade540"} 0 node_network_iface_link_mode{device="vethfb0038a"} 0 node_network_iface_link_mode{device="vethfcfedc2"} 0 node_network_iface_link_mode{device="vethffee750"} 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:5d:53:6c:16:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8f3568",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:76:80:97:2f:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7d14fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:03:56:55:f9:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth928414f",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="12:18:48:ca:c0:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c38a6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:6c:b1:54:1a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth183b835",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:79:9e:ed:e5:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2d2e0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:89:29:4b:58:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37c0d48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b9:27:cd:cf:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2205b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:3e:83:e7:07:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth605be4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:d6:48:38:92:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9bef18",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="26:11:06:a8:23:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth763d7a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:6e:9d:c8:62:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ec14e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c9:72:c6:99:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth92bd8a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:de:f7:25:c3:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0651fcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:5c:56:d3:a9:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2772896",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:94:ce:ae:1c:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ecd6a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:e0:f1:63:ff:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth015707e",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:c6:c1:32:46:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68bf5a7",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="2e:de:7f:b9:d8:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4173ec7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:e5:5a:a8:12:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40baabf",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="3e:4a:fe:23:be:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e944cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:8d:36:2a:96:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5686993",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:74:f9:24:9c:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth371e641",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:99:99:00:29:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth18b1efd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:26:90:ac:3a:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth346b882",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:aa:e1:a1:cd:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth148dedb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:f2:cb:72:43:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe29bcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:73:f1:ca:03:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe865785",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:f5:fd:eb:02:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth310668c",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: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:d2:61:b0:27:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0172ebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:08:1c:6a:c6:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15678e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:0c:1d:d8:e3:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth658a7e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:15:4d:81:3c:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffee750",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="62:d0:7d:23:2f:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2937fc4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:1c:6e:3a:84:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae46a3f",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="72:e3:73:44:eb:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab75f9",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:30:61:2f:35:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a77c73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:14:e5:fa:3a:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcfedc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:35:0f:dd:81:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd171ec4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:66:93:e1:92:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19e1c2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:81:c1:3d:42:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe230a69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8d:8d:a8:b1:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb186636",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:53:b6:c8:a9:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3908fc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:87:8b:1b:07:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth305ee9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:58:70:14:73:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3ef56a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:77:47:8d:db:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42c4d49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:e6:45:fc:92:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d25899",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:65:21:82:81:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e3eeb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:9f:15:0d:fc:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth203a9f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:1c:5e:d6:07:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d30a80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:43:2a:e4:c9:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth025d216",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:b5:7a:e9:ba:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0904270",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d7:09:83:61:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08c8cfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:fe:bd:d1:34:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8a4feb",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="9e:1c:12:92:07:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf69e7f9",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:f6:df:14:41:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c39a0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:27:23:b3:5d:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5558638",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: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="a6:dd:37:dd:bd:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe08a470",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:ef:c8:20:06:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth371795c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:f1:08:27:c3:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10a6ed7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:b2:ee:6c:59:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16b28c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:0f:ed:66:fa:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth092222b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:cd:03:d0:52:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdba15b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:ea:65:0c:35:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a107ec",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:71:d6:47:88:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth968c752",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:7c:5d:97:37:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd436acc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:f2:cd:c9:fd:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf75dc54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:5e:77:06:3f:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth162e0b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:80:99:a0:e9:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6963b13",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="c2:b3:c5:2e:d9:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24477b9",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="ce:04:09:e1:11:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f33cf5",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:b1:81:8b:5a:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b70925",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:ba:b8:9a:09:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth601ec83",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: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:e8:7f:98:0a:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f419a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:89:27:50:e0:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb0038a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:02:48:65:69:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf81b0bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:df:ac:9e:17:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40e58e7",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:80:70:f5:ca:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfade540",duplex="full",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="ee:69:0b:35:65:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f8f01d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:e4:19:a3:4a:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccb9a95",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="f6:59:ba:d4:2d:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0ba087",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:b2:9d:01:c2:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf18e108",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:1d:6a:00:66:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7225b8f",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="fa:b9:d3:a3:b0:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b51a30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:04:14:5e:f7:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda876d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:7a:e3:fd:44:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth673e18d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:d4:5a:3f:04:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth740b1f4",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="veth015707e"} 1500 node_network_mtu_bytes{device="veth0172ebe"} 1500 node_network_mtu_bytes{device="veth025d216"} 1500 node_network_mtu_bytes{device="veth0651fcc"} 1500 node_network_mtu_bytes{device="veth08c8cfd"} 1500 node_network_mtu_bytes{device="veth0904270"} 1500 node_network_mtu_bytes{device="veth092222b"} 1500 node_network_mtu_bytes{device="veth0d0efa0"} 1500 node_network_mtu_bytes{device="veth0ec14e7"} 1500 node_network_mtu_bytes{device="veth10a6ed7"} 1500 node_network_mtu_bytes{device="veth13d80ba"} 1500 node_network_mtu_bytes{device="veth148dedb"} 1500 node_network_mtu_bytes{device="veth15678e7"} 1500 node_network_mtu_bytes{device="veth162e0b3"} 1500 node_network_mtu_bytes{device="veth16b28c6"} 1500 node_network_mtu_bytes{device="veth183b835"} 1500 node_network_mtu_bytes{device="veth18b1efd"} 1500 node_network_mtu_bytes{device="veth19e1c2a"} 1500 node_network_mtu_bytes{device="veth1e944cd"} 1500 node_network_mtu_bytes{device="veth203a9f1"} 1500 node_network_mtu_bytes{device="veth24477b9"} 1500 node_network_mtu_bytes{device="veth2772896"} 1500 node_network_mtu_bytes{device="veth2937fc4"} 1500 node_network_mtu_bytes{device="veth2f8f01d"} 1500 node_network_mtu_bytes{device="veth305ee9b"} 1500 node_network_mtu_bytes{device="veth310668c"} 1500 node_network_mtu_bytes{device="veth32da1d2"} 1500 node_network_mtu_bytes{device="veth346b882"} 1500 node_network_mtu_bytes{device="veth35b693c"} 1500 node_network_mtu_bytes{device="veth371795c"} 1500 node_network_mtu_bytes{device="veth371e641"} 1500 node_network_mtu_bytes{device="veth37c0d48"} 1500 node_network_mtu_bytes{device="veth3908fc6"} 1500 node_network_mtu_bytes{device="veth3ab75f9"} 1500 node_network_mtu_bytes{device="veth3d25899"} 1500 node_network_mtu_bytes{device="veth40baabf"} 1500 node_network_mtu_bytes{device="veth40e58e7"} 1500 node_network_mtu_bytes{device="veth4173ec7"} 1500 node_network_mtu_bytes{device="veth42c4d49"} 1500 node_network_mtu_bytes{device="veth44350fc"} 1500 node_network_mtu_bytes{device="veth4b32b94"} 1500 node_network_mtu_bytes{device="veth4bdaff1"} 1500 node_network_mtu_bytes{device="veth4c38a6d"} 1500 node_network_mtu_bytes{device="veth4d30a80"} 1500 node_network_mtu_bytes{device="veth4f419a0"} 1500 node_network_mtu_bytes{device="veth5558638"} 1500 node_network_mtu_bytes{device="veth5686993"} 1500 node_network_mtu_bytes{device="veth5938775"} 1500 node_network_mtu_bytes{device="veth5a1b55a"} 1500 node_network_mtu_bytes{device="veth5b51a30"} 1500 node_network_mtu_bytes{device="veth5bbf640"} 1500 node_network_mtu_bytes{device="veth5bceda3"} 1500 node_network_mtu_bytes{device="veth5c39a0a"} 1500 node_network_mtu_bytes{device="veth5e43bcb"} 1500 node_network_mtu_bytes{device="veth601ec83"} 1500 node_network_mtu_bytes{device="veth605be4d"} 1500 node_network_mtu_bytes{device="veth61980ca"} 1500 node_network_mtu_bytes{device="veth658a7e3"} 1500 node_network_mtu_bytes{device="veth673e18d"} 1500 node_network_mtu_bytes{device="veth68bf5a7"} 1500 node_network_mtu_bytes{device="veth6963b13"} 1500 node_network_mtu_bytes{device="veth6a107ec"} 1500 node_network_mtu_bytes{device="veth6a77c73"} 1500 node_network_mtu_bytes{device="veth6e3eeb7"} 1500 node_network_mtu_bytes{device="veth7225b8f"} 1500 node_network_mtu_bytes{device="veth740b1f4"} 1500 node_network_mtu_bytes{device="veth763d7a5"} 1500 node_network_mtu_bytes{device="veth777df4e"} 1500 node_network_mtu_bytes{device="veth8bf17cd"} 1500 node_network_mtu_bytes{device="veth8f33cf5"} 1500 node_network_mtu_bytes{device="veth90f3423"} 1500 node_network_mtu_bytes{device="veth915ddc9"} 1500 node_network_mtu_bytes{device="veth928414f"} 1500 node_network_mtu_bytes{device="veth92bd8a4"} 1500 node_network_mtu_bytes{device="veth9506749"} 1500 node_network_mtu_bytes{device="veth968c752"} 1500 node_network_mtu_bytes{device="veth9b70925"} 1500 node_network_mtu_bytes{device="veth9ecd6a4"} 1500 node_network_mtu_bytes{device="vetha347c19"} 1500 node_network_mtu_bytes{device="vethae46a3f"} 1500 node_network_mtu_bytes{device="vethb186636"} 1500 node_network_mtu_bytes{device="vethb2d2e0f"} 1500 node_network_mtu_bytes{device="vethbe29bcf"} 1500 node_network_mtu_bytes{device="vethc0ba087"} 1500 node_network_mtu_bytes{device="vethc9bef18"} 1500 node_network_mtu_bytes{device="vethccb9a95"} 1500 node_network_mtu_bytes{device="vethd171ec4"} 1500 node_network_mtu_bytes{device="vethd2205b5"} 1500 node_network_mtu_bytes{device="vethd436acc"} 1500 node_network_mtu_bytes{device="vethd8a4feb"} 1500 node_network_mtu_bytes{device="vethda876d3"} 1500 node_network_mtu_bytes{device="vethdba15b2"} 1500 node_network_mtu_bytes{device="vethe08a470"} 1500 node_network_mtu_bytes{device="vethe230a69"} 1500 node_network_mtu_bytes{device="vethe690fc2"} 1500 node_network_mtu_bytes{device="vethe7d14fe"} 1500 node_network_mtu_bytes{device="vethe865785"} 1500 node_network_mtu_bytes{device="vethe8f3568"} 1500 node_network_mtu_bytes{device="vethf18e108"} 1500 node_network_mtu_bytes{device="vethf21fb3b"} 1500 node_network_mtu_bytes{device="vethf3ef56a"} 1500 node_network_mtu_bytes{device="vethf401c34"} 1500 node_network_mtu_bytes{device="vethf69e7f9"} 1500 node_network_mtu_bytes{device="vethf75dc54"} 1500 node_network_mtu_bytes{device="vethf81b0bd"} 1500 node_network_mtu_bytes{device="vethf85a560"} 1500 node_network_mtu_bytes{device="vethfade540"} 1500 node_network_mtu_bytes{device="vethfb0038a"} 1500 node_network_mtu_bytes{device="vethfcfedc2"} 1500 node_network_mtu_bytes{device="vethffee750"} 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="veth015707e"} 3 node_network_name_assign_type{device="veth0172ebe"} 3 node_network_name_assign_type{device="veth025d216"} 3 node_network_name_assign_type{device="veth0651fcc"} 3 node_network_name_assign_type{device="veth08c8cfd"} 3 node_network_name_assign_type{device="veth0904270"} 3 node_network_name_assign_type{device="veth092222b"} 3 node_network_name_assign_type{device="veth0d0efa0"} 3 node_network_name_assign_type{device="veth0ec14e7"} 3 node_network_name_assign_type{device="veth10a6ed7"} 3 node_network_name_assign_type{device="veth13d80ba"} 3 node_network_name_assign_type{device="veth148dedb"} 3 node_network_name_assign_type{device="veth15678e7"} 3 node_network_name_assign_type{device="veth162e0b3"} 3 node_network_name_assign_type{device="veth16b28c6"} 3 node_network_name_assign_type{device="veth183b835"} 3 node_network_name_assign_type{device="veth18b1efd"} 3 node_network_name_assign_type{device="veth19e1c2a"} 3 node_network_name_assign_type{device="veth1e944cd"} 3 node_network_name_assign_type{device="veth203a9f1"} 3 node_network_name_assign_type{device="veth24477b9"} 3 node_network_name_assign_type{device="veth2772896"} 3 node_network_name_assign_type{device="veth2937fc4"} 3 node_network_name_assign_type{device="veth2f8f01d"} 3 node_network_name_assign_type{device="veth305ee9b"} 3 node_network_name_assign_type{device="veth310668c"} 3 node_network_name_assign_type{device="veth32da1d2"} 3 node_network_name_assign_type{device="veth346b882"} 3 node_network_name_assign_type{device="veth35b693c"} 3 node_network_name_assign_type{device="veth371795c"} 3 node_network_name_assign_type{device="veth371e641"} 3 node_network_name_assign_type{device="veth37c0d48"} 3 node_network_name_assign_type{device="veth3908fc6"} 3 node_network_name_assign_type{device="veth3ab75f9"} 3 node_network_name_assign_type{device="veth3d25899"} 3 node_network_name_assign_type{device="veth40baabf"} 3 node_network_name_assign_type{device="veth40e58e7"} 3 node_network_name_assign_type{device="veth4173ec7"} 3 node_network_name_assign_type{device="veth42c4d49"} 3 node_network_name_assign_type{device="veth44350fc"} 3 node_network_name_assign_type{device="veth4b32b94"} 3 node_network_name_assign_type{device="veth4bdaff1"} 3 node_network_name_assign_type{device="veth4c38a6d"} 3 node_network_name_assign_type{device="veth4d30a80"} 3 node_network_name_assign_type{device="veth4f419a0"} 3 node_network_name_assign_type{device="veth5558638"} 3 node_network_name_assign_type{device="veth5686993"} 3 node_network_name_assign_type{device="veth5938775"} 3 node_network_name_assign_type{device="veth5a1b55a"} 3 node_network_name_assign_type{device="veth5b51a30"} 3 node_network_name_assign_type{device="veth5bbf640"} 3 node_network_name_assign_type{device="veth5bceda3"} 3 node_network_name_assign_type{device="veth5c39a0a"} 3 node_network_name_assign_type{device="veth5e43bcb"} 3 node_network_name_assign_type{device="veth601ec83"} 3 node_network_name_assign_type{device="veth605be4d"} 3 node_network_name_assign_type{device="veth61980ca"} 3 node_network_name_assign_type{device="veth658a7e3"} 3 node_network_name_assign_type{device="veth673e18d"} 3 node_network_name_assign_type{device="veth68bf5a7"} 3 node_network_name_assign_type{device="veth6963b13"} 3 node_network_name_assign_type{device="veth6a107ec"} 3 node_network_name_assign_type{device="veth6a77c73"} 3 node_network_name_assign_type{device="veth6e3eeb7"} 3 node_network_name_assign_type{device="veth7225b8f"} 3 node_network_name_assign_type{device="veth740b1f4"} 3 node_network_name_assign_type{device="veth763d7a5"} 3 node_network_name_assign_type{device="veth777df4e"} 3 node_network_name_assign_type{device="veth8bf17cd"} 3 node_network_name_assign_type{device="veth8f33cf5"} 3 node_network_name_assign_type{device="veth90f3423"} 3 node_network_name_assign_type{device="veth915ddc9"} 3 node_network_name_assign_type{device="veth928414f"} 3 node_network_name_assign_type{device="veth92bd8a4"} 3 node_network_name_assign_type{device="veth9506749"} 3 node_network_name_assign_type{device="veth968c752"} 3 node_network_name_assign_type{device="veth9b70925"} 3 node_network_name_assign_type{device="veth9ecd6a4"} 3 node_network_name_assign_type{device="vetha347c19"} 3 node_network_name_assign_type{device="vethae46a3f"} 3 node_network_name_assign_type{device="vethb186636"} 3 node_network_name_assign_type{device="vethb2d2e0f"} 3 node_network_name_assign_type{device="vethbe29bcf"} 3 node_network_name_assign_type{device="vethc0ba087"} 3 node_network_name_assign_type{device="vethc9bef18"} 3 node_network_name_assign_type{device="vethccb9a95"} 3 node_network_name_assign_type{device="vethd171ec4"} 3 node_network_name_assign_type{device="vethd2205b5"} 3 node_network_name_assign_type{device="vethd436acc"} 3 node_network_name_assign_type{device="vethd8a4feb"} 3 node_network_name_assign_type{device="vethda876d3"} 3 node_network_name_assign_type{device="vethdba15b2"} 3 node_network_name_assign_type{device="vethe08a470"} 3 node_network_name_assign_type{device="vethe230a69"} 3 node_network_name_assign_type{device="vethe690fc2"} 3 node_network_name_assign_type{device="vethe7d14fe"} 3 node_network_name_assign_type{device="vethe865785"} 3 node_network_name_assign_type{device="vethe8f3568"} 3 node_network_name_assign_type{device="vethf18e108"} 3 node_network_name_assign_type{device="vethf21fb3b"} 3 node_network_name_assign_type{device="vethf3ef56a"} 3 node_network_name_assign_type{device="vethf401c34"} 3 node_network_name_assign_type{device="vethf69e7f9"} 3 node_network_name_assign_type{device="vethf75dc54"} 3 node_network_name_assign_type{device="vethf81b0bd"} 3 node_network_name_assign_type{device="vethf85a560"} 3 node_network_name_assign_type{device="vethfade540"} 3 node_network_name_assign_type{device="vethfb0038a"} 3 node_network_name_assign_type{device="vethfcfedc2"} 3 node_network_name_assign_type{device="vethffee750"} 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="veth015707e"} 0 node_network_net_dev_group{device="veth0172ebe"} 0 node_network_net_dev_group{device="veth025d216"} 0 node_network_net_dev_group{device="veth0651fcc"} 0 node_network_net_dev_group{device="veth08c8cfd"} 0 node_network_net_dev_group{device="veth0904270"} 0 node_network_net_dev_group{device="veth092222b"} 0 node_network_net_dev_group{device="veth0d0efa0"} 0 node_network_net_dev_group{device="veth0ec14e7"} 0 node_network_net_dev_group{device="veth10a6ed7"} 0 node_network_net_dev_group{device="veth13d80ba"} 0 node_network_net_dev_group{device="veth148dedb"} 0 node_network_net_dev_group{device="veth15678e7"} 0 node_network_net_dev_group{device="veth162e0b3"} 0 node_network_net_dev_group{device="veth16b28c6"} 0 node_network_net_dev_group{device="veth183b835"} 0 node_network_net_dev_group{device="veth18b1efd"} 0 node_network_net_dev_group{device="veth19e1c2a"} 0 node_network_net_dev_group{device="veth1e944cd"} 0 node_network_net_dev_group{device="veth203a9f1"} 0 node_network_net_dev_group{device="veth24477b9"} 0 node_network_net_dev_group{device="veth2772896"} 0 node_network_net_dev_group{device="veth2937fc4"} 0 node_network_net_dev_group{device="veth2f8f01d"} 0 node_network_net_dev_group{device="veth305ee9b"} 0 node_network_net_dev_group{device="veth310668c"} 0 node_network_net_dev_group{device="veth32da1d2"} 0 node_network_net_dev_group{device="veth346b882"} 0 node_network_net_dev_group{device="veth35b693c"} 0 node_network_net_dev_group{device="veth371795c"} 0 node_network_net_dev_group{device="veth371e641"} 0 node_network_net_dev_group{device="veth37c0d48"} 0 node_network_net_dev_group{device="veth3908fc6"} 0 node_network_net_dev_group{device="veth3ab75f9"} 0 node_network_net_dev_group{device="veth3d25899"} 0 node_network_net_dev_group{device="veth40baabf"} 0 node_network_net_dev_group{device="veth40e58e7"} 0 node_network_net_dev_group{device="veth4173ec7"} 0 node_network_net_dev_group{device="veth42c4d49"} 0 node_network_net_dev_group{device="veth44350fc"} 0 node_network_net_dev_group{device="veth4b32b94"} 0 node_network_net_dev_group{device="veth4bdaff1"} 0 node_network_net_dev_group{device="veth4c38a6d"} 0 node_network_net_dev_group{device="veth4d30a80"} 0 node_network_net_dev_group{device="veth4f419a0"} 0 node_network_net_dev_group{device="veth5558638"} 0 node_network_net_dev_group{device="veth5686993"} 0 node_network_net_dev_group{device="veth5938775"} 0 node_network_net_dev_group{device="veth5a1b55a"} 0 node_network_net_dev_group{device="veth5b51a30"} 0 node_network_net_dev_group{device="veth5bbf640"} 0 node_network_net_dev_group{device="veth5bceda3"} 0 node_network_net_dev_group{device="veth5c39a0a"} 0 node_network_net_dev_group{device="veth5e43bcb"} 0 node_network_net_dev_group{device="veth601ec83"} 0 node_network_net_dev_group{device="veth605be4d"} 0 node_network_net_dev_group{device="veth61980ca"} 0 node_network_net_dev_group{device="veth658a7e3"} 0 node_network_net_dev_group{device="veth673e18d"} 0 node_network_net_dev_group{device="veth68bf5a7"} 0 node_network_net_dev_group{device="veth6963b13"} 0 node_network_net_dev_group{device="veth6a107ec"} 0 node_network_net_dev_group{device="veth6a77c73"} 0 node_network_net_dev_group{device="veth6e3eeb7"} 0 node_network_net_dev_group{device="veth7225b8f"} 0 node_network_net_dev_group{device="veth740b1f4"} 0 node_network_net_dev_group{device="veth763d7a5"} 0 node_network_net_dev_group{device="veth777df4e"} 0 node_network_net_dev_group{device="veth8bf17cd"} 0 node_network_net_dev_group{device="veth8f33cf5"} 0 node_network_net_dev_group{device="veth90f3423"} 0 node_network_net_dev_group{device="veth915ddc9"} 0 node_network_net_dev_group{device="veth928414f"} 0 node_network_net_dev_group{device="veth92bd8a4"} 0 node_network_net_dev_group{device="veth9506749"} 0 node_network_net_dev_group{device="veth968c752"} 0 node_network_net_dev_group{device="veth9b70925"} 0 node_network_net_dev_group{device="veth9ecd6a4"} 0 node_network_net_dev_group{device="vetha347c19"} 0 node_network_net_dev_group{device="vethae46a3f"} 0 node_network_net_dev_group{device="vethb186636"} 0 node_network_net_dev_group{device="vethb2d2e0f"} 0 node_network_net_dev_group{device="vethbe29bcf"} 0 node_network_net_dev_group{device="vethc0ba087"} 0 node_network_net_dev_group{device="vethc9bef18"} 0 node_network_net_dev_group{device="vethccb9a95"} 0 node_network_net_dev_group{device="vethd171ec4"} 0 node_network_net_dev_group{device="vethd2205b5"} 0 node_network_net_dev_group{device="vethd436acc"} 0 node_network_net_dev_group{device="vethd8a4feb"} 0 node_network_net_dev_group{device="vethda876d3"} 0 node_network_net_dev_group{device="vethdba15b2"} 0 node_network_net_dev_group{device="vethe08a470"} 0 node_network_net_dev_group{device="vethe230a69"} 0 node_network_net_dev_group{device="vethe690fc2"} 0 node_network_net_dev_group{device="vethe7d14fe"} 0 node_network_net_dev_group{device="vethe865785"} 0 node_network_net_dev_group{device="vethe8f3568"} 0 node_network_net_dev_group{device="vethf18e108"} 0 node_network_net_dev_group{device="vethf21fb3b"} 0 node_network_net_dev_group{device="vethf3ef56a"} 0 node_network_net_dev_group{device="vethf401c34"} 0 node_network_net_dev_group{device="vethf69e7f9"} 0 node_network_net_dev_group{device="vethf75dc54"} 0 node_network_net_dev_group{device="vethf81b0bd"} 0 node_network_net_dev_group{device="vethf85a560"} 0 node_network_net_dev_group{device="vethfade540"} 0 node_network_net_dev_group{device="vethfb0038a"} 0 node_network_net_dev_group{device="vethfcfedc2"} 0 node_network_net_dev_group{device="vethffee750"} 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="veth015707e"} 1 node_network_protocol_type{device="veth0172ebe"} 1 node_network_protocol_type{device="veth025d216"} 1 node_network_protocol_type{device="veth0651fcc"} 1 node_network_protocol_type{device="veth08c8cfd"} 1 node_network_protocol_type{device="veth0904270"} 1 node_network_protocol_type{device="veth092222b"} 1 node_network_protocol_type{device="veth0d0efa0"} 1 node_network_protocol_type{device="veth0ec14e7"} 1 node_network_protocol_type{device="veth10a6ed7"} 1 node_network_protocol_type{device="veth13d80ba"} 1 node_network_protocol_type{device="veth148dedb"} 1 node_network_protocol_type{device="veth15678e7"} 1 node_network_protocol_type{device="veth162e0b3"} 1 node_network_protocol_type{device="veth16b28c6"} 1 node_network_protocol_type{device="veth183b835"} 1 node_network_protocol_type{device="veth18b1efd"} 1 node_network_protocol_type{device="veth19e1c2a"} 1 node_network_protocol_type{device="veth1e944cd"} 1 node_network_protocol_type{device="veth203a9f1"} 1 node_network_protocol_type{device="veth24477b9"} 1 node_network_protocol_type{device="veth2772896"} 1 node_network_protocol_type{device="veth2937fc4"} 1 node_network_protocol_type{device="veth2f8f01d"} 1 node_network_protocol_type{device="veth305ee9b"} 1 node_network_protocol_type{device="veth310668c"} 1 node_network_protocol_type{device="veth32da1d2"} 1 node_network_protocol_type{device="veth346b882"} 1 node_network_protocol_type{device="veth35b693c"} 1 node_network_protocol_type{device="veth371795c"} 1 node_network_protocol_type{device="veth371e641"} 1 node_network_protocol_type{device="veth37c0d48"} 1 node_network_protocol_type{device="veth3908fc6"} 1 node_network_protocol_type{device="veth3ab75f9"} 1 node_network_protocol_type{device="veth3d25899"} 1 node_network_protocol_type{device="veth40baabf"} 1 node_network_protocol_type{device="veth40e58e7"} 1 node_network_protocol_type{device="veth4173ec7"} 1 node_network_protocol_type{device="veth42c4d49"} 1 node_network_protocol_type{device="veth44350fc"} 1 node_network_protocol_type{device="veth4b32b94"} 1 node_network_protocol_type{device="veth4bdaff1"} 1 node_network_protocol_type{device="veth4c38a6d"} 1 node_network_protocol_type{device="veth4d30a80"} 1 node_network_protocol_type{device="veth4f419a0"} 1 node_network_protocol_type{device="veth5558638"} 1 node_network_protocol_type{device="veth5686993"} 1 node_network_protocol_type{device="veth5938775"} 1 node_network_protocol_type{device="veth5a1b55a"} 1 node_network_protocol_type{device="veth5b51a30"} 1 node_network_protocol_type{device="veth5bbf640"} 1 node_network_protocol_type{device="veth5bceda3"} 1 node_network_protocol_type{device="veth5c39a0a"} 1 node_network_protocol_type{device="veth5e43bcb"} 1 node_network_protocol_type{device="veth601ec83"} 1 node_network_protocol_type{device="veth605be4d"} 1 node_network_protocol_type{device="veth61980ca"} 1 node_network_protocol_type{device="veth658a7e3"} 1 node_network_protocol_type{device="veth673e18d"} 1 node_network_protocol_type{device="veth68bf5a7"} 1 node_network_protocol_type{device="veth6963b13"} 1 node_network_protocol_type{device="veth6a107ec"} 1 node_network_protocol_type{device="veth6a77c73"} 1 node_network_protocol_type{device="veth6e3eeb7"} 1 node_network_protocol_type{device="veth7225b8f"} 1 node_network_protocol_type{device="veth740b1f4"} 1 node_network_protocol_type{device="veth763d7a5"} 1 node_network_protocol_type{device="veth777df4e"} 1 node_network_protocol_type{device="veth8bf17cd"} 1 node_network_protocol_type{device="veth8f33cf5"} 1 node_network_protocol_type{device="veth90f3423"} 1 node_network_protocol_type{device="veth915ddc9"} 1 node_network_protocol_type{device="veth928414f"} 1 node_network_protocol_type{device="veth92bd8a4"} 1 node_network_protocol_type{device="veth9506749"} 1 node_network_protocol_type{device="veth968c752"} 1 node_network_protocol_type{device="veth9b70925"} 1 node_network_protocol_type{device="veth9ecd6a4"} 1 node_network_protocol_type{device="vetha347c19"} 1 node_network_protocol_type{device="vethae46a3f"} 1 node_network_protocol_type{device="vethb186636"} 1 node_network_protocol_type{device="vethb2d2e0f"} 1 node_network_protocol_type{device="vethbe29bcf"} 1 node_network_protocol_type{device="vethc0ba087"} 1 node_network_protocol_type{device="vethc9bef18"} 1 node_network_protocol_type{device="vethccb9a95"} 1 node_network_protocol_type{device="vethd171ec4"} 1 node_network_protocol_type{device="vethd2205b5"} 1 node_network_protocol_type{device="vethd436acc"} 1 node_network_protocol_type{device="vethd8a4feb"} 1 node_network_protocol_type{device="vethda876d3"} 1 node_network_protocol_type{device="vethdba15b2"} 1 node_network_protocol_type{device="vethe08a470"} 1 node_network_protocol_type{device="vethe230a69"} 1 node_network_protocol_type{device="vethe690fc2"} 1 node_network_protocol_type{device="vethe7d14fe"} 1 node_network_protocol_type{device="vethe865785"} 1 node_network_protocol_type{device="vethe8f3568"} 1 node_network_protocol_type{device="vethf18e108"} 1 node_network_protocol_type{device="vethf21fb3b"} 1 node_network_protocol_type{device="vethf3ef56a"} 1 node_network_protocol_type{device="vethf401c34"} 1 node_network_protocol_type{device="vethf69e7f9"} 1 node_network_protocol_type{device="vethf75dc54"} 1 node_network_protocol_type{device="vethf81b0bd"} 1 node_network_protocol_type{device="vethf85a560"} 1 node_network_protocol_type{device="vethfade540"} 1 node_network_protocol_type{device="vethfb0038a"} 1 node_network_protocol_type{device="vethfcfedc2"} 1 node_network_protocol_type{device="vethffee750"} 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"} 391642 node_network_receive_bytes_total{device="eth1"} 1.961358507e+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"} 5591 node_network_receive_packets_total{device="eth1"} 1.619496e+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="veth015707e"} 1.25e+09 node_network_speed_bytes{device="veth0172ebe"} 1.25e+09 node_network_speed_bytes{device="veth025d216"} 1.25e+09 node_network_speed_bytes{device="veth0651fcc"} 1.25e+09 node_network_speed_bytes{device="veth08c8cfd"} 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="veth0d0efa0"} 1.25e+09 node_network_speed_bytes{device="veth0ec14e7"} 1.25e+09 node_network_speed_bytes{device="veth10a6ed7"} 1.25e+09 node_network_speed_bytes{device="veth13d80ba"} 1.25e+09 node_network_speed_bytes{device="veth148dedb"} 1.25e+09 node_network_speed_bytes{device="veth15678e7"} 1.25e+09 node_network_speed_bytes{device="veth162e0b3"} 1.25e+09 node_network_speed_bytes{device="veth16b28c6"} 1.25e+09 node_network_speed_bytes{device="veth183b835"} 1.25e+09 node_network_speed_bytes{device="veth18b1efd"} 1.25e+09 node_network_speed_bytes{device="veth19e1c2a"} 1.25e+09 node_network_speed_bytes{device="veth1e944cd"} 1.25e+09 node_network_speed_bytes{device="veth203a9f1"} 1.25e+09 node_network_speed_bytes{device="veth24477b9"} 1.25e+09 node_network_speed_bytes{device="veth2772896"} 1.25e+09 node_network_speed_bytes{device="veth2937fc4"} 1.25e+09 node_network_speed_bytes{device="veth2f8f01d"} 1.25e+09 node_network_speed_bytes{device="veth305ee9b"} 1.25e+09 node_network_speed_bytes{device="veth310668c"} 1.25e+09 node_network_speed_bytes{device="veth32da1d2"} 1.25e+09 node_network_speed_bytes{device="veth346b882"} 1.25e+09 node_network_speed_bytes{device="veth35b693c"} 1.25e+09 node_network_speed_bytes{device="veth371795c"} 1.25e+09 node_network_speed_bytes{device="veth371e641"} 1.25e+09 node_network_speed_bytes{device="veth37c0d48"} 1.25e+09 node_network_speed_bytes{device="veth3908fc6"} 1.25e+09 node_network_speed_bytes{device="veth3ab75f9"} 1.25e+09 node_network_speed_bytes{device="veth3d25899"} 1.25e+09 node_network_speed_bytes{device="veth40baabf"} 1.25e+09 node_network_speed_bytes{device="veth40e58e7"} 1.25e+09 node_network_speed_bytes{device="veth4173ec7"} 1.25e+09 node_network_speed_bytes{device="veth42c4d49"} 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="veth4bdaff1"} 1.25e+09 node_network_speed_bytes{device="veth4c38a6d"} 1.25e+09 node_network_speed_bytes{device="veth4d30a80"} 1.25e+09 node_network_speed_bytes{device="veth4f419a0"} 1.25e+09 node_network_speed_bytes{device="veth5558638"} 1.25e+09 node_network_speed_bytes{device="veth5686993"} 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="veth5b51a30"} 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="veth5c39a0a"} 1.25e+09 node_network_speed_bytes{device="veth5e43bcb"} 1.25e+09 node_network_speed_bytes{device="veth601ec83"} 1.25e+09 node_network_speed_bytes{device="veth605be4d"} 1.25e+09 node_network_speed_bytes{device="veth61980ca"} 1.25e+09 node_network_speed_bytes{device="veth658a7e3"} 1.25e+09 node_network_speed_bytes{device="veth673e18d"} 1.25e+09 node_network_speed_bytes{device="veth68bf5a7"} 1.25e+09 node_network_speed_bytes{device="veth6963b13"} 1.25e+09 node_network_speed_bytes{device="veth6a107ec"} 1.25e+09 node_network_speed_bytes{device="veth6a77c73"} 1.25e+09 node_network_speed_bytes{device="veth6e3eeb7"} 1.25e+09 node_network_speed_bytes{device="veth7225b8f"} 1.25e+09 node_network_speed_bytes{device="veth740b1f4"} 1.25e+09 node_network_speed_bytes{device="veth763d7a5"} 1.25e+09 node_network_speed_bytes{device="veth777df4e"} 1.25e+09 node_network_speed_bytes{device="veth8bf17cd"} 1.25e+09 node_network_speed_bytes{device="veth8f33cf5"} 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="veth928414f"} 1.25e+09 node_network_speed_bytes{device="veth92bd8a4"} 1.25e+09 node_network_speed_bytes{device="veth9506749"} 1.25e+09 node_network_speed_bytes{device="veth968c752"} 1.25e+09 node_network_speed_bytes{device="veth9b70925"} 1.25e+09 node_network_speed_bytes{device="veth9ecd6a4"} 1.25e+09 node_network_speed_bytes{device="vetha347c19"} 1.25e+09 node_network_speed_bytes{device="vethae46a3f"} 1.25e+09 node_network_speed_bytes{device="vethb186636"} 1.25e+09 node_network_speed_bytes{device="vethb2d2e0f"} 1.25e+09 node_network_speed_bytes{device="vethbe29bcf"} 1.25e+09 node_network_speed_bytes{device="vethc0ba087"} 1.25e+09 node_network_speed_bytes{device="vethc9bef18"} 1.25e+09 node_network_speed_bytes{device="vethccb9a95"} 1.25e+09 node_network_speed_bytes{device="vethd171ec4"} 1.25e+09 node_network_speed_bytes{device="vethd2205b5"} 1.25e+09 node_network_speed_bytes{device="vethd436acc"} 1.25e+09 node_network_speed_bytes{device="vethd8a4feb"} 1.25e+09 node_network_speed_bytes{device="vethda876d3"} 1.25e+09 node_network_speed_bytes{device="vethdba15b2"} 1.25e+09 node_network_speed_bytes{device="vethe08a470"} 1.25e+09 node_network_speed_bytes{device="vethe230a69"} 1.25e+09 node_network_speed_bytes{device="vethe690fc2"} 1.25e+09 node_network_speed_bytes{device="vethe7d14fe"} 1.25e+09 node_network_speed_bytes{device="vethe865785"} 1.25e+09 node_network_speed_bytes{device="vethe8f3568"} 1.25e+09 node_network_speed_bytes{device="vethf18e108"} 1.25e+09 node_network_speed_bytes{device="vethf21fb3b"} 1.25e+09 node_network_speed_bytes{device="vethf3ef56a"} 1.25e+09 node_network_speed_bytes{device="vethf401c34"} 1.25e+09 node_network_speed_bytes{device="vethf69e7f9"} 1.25e+09 node_network_speed_bytes{device="vethf75dc54"} 1.25e+09 node_network_speed_bytes{device="vethf81b0bd"} 1.25e+09 node_network_speed_bytes{device="vethf85a560"} 1.25e+09 node_network_speed_bytes{device="vethfade540"} 1.25e+09 node_network_speed_bytes{device="vethfb0038a"} 1.25e+09 node_network_speed_bytes{device="vethfcfedc2"} 1.25e+09 node_network_speed_bytes{device="vethffee750"} 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"} 3.824062759e+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"} 1.4804682e+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="veth015707e"} 0 node_network_transmit_queue_length{device="veth0172ebe"} 0 node_network_transmit_queue_length{device="veth025d216"} 0 node_network_transmit_queue_length{device="veth0651fcc"} 0 node_network_transmit_queue_length{device="veth08c8cfd"} 0 node_network_transmit_queue_length{device="veth0904270"} 0 node_network_transmit_queue_length{device="veth092222b"} 0 node_network_transmit_queue_length{device="veth0d0efa0"} 0 node_network_transmit_queue_length{device="veth0ec14e7"} 0 node_network_transmit_queue_length{device="veth10a6ed7"} 0 node_network_transmit_queue_length{device="veth13d80ba"} 0 node_network_transmit_queue_length{device="veth148dedb"} 0 node_network_transmit_queue_length{device="veth15678e7"} 0 node_network_transmit_queue_length{device="veth162e0b3"} 0 node_network_transmit_queue_length{device="veth16b28c6"} 0 node_network_transmit_queue_length{device="veth183b835"} 0 node_network_transmit_queue_length{device="veth18b1efd"} 0 node_network_transmit_queue_length{device="veth19e1c2a"} 0 node_network_transmit_queue_length{device="veth1e944cd"} 0 node_network_transmit_queue_length{device="veth203a9f1"} 0 node_network_transmit_queue_length{device="veth24477b9"} 0 node_network_transmit_queue_length{device="veth2772896"} 0 node_network_transmit_queue_length{device="veth2937fc4"} 0 node_network_transmit_queue_length{device="veth2f8f01d"} 0 node_network_transmit_queue_length{device="veth305ee9b"} 0 node_network_transmit_queue_length{device="veth310668c"} 0 node_network_transmit_queue_length{device="veth32da1d2"} 0 node_network_transmit_queue_length{device="veth346b882"} 0 node_network_transmit_queue_length{device="veth35b693c"} 0 node_network_transmit_queue_length{device="veth371795c"} 0 node_network_transmit_queue_length{device="veth371e641"} 0 node_network_transmit_queue_length{device="veth37c0d48"} 0 node_network_transmit_queue_length{device="veth3908fc6"} 0 node_network_transmit_queue_length{device="veth3ab75f9"} 0 node_network_transmit_queue_length{device="veth3d25899"} 0 node_network_transmit_queue_length{device="veth40baabf"} 0 node_network_transmit_queue_length{device="veth40e58e7"} 0 node_network_transmit_queue_length{device="veth4173ec7"} 0 node_network_transmit_queue_length{device="veth42c4d49"} 0 node_network_transmit_queue_length{device="veth44350fc"} 0 node_network_transmit_queue_length{device="veth4b32b94"} 0 node_network_transmit_queue_length{device="veth4bdaff1"} 0 node_network_transmit_queue_length{device="veth4c38a6d"} 0 node_network_transmit_queue_length{device="veth4d30a80"} 0 node_network_transmit_queue_length{device="veth4f419a0"} 0 node_network_transmit_queue_length{device="veth5558638"} 0 node_network_transmit_queue_length{device="veth5686993"} 0 node_network_transmit_queue_length{device="veth5938775"} 0 node_network_transmit_queue_length{device="veth5a1b55a"} 0 node_network_transmit_queue_length{device="veth5b51a30"} 0 node_network_transmit_queue_length{device="veth5bbf640"} 0 node_network_transmit_queue_length{device="veth5bceda3"} 0 node_network_transmit_queue_length{device="veth5c39a0a"} 0 node_network_transmit_queue_length{device="veth5e43bcb"} 0 node_network_transmit_queue_length{device="veth601ec83"} 0 node_network_transmit_queue_length{device="veth605be4d"} 0 node_network_transmit_queue_length{device="veth61980ca"} 0 node_network_transmit_queue_length{device="veth658a7e3"} 0 node_network_transmit_queue_length{device="veth673e18d"} 0 node_network_transmit_queue_length{device="veth68bf5a7"} 0 node_network_transmit_queue_length{device="veth6963b13"} 0 node_network_transmit_queue_length{device="veth6a107ec"} 0 node_network_transmit_queue_length{device="veth6a77c73"} 0 node_network_transmit_queue_length{device="veth6e3eeb7"} 0 node_network_transmit_queue_length{device="veth7225b8f"} 0 node_network_transmit_queue_length{device="veth740b1f4"} 0 node_network_transmit_queue_length{device="veth763d7a5"} 0 node_network_transmit_queue_length{device="veth777df4e"} 0 node_network_transmit_queue_length{device="veth8bf17cd"} 0 node_network_transmit_queue_length{device="veth8f33cf5"} 0 node_network_transmit_queue_length{device="veth90f3423"} 0 node_network_transmit_queue_length{device="veth915ddc9"} 0 node_network_transmit_queue_length{device="veth928414f"} 0 node_network_transmit_queue_length{device="veth92bd8a4"} 0 node_network_transmit_queue_length{device="veth9506749"} 0 node_network_transmit_queue_length{device="veth968c752"} 0 node_network_transmit_queue_length{device="veth9b70925"} 0 node_network_transmit_queue_length{device="veth9ecd6a4"} 0 node_network_transmit_queue_length{device="vetha347c19"} 0 node_network_transmit_queue_length{device="vethae46a3f"} 0 node_network_transmit_queue_length{device="vethb186636"} 0 node_network_transmit_queue_length{device="vethb2d2e0f"} 0 node_network_transmit_queue_length{device="vethbe29bcf"} 0 node_network_transmit_queue_length{device="vethc0ba087"} 0 node_network_transmit_queue_length{device="vethc9bef18"} 0 node_network_transmit_queue_length{device="vethccb9a95"} 0 node_network_transmit_queue_length{device="vethd171ec4"} 0 node_network_transmit_queue_length{device="vethd2205b5"} 0 node_network_transmit_queue_length{device="vethd436acc"} 0 node_network_transmit_queue_length{device="vethd8a4feb"} 0 node_network_transmit_queue_length{device="vethda876d3"} 0 node_network_transmit_queue_length{device="vethdba15b2"} 0 node_network_transmit_queue_length{device="vethe08a470"} 0 node_network_transmit_queue_length{device="vethe230a69"} 0 node_network_transmit_queue_length{device="vethe690fc2"} 0 node_network_transmit_queue_length{device="vethe7d14fe"} 0 node_network_transmit_queue_length{device="vethe865785"} 0 node_network_transmit_queue_length{device="vethe8f3568"} 0 node_network_transmit_queue_length{device="vethf18e108"} 0 node_network_transmit_queue_length{device="vethf21fb3b"} 0 node_network_transmit_queue_length{device="vethf3ef56a"} 0 node_network_transmit_queue_length{device="vethf401c34"} 0 node_network_transmit_queue_length{device="vethf69e7f9"} 0 node_network_transmit_queue_length{device="vethf75dc54"} 0 node_network_transmit_queue_length{device="vethf81b0bd"} 0 node_network_transmit_queue_length{device="vethf85a560"} 0 node_network_transmit_queue_length{device="vethfade540"} 0 node_network_transmit_queue_length{device="vethfb0038a"} 0 node_network_transmit_queue_length{device="vethfcfedc2"} 0 node_network_transmit_queue_length{device="vethffee750"} 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="veth015707e"} 1 node_network_up{device="veth0172ebe"} 1 node_network_up{device="veth025d216"} 1 node_network_up{device="veth0651fcc"} 1 node_network_up{device="veth08c8cfd"} 1 node_network_up{device="veth0904270"} 1 node_network_up{device="veth092222b"} 1 node_network_up{device="veth0d0efa0"} 1 node_network_up{device="veth0ec14e7"} 1 node_network_up{device="veth10a6ed7"} 1 node_network_up{device="veth13d80ba"} 1 node_network_up{device="veth148dedb"} 1 node_network_up{device="veth15678e7"} 1 node_network_up{device="veth162e0b3"} 1 node_network_up{device="veth16b28c6"} 1 node_network_up{device="veth183b835"} 1 node_network_up{device="veth18b1efd"} 1 node_network_up{device="veth19e1c2a"} 1 node_network_up{device="veth1e944cd"} 1 node_network_up{device="veth203a9f1"} 1 node_network_up{device="veth24477b9"} 1 node_network_up{device="veth2772896"} 1 node_network_up{device="veth2937fc4"} 1 node_network_up{device="veth2f8f01d"} 1 node_network_up{device="veth305ee9b"} 1 node_network_up{device="veth310668c"} 1 node_network_up{device="veth32da1d2"} 1 node_network_up{device="veth346b882"} 1 node_network_up{device="veth35b693c"} 1 node_network_up{device="veth371795c"} 1 node_network_up{device="veth371e641"} 1 node_network_up{device="veth37c0d48"} 1 node_network_up{device="veth3908fc6"} 1 node_network_up{device="veth3ab75f9"} 1 node_network_up{device="veth3d25899"} 1 node_network_up{device="veth40baabf"} 1 node_network_up{device="veth40e58e7"} 1 node_network_up{device="veth4173ec7"} 1 node_network_up{device="veth42c4d49"} 1 node_network_up{device="veth44350fc"} 1 node_network_up{device="veth4b32b94"} 1 node_network_up{device="veth4bdaff1"} 1 node_network_up{device="veth4c38a6d"} 1 node_network_up{device="veth4d30a80"} 1 node_network_up{device="veth4f419a0"} 1 node_network_up{device="veth5558638"} 1 node_network_up{device="veth5686993"} 1 node_network_up{device="veth5938775"} 1 node_network_up{device="veth5a1b55a"} 1 node_network_up{device="veth5b51a30"} 1 node_network_up{device="veth5bbf640"} 1 node_network_up{device="veth5bceda3"} 1 node_network_up{device="veth5c39a0a"} 1 node_network_up{device="veth5e43bcb"} 1 node_network_up{device="veth601ec83"} 1 node_network_up{device="veth605be4d"} 1 node_network_up{device="veth61980ca"} 1 node_network_up{device="veth658a7e3"} 1 node_network_up{device="veth673e18d"} 1 node_network_up{device="veth68bf5a7"} 1 node_network_up{device="veth6963b13"} 1 node_network_up{device="veth6a107ec"} 1 node_network_up{device="veth6a77c73"} 1 node_network_up{device="veth6e3eeb7"} 1 node_network_up{device="veth7225b8f"} 1 node_network_up{device="veth740b1f4"} 1 node_network_up{device="veth763d7a5"} 1 node_network_up{device="veth777df4e"} 1 node_network_up{device="veth8bf17cd"} 1 node_network_up{device="veth8f33cf5"} 1 node_network_up{device="veth90f3423"} 1 node_network_up{device="veth915ddc9"} 1 node_network_up{device="veth928414f"} 1 node_network_up{device="veth92bd8a4"} 1 node_network_up{device="veth9506749"} 1 node_network_up{device="veth968c752"} 1 node_network_up{device="veth9b70925"} 1 node_network_up{device="veth9ecd6a4"} 1 node_network_up{device="vetha347c19"} 1 node_network_up{device="vethae46a3f"} 1 node_network_up{device="vethb186636"} 1 node_network_up{device="vethb2d2e0f"} 1 node_network_up{device="vethbe29bcf"} 1 node_network_up{device="vethc0ba087"} 1 node_network_up{device="vethc9bef18"} 1 node_network_up{device="vethccb9a95"} 1 node_network_up{device="vethd171ec4"} 1 node_network_up{device="vethd2205b5"} 1 node_network_up{device="vethd436acc"} 1 node_network_up{device="vethd8a4feb"} 1 node_network_up{device="vethda876d3"} 1 node_network_up{device="vethdba15b2"} 1 node_network_up{device="vethe08a470"} 1 node_network_up{device="vethe230a69"} 1 node_network_up{device="vethe690fc2"} 1 node_network_up{device="vethe7d14fe"} 1 node_network_up{device="vethe865785"} 1 node_network_up{device="vethe8f3568"} 1 node_network_up{device="vethf18e108"} 1 node_network_up{device="vethf21fb3b"} 1 node_network_up{device="vethf3ef56a"} 1 node_network_up{device="vethf401c34"} 1 node_network_up{device="vethf69e7f9"} 1 node_network_up{device="vethf75dc54"} 1 node_network_up{device="vethf81b0bd"} 1 node_network_up{device="vethf85a560"} 1 node_network_up{device="vethfade540"} 1 node_network_up{device="vethfb0038a"} 1 node_network_up{device="vethfcfedc2"} 1 node_network_up{device="vethffee750"} 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 12 # 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 75197.519031 # 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 2992.85886 # 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 3485.6645049999997 # 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 923.5269949999999 # 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 944.835928 # 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 3 # 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.489971557075384e+06 node_schedstat_running_seconds_total{cpu="1"} 1.946359200243732e+06 node_schedstat_running_seconds_total{cpu="10"} 1.885640679933478e+06 node_schedstat_running_seconds_total{cpu="11"} 1.633161313687982e+06 node_schedstat_running_seconds_total{cpu="12"} 1.849724938836631e+06 node_schedstat_running_seconds_total{cpu="13"} 1.627544447032344e+06 node_schedstat_running_seconds_total{cpu="14"} 1.854576115792915e+06 node_schedstat_running_seconds_total{cpu="15"} 1.597916650911516e+06 node_schedstat_running_seconds_total{cpu="2"} 1.833478552214796e+06 node_schedstat_running_seconds_total{cpu="3"} 1.745329635374325e+06 node_schedstat_running_seconds_total{cpu="4"} 1.921070706601456e+06 node_schedstat_running_seconds_total{cpu="5"} 1.671203088779312e+06 node_schedstat_running_seconds_total{cpu="6"} 1.945202010834318e+06 node_schedstat_running_seconds_total{cpu="7"} 1.638020042104201e+06 node_schedstat_running_seconds_total{cpu="8"} 1.902122211851752e+06 node_schedstat_running_seconds_total{cpu="9"} 1.650974237375908e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 7.350555255e+09 node_schedstat_timeslices_total{cpu="1"} 4.373142705e+09 node_schedstat_timeslices_total{cpu="10"} 7.108804651e+09 node_schedstat_timeslices_total{cpu="11"} 4.509263193e+09 node_schedstat_timeslices_total{cpu="12"} 6.890704338e+09 node_schedstat_timeslices_total{cpu="13"} 4.338049528e+09 node_schedstat_timeslices_total{cpu="14"} 6.868977388e+09 node_schedstat_timeslices_total{cpu="15"} 4.328758678e+09 node_schedstat_timeslices_total{cpu="2"} 7.088235531e+09 node_schedstat_timeslices_total{cpu="3"} 4.448404246e+09 node_schedstat_timeslices_total{cpu="4"} 7.039557192e+09 node_schedstat_timeslices_total{cpu="5"} 4.485843808e+09 node_schedstat_timeslices_total{cpu="6"} 7.181594967e+09 node_schedstat_timeslices_total{cpu="7"} 4.597768477e+09 node_schedstat_timeslices_total{cpu="8"} 7.092279152e+09 node_schedstat_timeslices_total{cpu="9"} 4.506120621e+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"} 35575.842597485 node_schedstat_waiting_seconds_total{cpu="1"} 29939.050567028 node_schedstat_waiting_seconds_total{cpu="10"} 33940.545909015 node_schedstat_waiting_seconds_total{cpu="11"} 30384.741016339 node_schedstat_waiting_seconds_total{cpu="12"} 34289.676046252 node_schedstat_waiting_seconds_total{cpu="13"} 30275.958152552 node_schedstat_waiting_seconds_total{cpu="14"} 33922.511491325 node_schedstat_waiting_seconds_total{cpu="15"} 30416.590548175 node_schedstat_waiting_seconds_total{cpu="2"} 35897.739718135 node_schedstat_waiting_seconds_total{cpu="3"} 30517.510636217 node_schedstat_waiting_seconds_total{cpu="4"} 34293.794657474 node_schedstat_waiting_seconds_total{cpu="5"} 30257.639525882 node_schedstat_waiting_seconds_total{cpu="6"} 33685.656765241 node_schedstat_waiting_seconds_total{cpu="7"} 30069.38085487 node_schedstat_waiting_seconds_total{cpu="8"} 33748.062413872 node_schedstat_waiting_seconds_total{cpu="9"} 30193.06309976 # 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.000341839 node_scrape_collector_duration_seconds{collector="bcache"} 1.944e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.709e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.006520833 node_scrape_collector_duration_seconds{collector="conntrack"} 0.00061402 node_scrape_collector_duration_seconds{collector="cpu"} 0.002272257 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000279309 node_scrape_collector_duration_seconds{collector="diskstats"} 0.003702736 node_scrape_collector_duration_seconds{collector="dmi"} 1.564e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.803e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000186039 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.754e-05 node_scrape_collector_duration_seconds{collector="filefd"} 6.57e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.014863513 node_scrape_collector_duration_seconds{collector="hwmon"} 3.3021e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.4e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.383e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.6969e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.175e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000243449 node_scrape_collector_duration_seconds{collector="netclass"} 0.196510424 node_scrape_collector_duration_seconds{collector="netdev"} 0.00038586 node_scrape_collector_duration_seconds{collector="netstat"} 0.001547867 node_scrape_collector_duration_seconds{collector="nfs"} 2.38e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 2.571e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.964e-05 node_scrape_collector_duration_seconds{collector="os"} 3.047e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.4951e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00023962 node_scrape_collector_duration_seconds{collector="rapl"} 5.852e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.00032825 node_scrape_collector_duration_seconds{collector="selinux"} 1.65e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000183119 node_scrape_collector_duration_seconds{collector="softnet"} 0.000194951 node_scrape_collector_duration_seconds{collector="stat"} 0.00032929 node_scrape_collector_duration_seconds{collector="tapestats"} 2.043e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.397e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001943147 node_scrape_collector_duration_seconds{collector="time"} 0.000158129 node_scrape_collector_duration_seconds{collector="timex"} 1.889e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000427539 node_scrape_collector_duration_seconds{collector="uname"} 3.011e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00020603 node_scrape_collector_duration_seconds{collector="watchdog"} 3.015e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.951e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.847e-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 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 2379 # 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 23488 # 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 9.6206848e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 4 # 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 70 # 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 286720 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 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"} 8.27818463e+08 node_softnet_processed_total{cpu="1"} 6.39643187e+08 node_softnet_processed_total{cpu="10"} 9.03613306e+08 node_softnet_processed_total{cpu="11"} 7.33075907e+08 node_softnet_processed_total{cpu="12"} 9.02317092e+08 node_softnet_processed_total{cpu="13"} 6.76011374e+08 node_softnet_processed_total{cpu="14"} 8.75075373e+08 node_softnet_processed_total{cpu="15"} 6.60881247e+08 node_softnet_processed_total{cpu="2"} 1.383167531e+09 node_softnet_processed_total{cpu="3"} 6.4369033e+08 node_softnet_processed_total{cpu="4"} 8.71072507e+08 node_softnet_processed_total{cpu="5"} 7.14129803e+08 node_softnet_processed_total{cpu="6"} 8.98559127e+08 node_softnet_processed_total{cpu="7"} 6.6034017e+08 node_softnet_processed_total{cpu="8"} 9.07017694e+08 node_softnet_processed_total{cpu="9"} 6.73641001e+08 # 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"} 17 node_softnet_times_squeezed_total{cpu="1"} 9 node_softnet_times_squeezed_total{cpu="10"} 16 node_softnet_times_squeezed_total{cpu="11"} 9 node_softnet_times_squeezed_total{cpu="12"} 66 node_softnet_times_squeezed_total{cpu="13"} 19 node_softnet_times_squeezed_total{cpu="14"} 13 node_softnet_times_squeezed_total{cpu="15"} 17 node_softnet_times_squeezed_total{cpu="2"} 52 node_softnet_times_squeezed_total{cpu="3"} 17 node_softnet_times_squeezed_total{cpu="4"} 18 node_softnet_times_squeezed_total{cpu="5"} 10 node_softnet_times_squeezed_total{cpu="6"} 20 node_softnet_times_squeezed_total{cpu="7"} 13 node_softnet_times_squeezed_total{cpu="8"} 14 node_softnet_times_squeezed_total{cpu="9"} 12 # 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.7664578019421978e+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 0.9999970013275147 # 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.1705 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 9.4254e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="96d21031c264",release="5.15.0-138-generic",sysname="Linux",version="#148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 7 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.4622398319e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.685084e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.223373155e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.664610329e+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 276090.79 # 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 1.730235543e+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 3.8033361118e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6191488e+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"} 21 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"} 1.352968e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0