# 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.4458e-05 go_gc_duration_seconds{quantile="0.25"} 4.0706e-05 go_gc_duration_seconds{quantile="0.5"} 4.6667e-05 go_gc_duration_seconds{quantile="0.75"} 5.3781e-05 go_gc_duration_seconds{quantile="1"} 0.00039056 go_gc_duration_seconds_sum 76.367442655 go_gc_duration_seconds_count 2.214175e+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 2.5182e+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 4.27170521408e+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.21072e+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 5.2952031449e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.30916e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.5182e+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 7.266304e+06 # 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.21888e+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 22769 # 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 5.169152e+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.1485184e+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.7652071558127217e+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 5.2952054218e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 15600 # 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 78720 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.203e+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 991248 # 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.081344e+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.081344e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.9223816e+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 17 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.751976753e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.3140556792e+10 # 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="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 # 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="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 # 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="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 # 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.156233054e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 4312 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 133 node_cpu_seconds_total{cpu="0",mode="softirq"} 80263.56 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 164017.15 node_cpu_seconds_total{cpu="0",mode="user"} 1.38782062e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 1.158350787e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 3978.78 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 111.48 node_cpu_seconds_total{cpu="1",mode="softirq"} 37395.9 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 163848.52 node_cpu_seconds_total{cpu="1",mode="user"} 1.37497279e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 1.158356761e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 3708.07 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 115.5 node_cpu_seconds_total{cpu="2",mode="softirq"} 21847.49 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 163788.02 node_cpu_seconds_total{cpu="2",mode="user"} 1.37741691e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 1.116511118e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 3204.36 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 99.54 node_cpu_seconds_total{cpu="3",mode="softirq"} 23442.26 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 155862.48 node_cpu_seconds_total{cpu="3",mode="user"} 1.78516373e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 1.136540711e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 3186.72 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 70.2 node_cpu_seconds_total{cpu="4",mode="softirq"} 13568.05 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 160301.22 node_cpu_seconds_total{cpu="4",mode="user"} 1.59808009e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 1.1449083e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 3122.99 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 82.06 node_cpu_seconds_total{cpu="5",mode="softirq"} 12933.88 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 161487.66 node_cpu_seconds_total{cpu="5",mode="user"} 1.51516395e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 1.151105536e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 2781.29 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 82.89 node_cpu_seconds_total{cpu="6",mode="softirq"} 10804.97 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 162000.08 node_cpu_seconds_total{cpu="6",mode="user"} 1.45458165e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 1.154878256e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 5131.63 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 133.79 node_cpu_seconds_total{cpu="7",mode="softirq"} 11559.04 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 163937.84 node_cpu_seconds_total{cpu="7",mode="user"} 1.41092008e+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"} 452.187 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.051996426e+09 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 1.192276e+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"} 88 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"} 6821.635 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"} 2.7441839e+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"} 85511.516 node_disk_io_time_seconds_total{device="sr0"} 0.068 # 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"} 319875.401 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.041 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 5.54744879616e+11 node_disk_read_bytes_total{device="sr0"} 2048 # 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"} 9191.639000000001 node_disk_read_time_seconds_total{device="sr0"} 0.041 # 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"} 2.8038244e+07 node_disk_reads_completed_total{device="sr0"} 13 # 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"} 4.708741e+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"} 303409.93700000003 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"} 2.24582429e+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"} 1.74519501e+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"} 2.65834173952e+12 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="11/11/2017",bios_release="1.0",bios_vendor="Hetzner",bios_version="20171111",board_asset_tag="",board_name="Standard PC (i440FX + PIIX, 1996)",board_vendor="KVM",board_version="pc-i440fx-4.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 6464 # 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="/"} 9.7380179968e+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="/"} 1.461072e+07 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.3494394e+07 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.07252703232e+11 # 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="/"} 2.41635364864e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 3.84327454e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 5.3071609551e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.81 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.41 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.46 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.229743104e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.467819008e+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.38075904e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.4145069056e+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 3.919872e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.5427072e+08 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 2.5364176896e+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 2.4402624512e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.221225472e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.1374952448e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.180890624e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 528384 # 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 7.202746368e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.558193152e+09 # 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.55446784e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 4.2008576e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.02166272e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 9.81798912e+08 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.8596992e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.6368623616e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 7.8798848e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 1.30224128e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.0715136e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.46321152e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.06905344e+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 2.00704e+06 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.53226496e+08 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.6655104e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 2.512920576e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.7179865088e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 7.8798848e+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 6.2521344e+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 406768 # 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 9.64567469e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.8389028239e+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 8.586614e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.6737002e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 884080 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # 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-0e0fa2f5d71e"} 3 node_network_address_assign_type{device="br-0f04c8b66053"} 3 node_network_address_assign_type{device="br-79717c72cb99"} 3 node_network_address_assign_type{device="br-b1e96182b23e"} 3 node_network_address_assign_type{device="br-e460a085fda1"} 3 node_network_address_assign_type{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 3 node_network_address_assign_type{device="veth0ac61bc"} 3 node_network_address_assign_type{device="veth0ec224a"} 3 node_network_address_assign_type{device="veth1300214"} 3 node_network_address_assign_type{device="veth164a121"} 3 node_network_address_assign_type{device="veth1727c98"} 3 node_network_address_assign_type{device="veth1a43eec"} 3 node_network_address_assign_type{device="veth20ca2a0"} 3 node_network_address_assign_type{device="veth2299c19"} 3 node_network_address_assign_type{device="veth22c8695"} 3 node_network_address_assign_type{device="veth2373a98"} 3 node_network_address_assign_type{device="veth283b2b6"} 3 node_network_address_assign_type{device="veth28c2c2d"} 3 node_network_address_assign_type{device="veth2d53e10"} 3 node_network_address_assign_type{device="veth2ef224d"} 3 node_network_address_assign_type{device="veth3025451"} 3 node_network_address_assign_type{device="veth33143b3"} 3 node_network_address_assign_type{device="veth33b408f"} 3 node_network_address_assign_type{device="veth33da4ab"} 3 node_network_address_assign_type{device="veth36e74c0"} 3 node_network_address_assign_type{device="veth3796180"} 3 node_network_address_assign_type{device="veth394642a"} 3 node_network_address_assign_type{device="veth3af5535"} 3 node_network_address_assign_type{device="veth3af632f"} 3 node_network_address_assign_type{device="veth3b6359c"} 3 node_network_address_assign_type{device="veth3bea12a"} 3 node_network_address_assign_type{device="veth3eb1ce7"} 3 node_network_address_assign_type{device="veth4ff5800"} 3 node_network_address_assign_type{device="veth50335f7"} 3 node_network_address_assign_type{device="veth5123919"} 3 node_network_address_assign_type{device="veth53c44d9"} 3 node_network_address_assign_type{device="veth56652c2"} 3 node_network_address_assign_type{device="veth5906804"} 3 node_network_address_assign_type{device="veth5df43fb"} 3 node_network_address_assign_type{device="veth60c27f7"} 3 node_network_address_assign_type{device="veth613656c"} 3 node_network_address_assign_type{device="veth65ea001"} 3 node_network_address_assign_type{device="veth66774ed"} 3 node_network_address_assign_type{device="veth6753e45"} 3 node_network_address_assign_type{device="veth6a74c17"} 3 node_network_address_assign_type{device="veth6b7a2cd"} 3 node_network_address_assign_type{device="veth70a1f17"} 3 node_network_address_assign_type{device="veth70dbbab"} 3 node_network_address_assign_type{device="veth79e3bc2"} 3 node_network_address_assign_type{device="veth7f0bc32"} 3 node_network_address_assign_type{device="veth8a2483a"} 3 node_network_address_assign_type{device="veth9893f02"} 3 node_network_address_assign_type{device="veth997d062"} 3 node_network_address_assign_type{device="veth9ba63af"} 3 node_network_address_assign_type{device="veth9fcbade"} 3 node_network_address_assign_type{device="vetha0e2fd5"} 3 node_network_address_assign_type{device="vetha1c0ad4"} 3 node_network_address_assign_type{device="vetha298b72"} 3 node_network_address_assign_type{device="vetha4f5475"} 3 node_network_address_assign_type{device="vetha635b99"} 3 node_network_address_assign_type{device="vethacb5d81"} 3 node_network_address_assign_type{device="vethb679805"} 3 node_network_address_assign_type{device="vethbbd1fb8"} 3 node_network_address_assign_type{device="vethbd73057"} 3 node_network_address_assign_type{device="vethbe41948"} 3 node_network_address_assign_type{device="vethc1de250"} 3 node_network_address_assign_type{device="vethc2d7ca1"} 3 node_network_address_assign_type{device="vethc6bc89e"} 3 node_network_address_assign_type{device="vethd09c67b"} 3 node_network_address_assign_type{device="vethd2e28b9"} 3 node_network_address_assign_type{device="vethd31e86f"} 3 node_network_address_assign_type{device="vethd8d574e"} 3 node_network_address_assign_type{device="vethdddcd37"} 3 node_network_address_assign_type{device="vethe06b3d5"} 3 node_network_address_assign_type{device="vethe2a65bf"} 3 node_network_address_assign_type{device="vethe624e29"} 3 node_network_address_assign_type{device="vethe723580"} 3 node_network_address_assign_type{device="vethedb9d34"} 3 node_network_address_assign_type{device="vethf0c89d5"} 3 node_network_address_assign_type{device="vethf281ffa"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0e0fa2f5d71e"} 1 node_network_carrier{device="br-0f04c8b66053"} 1 node_network_carrier{device="br-79717c72cb99"} 1 node_network_carrier{device="br-b1e96182b23e"} 1 node_network_carrier{device="br-e460a085fda1"} 0 node_network_carrier{device="br-ea2f9fbe90a1"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth025a69f"} 1 node_network_carrier{device="veth0ac61bc"} 1 node_network_carrier{device="veth0ec224a"} 1 node_network_carrier{device="veth1300214"} 1 node_network_carrier{device="veth164a121"} 1 node_network_carrier{device="veth1727c98"} 1 node_network_carrier{device="veth1a43eec"} 1 node_network_carrier{device="veth20ca2a0"} 1 node_network_carrier{device="veth2299c19"} 1 node_network_carrier{device="veth22c8695"} 1 node_network_carrier{device="veth2373a98"} 1 node_network_carrier{device="veth283b2b6"} 1 node_network_carrier{device="veth28c2c2d"} 1 node_network_carrier{device="veth2d53e10"} 1 node_network_carrier{device="veth2ef224d"} 1 node_network_carrier{device="veth3025451"} 1 node_network_carrier{device="veth33143b3"} 1 node_network_carrier{device="veth33b408f"} 1 node_network_carrier{device="veth33da4ab"} 1 node_network_carrier{device="veth36e74c0"} 1 node_network_carrier{device="veth3796180"} 1 node_network_carrier{device="veth394642a"} 1 node_network_carrier{device="veth3af5535"} 1 node_network_carrier{device="veth3af632f"} 1 node_network_carrier{device="veth3b6359c"} 1 node_network_carrier{device="veth3bea12a"} 1 node_network_carrier{device="veth3eb1ce7"} 1 node_network_carrier{device="veth4ff5800"} 1 node_network_carrier{device="veth50335f7"} 1 node_network_carrier{device="veth5123919"} 1 node_network_carrier{device="veth53c44d9"} 1 node_network_carrier{device="veth56652c2"} 1 node_network_carrier{device="veth5906804"} 1 node_network_carrier{device="veth5df43fb"} 1 node_network_carrier{device="veth60c27f7"} 1 node_network_carrier{device="veth613656c"} 1 node_network_carrier{device="veth65ea001"} 1 node_network_carrier{device="veth66774ed"} 1 node_network_carrier{device="veth6753e45"} 1 node_network_carrier{device="veth6a74c17"} 1 node_network_carrier{device="veth6b7a2cd"} 1 node_network_carrier{device="veth70a1f17"} 1 node_network_carrier{device="veth70dbbab"} 1 node_network_carrier{device="veth79e3bc2"} 1 node_network_carrier{device="veth7f0bc32"} 1 node_network_carrier{device="veth8a2483a"} 1 node_network_carrier{device="veth9893f02"} 1 node_network_carrier{device="veth997d062"} 1 node_network_carrier{device="veth9ba63af"} 1 node_network_carrier{device="veth9fcbade"} 1 node_network_carrier{device="vetha0e2fd5"} 1 node_network_carrier{device="vetha1c0ad4"} 1 node_network_carrier{device="vetha298b72"} 1 node_network_carrier{device="vetha4f5475"} 1 node_network_carrier{device="vetha635b99"} 1 node_network_carrier{device="vethacb5d81"} 1 node_network_carrier{device="vethb679805"} 1 node_network_carrier{device="vethbbd1fb8"} 1 node_network_carrier{device="vethbd73057"} 1 node_network_carrier{device="vethbe41948"} 1 node_network_carrier{device="vethc1de250"} 1 node_network_carrier{device="vethc2d7ca1"} 1 node_network_carrier{device="vethc6bc89e"} 1 node_network_carrier{device="vethd09c67b"} 1 node_network_carrier{device="vethd2e28b9"} 1 node_network_carrier{device="vethd31e86f"} 1 node_network_carrier{device="vethd8d574e"} 1 node_network_carrier{device="vethdddcd37"} 1 node_network_carrier{device="vethe06b3d5"} 1 node_network_carrier{device="vethe2a65bf"} 1 node_network_carrier{device="vethe624e29"} 1 node_network_carrier{device="vethe723580"} 1 node_network_carrier{device="vethedb9d34"} 1 node_network_carrier{device="vethf0c89d5"} 1 node_network_carrier{device="vethf281ffa"} 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-0e0fa2f5d71e"} 6 node_network_carrier_changes_total{device="br-0f04c8b66053"} 4 node_network_carrier_changes_total{device="br-79717c72cb99"} 4 node_network_carrier_changes_total{device="br-b1e96182b23e"} 4 node_network_carrier_changes_total{device="br-e460a085fda1"} 9 node_network_carrier_changes_total{device="br-ea2f9fbe90a1"} 6 node_network_carrier_changes_total{device="docker0"} 5 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth025a69f"} 2 node_network_carrier_changes_total{device="veth0ac61bc"} 2 node_network_carrier_changes_total{device="veth0ec224a"} 2 node_network_carrier_changes_total{device="veth1300214"} 2 node_network_carrier_changes_total{device="veth164a121"} 2 node_network_carrier_changes_total{device="veth1727c98"} 2 node_network_carrier_changes_total{device="veth1a43eec"} 2 node_network_carrier_changes_total{device="veth20ca2a0"} 2 node_network_carrier_changes_total{device="veth2299c19"} 2 node_network_carrier_changes_total{device="veth22c8695"} 2 node_network_carrier_changes_total{device="veth2373a98"} 2 node_network_carrier_changes_total{device="veth283b2b6"} 2 node_network_carrier_changes_total{device="veth28c2c2d"} 2 node_network_carrier_changes_total{device="veth2d53e10"} 2 node_network_carrier_changes_total{device="veth2ef224d"} 2 node_network_carrier_changes_total{device="veth3025451"} 2 node_network_carrier_changes_total{device="veth33143b3"} 2 node_network_carrier_changes_total{device="veth33b408f"} 2 node_network_carrier_changes_total{device="veth33da4ab"} 2 node_network_carrier_changes_total{device="veth36e74c0"} 2 node_network_carrier_changes_total{device="veth3796180"} 2 node_network_carrier_changes_total{device="veth394642a"} 2 node_network_carrier_changes_total{device="veth3af5535"} 2 node_network_carrier_changes_total{device="veth3af632f"} 2 node_network_carrier_changes_total{device="veth3b6359c"} 2 node_network_carrier_changes_total{device="veth3bea12a"} 2 node_network_carrier_changes_total{device="veth3eb1ce7"} 2 node_network_carrier_changes_total{device="veth4ff5800"} 2 node_network_carrier_changes_total{device="veth50335f7"} 2 node_network_carrier_changes_total{device="veth5123919"} 2 node_network_carrier_changes_total{device="veth53c44d9"} 2 node_network_carrier_changes_total{device="veth56652c2"} 2 node_network_carrier_changes_total{device="veth5906804"} 2 node_network_carrier_changes_total{device="veth5df43fb"} 2 node_network_carrier_changes_total{device="veth60c27f7"} 2 node_network_carrier_changes_total{device="veth613656c"} 2 node_network_carrier_changes_total{device="veth65ea001"} 2 node_network_carrier_changes_total{device="veth66774ed"} 2 node_network_carrier_changes_total{device="veth6753e45"} 2 node_network_carrier_changes_total{device="veth6a74c17"} 2 node_network_carrier_changes_total{device="veth6b7a2cd"} 2 node_network_carrier_changes_total{device="veth70a1f17"} 2 node_network_carrier_changes_total{device="veth70dbbab"} 2 node_network_carrier_changes_total{device="veth79e3bc2"} 2 node_network_carrier_changes_total{device="veth7f0bc32"} 2 node_network_carrier_changes_total{device="veth8a2483a"} 2 node_network_carrier_changes_total{device="veth9893f02"} 2 node_network_carrier_changes_total{device="veth997d062"} 2 node_network_carrier_changes_total{device="veth9ba63af"} 2 node_network_carrier_changes_total{device="veth9fcbade"} 2 node_network_carrier_changes_total{device="vetha0e2fd5"} 2 node_network_carrier_changes_total{device="vetha1c0ad4"} 2 node_network_carrier_changes_total{device="vetha298b72"} 2 node_network_carrier_changes_total{device="vetha4f5475"} 2 node_network_carrier_changes_total{device="vetha635b99"} 2 node_network_carrier_changes_total{device="vethacb5d81"} 2 node_network_carrier_changes_total{device="vethb679805"} 2 node_network_carrier_changes_total{device="vethbbd1fb8"} 2 node_network_carrier_changes_total{device="vethbd73057"} 2 node_network_carrier_changes_total{device="vethbe41948"} 2 node_network_carrier_changes_total{device="vethc1de250"} 2 node_network_carrier_changes_total{device="vethc2d7ca1"} 2 node_network_carrier_changes_total{device="vethc6bc89e"} 2 node_network_carrier_changes_total{device="vethd09c67b"} 2 node_network_carrier_changes_total{device="vethd2e28b9"} 2 node_network_carrier_changes_total{device="vethd31e86f"} 2 node_network_carrier_changes_total{device="vethd8d574e"} 2 node_network_carrier_changes_total{device="vethdddcd37"} 2 node_network_carrier_changes_total{device="vethe06b3d5"} 2 node_network_carrier_changes_total{device="vethe2a65bf"} 2 node_network_carrier_changes_total{device="vethe624e29"} 2 node_network_carrier_changes_total{device="vethe723580"} 2 node_network_carrier_changes_total{device="vethedb9d34"} 2 node_network_carrier_changes_total{device="vethf0c89d5"} 2 node_network_carrier_changes_total{device="vethf281ffa"} 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-0e0fa2f5d71e"} 3 node_network_carrier_down_changes_total{device="br-0f04c8b66053"} 2 node_network_carrier_down_changes_total{device="br-79717c72cb99"} 2 node_network_carrier_down_changes_total{device="br-b1e96182b23e"} 2 node_network_carrier_down_changes_total{device="br-e460a085fda1"} 5 node_network_carrier_down_changes_total{device="br-ea2f9fbe90a1"} 3 node_network_carrier_down_changes_total{device="docker0"} 3 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="veth025a69f"} 1 node_network_carrier_down_changes_total{device="veth0ac61bc"} 1 node_network_carrier_down_changes_total{device="veth0ec224a"} 1 node_network_carrier_down_changes_total{device="veth1300214"} 1 node_network_carrier_down_changes_total{device="veth164a121"} 1 node_network_carrier_down_changes_total{device="veth1727c98"} 1 node_network_carrier_down_changes_total{device="veth1a43eec"} 1 node_network_carrier_down_changes_total{device="veth20ca2a0"} 1 node_network_carrier_down_changes_total{device="veth2299c19"} 1 node_network_carrier_down_changes_total{device="veth22c8695"} 1 node_network_carrier_down_changes_total{device="veth2373a98"} 1 node_network_carrier_down_changes_total{device="veth283b2b6"} 1 node_network_carrier_down_changes_total{device="veth28c2c2d"} 1 node_network_carrier_down_changes_total{device="veth2d53e10"} 1 node_network_carrier_down_changes_total{device="veth2ef224d"} 1 node_network_carrier_down_changes_total{device="veth3025451"} 1 node_network_carrier_down_changes_total{device="veth33143b3"} 1 node_network_carrier_down_changes_total{device="veth33b408f"} 1 node_network_carrier_down_changes_total{device="veth33da4ab"} 1 node_network_carrier_down_changes_total{device="veth36e74c0"} 1 node_network_carrier_down_changes_total{device="veth3796180"} 1 node_network_carrier_down_changes_total{device="veth394642a"} 1 node_network_carrier_down_changes_total{device="veth3af5535"} 1 node_network_carrier_down_changes_total{device="veth3af632f"} 1 node_network_carrier_down_changes_total{device="veth3b6359c"} 1 node_network_carrier_down_changes_total{device="veth3bea12a"} 1 node_network_carrier_down_changes_total{device="veth3eb1ce7"} 1 node_network_carrier_down_changes_total{device="veth4ff5800"} 1 node_network_carrier_down_changes_total{device="veth50335f7"} 1 node_network_carrier_down_changes_total{device="veth5123919"} 1 node_network_carrier_down_changes_total{device="veth53c44d9"} 1 node_network_carrier_down_changes_total{device="veth56652c2"} 1 node_network_carrier_down_changes_total{device="veth5906804"} 1 node_network_carrier_down_changes_total{device="veth5df43fb"} 1 node_network_carrier_down_changes_total{device="veth60c27f7"} 1 node_network_carrier_down_changes_total{device="veth613656c"} 1 node_network_carrier_down_changes_total{device="veth65ea001"} 1 node_network_carrier_down_changes_total{device="veth66774ed"} 1 node_network_carrier_down_changes_total{device="veth6753e45"} 1 node_network_carrier_down_changes_total{device="veth6a74c17"} 1 node_network_carrier_down_changes_total{device="veth6b7a2cd"} 1 node_network_carrier_down_changes_total{device="veth70a1f17"} 1 node_network_carrier_down_changes_total{device="veth70dbbab"} 1 node_network_carrier_down_changes_total{device="veth79e3bc2"} 1 node_network_carrier_down_changes_total{device="veth7f0bc32"} 1 node_network_carrier_down_changes_total{device="veth8a2483a"} 1 node_network_carrier_down_changes_total{device="veth9893f02"} 1 node_network_carrier_down_changes_total{device="veth997d062"} 1 node_network_carrier_down_changes_total{device="veth9ba63af"} 1 node_network_carrier_down_changes_total{device="veth9fcbade"} 1 node_network_carrier_down_changes_total{device="vetha0e2fd5"} 1 node_network_carrier_down_changes_total{device="vetha1c0ad4"} 1 node_network_carrier_down_changes_total{device="vetha298b72"} 1 node_network_carrier_down_changes_total{device="vetha4f5475"} 1 node_network_carrier_down_changes_total{device="vetha635b99"} 1 node_network_carrier_down_changes_total{device="vethacb5d81"} 1 node_network_carrier_down_changes_total{device="vethb679805"} 1 node_network_carrier_down_changes_total{device="vethbbd1fb8"} 1 node_network_carrier_down_changes_total{device="vethbd73057"} 1 node_network_carrier_down_changes_total{device="vethbe41948"} 1 node_network_carrier_down_changes_total{device="vethc1de250"} 1 node_network_carrier_down_changes_total{device="vethc2d7ca1"} 1 node_network_carrier_down_changes_total{device="vethc6bc89e"} 1 node_network_carrier_down_changes_total{device="vethd09c67b"} 1 node_network_carrier_down_changes_total{device="vethd2e28b9"} 1 node_network_carrier_down_changes_total{device="vethd31e86f"} 1 node_network_carrier_down_changes_total{device="vethd8d574e"} 1 node_network_carrier_down_changes_total{device="vethdddcd37"} 1 node_network_carrier_down_changes_total{device="vethe06b3d5"} 1 node_network_carrier_down_changes_total{device="vethe2a65bf"} 1 node_network_carrier_down_changes_total{device="vethe624e29"} 1 node_network_carrier_down_changes_total{device="vethe723580"} 1 node_network_carrier_down_changes_total{device="vethedb9d34"} 1 node_network_carrier_down_changes_total{device="vethf0c89d5"} 1 node_network_carrier_down_changes_total{device="vethf281ffa"} 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-0e0fa2f5d71e"} 3 node_network_carrier_up_changes_total{device="br-0f04c8b66053"} 2 node_network_carrier_up_changes_total{device="br-79717c72cb99"} 2 node_network_carrier_up_changes_total{device="br-b1e96182b23e"} 2 node_network_carrier_up_changes_total{device="br-e460a085fda1"} 4 node_network_carrier_up_changes_total{device="br-ea2f9fbe90a1"} 3 node_network_carrier_up_changes_total{device="docker0"} 2 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="veth025a69f"} 1 node_network_carrier_up_changes_total{device="veth0ac61bc"} 1 node_network_carrier_up_changes_total{device="veth0ec224a"} 1 node_network_carrier_up_changes_total{device="veth1300214"} 1 node_network_carrier_up_changes_total{device="veth164a121"} 1 node_network_carrier_up_changes_total{device="veth1727c98"} 1 node_network_carrier_up_changes_total{device="veth1a43eec"} 1 node_network_carrier_up_changes_total{device="veth20ca2a0"} 1 node_network_carrier_up_changes_total{device="veth2299c19"} 1 node_network_carrier_up_changes_total{device="veth22c8695"} 1 node_network_carrier_up_changes_total{device="veth2373a98"} 1 node_network_carrier_up_changes_total{device="veth283b2b6"} 1 node_network_carrier_up_changes_total{device="veth28c2c2d"} 1 node_network_carrier_up_changes_total{device="veth2d53e10"} 1 node_network_carrier_up_changes_total{device="veth2ef224d"} 1 node_network_carrier_up_changes_total{device="veth3025451"} 1 node_network_carrier_up_changes_total{device="veth33143b3"} 1 node_network_carrier_up_changes_total{device="veth33b408f"} 1 node_network_carrier_up_changes_total{device="veth33da4ab"} 1 node_network_carrier_up_changes_total{device="veth36e74c0"} 1 node_network_carrier_up_changes_total{device="veth3796180"} 1 node_network_carrier_up_changes_total{device="veth394642a"} 1 node_network_carrier_up_changes_total{device="veth3af5535"} 1 node_network_carrier_up_changes_total{device="veth3af632f"} 1 node_network_carrier_up_changes_total{device="veth3b6359c"} 1 node_network_carrier_up_changes_total{device="veth3bea12a"} 1 node_network_carrier_up_changes_total{device="veth3eb1ce7"} 1 node_network_carrier_up_changes_total{device="veth4ff5800"} 1 node_network_carrier_up_changes_total{device="veth50335f7"} 1 node_network_carrier_up_changes_total{device="veth5123919"} 1 node_network_carrier_up_changes_total{device="veth53c44d9"} 1 node_network_carrier_up_changes_total{device="veth56652c2"} 1 node_network_carrier_up_changes_total{device="veth5906804"} 1 node_network_carrier_up_changes_total{device="veth5df43fb"} 1 node_network_carrier_up_changes_total{device="veth60c27f7"} 1 node_network_carrier_up_changes_total{device="veth613656c"} 1 node_network_carrier_up_changes_total{device="veth65ea001"} 1 node_network_carrier_up_changes_total{device="veth66774ed"} 1 node_network_carrier_up_changes_total{device="veth6753e45"} 1 node_network_carrier_up_changes_total{device="veth6a74c17"} 1 node_network_carrier_up_changes_total{device="veth6b7a2cd"} 1 node_network_carrier_up_changes_total{device="veth70a1f17"} 1 node_network_carrier_up_changes_total{device="veth70dbbab"} 1 node_network_carrier_up_changes_total{device="veth79e3bc2"} 1 node_network_carrier_up_changes_total{device="veth7f0bc32"} 1 node_network_carrier_up_changes_total{device="veth8a2483a"} 1 node_network_carrier_up_changes_total{device="veth9893f02"} 1 node_network_carrier_up_changes_total{device="veth997d062"} 1 node_network_carrier_up_changes_total{device="veth9ba63af"} 1 node_network_carrier_up_changes_total{device="veth9fcbade"} 1 node_network_carrier_up_changes_total{device="vetha0e2fd5"} 1 node_network_carrier_up_changes_total{device="vetha1c0ad4"} 1 node_network_carrier_up_changes_total{device="vetha298b72"} 1 node_network_carrier_up_changes_total{device="vetha4f5475"} 1 node_network_carrier_up_changes_total{device="vetha635b99"} 1 node_network_carrier_up_changes_total{device="vethacb5d81"} 1 node_network_carrier_up_changes_total{device="vethb679805"} 1 node_network_carrier_up_changes_total{device="vethbbd1fb8"} 1 node_network_carrier_up_changes_total{device="vethbd73057"} 1 node_network_carrier_up_changes_total{device="vethbe41948"} 1 node_network_carrier_up_changes_total{device="vethc1de250"} 1 node_network_carrier_up_changes_total{device="vethc2d7ca1"} 1 node_network_carrier_up_changes_total{device="vethc6bc89e"} 1 node_network_carrier_up_changes_total{device="vethd09c67b"} 1 node_network_carrier_up_changes_total{device="vethd2e28b9"} 1 node_network_carrier_up_changes_total{device="vethd31e86f"} 1 node_network_carrier_up_changes_total{device="vethd8d574e"} 1 node_network_carrier_up_changes_total{device="vethdddcd37"} 1 node_network_carrier_up_changes_total{device="vethe06b3d5"} 1 node_network_carrier_up_changes_total{device="vethe2a65bf"} 1 node_network_carrier_up_changes_total{device="vethe624e29"} 1 node_network_carrier_up_changes_total{device="vethe723580"} 1 node_network_carrier_up_changes_total{device="vethedb9d34"} 1 node_network_carrier_up_changes_total{device="vethf0c89d5"} 1 node_network_carrier_up_changes_total{device="vethf281ffa"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0e0fa2f5d71e"} 0 node_network_device_id{device="br-0f04c8b66053"} 0 node_network_device_id{device="br-79717c72cb99"} 0 node_network_device_id{device="br-b1e96182b23e"} 0 node_network_device_id{device="br-e460a085fda1"} 0 node_network_device_id{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 0 node_network_device_id{device="veth0ac61bc"} 0 node_network_device_id{device="veth0ec224a"} 0 node_network_device_id{device="veth1300214"} 0 node_network_device_id{device="veth164a121"} 0 node_network_device_id{device="veth1727c98"} 0 node_network_device_id{device="veth1a43eec"} 0 node_network_device_id{device="veth20ca2a0"} 0 node_network_device_id{device="veth2299c19"} 0 node_network_device_id{device="veth22c8695"} 0 node_network_device_id{device="veth2373a98"} 0 node_network_device_id{device="veth283b2b6"} 0 node_network_device_id{device="veth28c2c2d"} 0 node_network_device_id{device="veth2d53e10"} 0 node_network_device_id{device="veth2ef224d"} 0 node_network_device_id{device="veth3025451"} 0 node_network_device_id{device="veth33143b3"} 0 node_network_device_id{device="veth33b408f"} 0 node_network_device_id{device="veth33da4ab"} 0 node_network_device_id{device="veth36e74c0"} 0 node_network_device_id{device="veth3796180"} 0 node_network_device_id{device="veth394642a"} 0 node_network_device_id{device="veth3af5535"} 0 node_network_device_id{device="veth3af632f"} 0 node_network_device_id{device="veth3b6359c"} 0 node_network_device_id{device="veth3bea12a"} 0 node_network_device_id{device="veth3eb1ce7"} 0 node_network_device_id{device="veth4ff5800"} 0 node_network_device_id{device="veth50335f7"} 0 node_network_device_id{device="veth5123919"} 0 node_network_device_id{device="veth53c44d9"} 0 node_network_device_id{device="veth56652c2"} 0 node_network_device_id{device="veth5906804"} 0 node_network_device_id{device="veth5df43fb"} 0 node_network_device_id{device="veth60c27f7"} 0 node_network_device_id{device="veth613656c"} 0 node_network_device_id{device="veth65ea001"} 0 node_network_device_id{device="veth66774ed"} 0 node_network_device_id{device="veth6753e45"} 0 node_network_device_id{device="veth6a74c17"} 0 node_network_device_id{device="veth6b7a2cd"} 0 node_network_device_id{device="veth70a1f17"} 0 node_network_device_id{device="veth70dbbab"} 0 node_network_device_id{device="veth79e3bc2"} 0 node_network_device_id{device="veth7f0bc32"} 0 node_network_device_id{device="veth8a2483a"} 0 node_network_device_id{device="veth9893f02"} 0 node_network_device_id{device="veth997d062"} 0 node_network_device_id{device="veth9ba63af"} 0 node_network_device_id{device="veth9fcbade"} 0 node_network_device_id{device="vetha0e2fd5"} 0 node_network_device_id{device="vetha1c0ad4"} 0 node_network_device_id{device="vetha298b72"} 0 node_network_device_id{device="vetha4f5475"} 0 node_network_device_id{device="vetha635b99"} 0 node_network_device_id{device="vethacb5d81"} 0 node_network_device_id{device="vethb679805"} 0 node_network_device_id{device="vethbbd1fb8"} 0 node_network_device_id{device="vethbd73057"} 0 node_network_device_id{device="vethbe41948"} 0 node_network_device_id{device="vethc1de250"} 0 node_network_device_id{device="vethc2d7ca1"} 0 node_network_device_id{device="vethc6bc89e"} 0 node_network_device_id{device="vethd09c67b"} 0 node_network_device_id{device="vethd2e28b9"} 0 node_network_device_id{device="vethd31e86f"} 0 node_network_device_id{device="vethd8d574e"} 0 node_network_device_id{device="vethdddcd37"} 0 node_network_device_id{device="vethe06b3d5"} 0 node_network_device_id{device="vethe2a65bf"} 0 node_network_device_id{device="vethe624e29"} 0 node_network_device_id{device="vethe723580"} 0 node_network_device_id{device="vethedb9d34"} 0 node_network_device_id{device="vethf0c89d5"} 0 node_network_device_id{device="vethf281ffa"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0e0fa2f5d71e"} 0 node_network_dormant{device="br-0f04c8b66053"} 0 node_network_dormant{device="br-79717c72cb99"} 0 node_network_dormant{device="br-b1e96182b23e"} 0 node_network_dormant{device="br-e460a085fda1"} 0 node_network_dormant{device="br-ea2f9fbe90a1"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth025a69f"} 0 node_network_dormant{device="veth0ac61bc"} 0 node_network_dormant{device="veth0ec224a"} 0 node_network_dormant{device="veth1300214"} 0 node_network_dormant{device="veth164a121"} 0 node_network_dormant{device="veth1727c98"} 0 node_network_dormant{device="veth1a43eec"} 0 node_network_dormant{device="veth20ca2a0"} 0 node_network_dormant{device="veth2299c19"} 0 node_network_dormant{device="veth22c8695"} 0 node_network_dormant{device="veth2373a98"} 0 node_network_dormant{device="veth283b2b6"} 0 node_network_dormant{device="veth28c2c2d"} 0 node_network_dormant{device="veth2d53e10"} 0 node_network_dormant{device="veth2ef224d"} 0 node_network_dormant{device="veth3025451"} 0 node_network_dormant{device="veth33143b3"} 0 node_network_dormant{device="veth33b408f"} 0 node_network_dormant{device="veth33da4ab"} 0 node_network_dormant{device="veth36e74c0"} 0 node_network_dormant{device="veth3796180"} 0 node_network_dormant{device="veth394642a"} 0 node_network_dormant{device="veth3af5535"} 0 node_network_dormant{device="veth3af632f"} 0 node_network_dormant{device="veth3b6359c"} 0 node_network_dormant{device="veth3bea12a"} 0 node_network_dormant{device="veth3eb1ce7"} 0 node_network_dormant{device="veth4ff5800"} 0 node_network_dormant{device="veth50335f7"} 0 node_network_dormant{device="veth5123919"} 0 node_network_dormant{device="veth53c44d9"} 0 node_network_dormant{device="veth56652c2"} 0 node_network_dormant{device="veth5906804"} 0 node_network_dormant{device="veth5df43fb"} 0 node_network_dormant{device="veth60c27f7"} 0 node_network_dormant{device="veth613656c"} 0 node_network_dormant{device="veth65ea001"} 0 node_network_dormant{device="veth66774ed"} 0 node_network_dormant{device="veth6753e45"} 0 node_network_dormant{device="veth6a74c17"} 0 node_network_dormant{device="veth6b7a2cd"} 0 node_network_dormant{device="veth70a1f17"} 0 node_network_dormant{device="veth70dbbab"} 0 node_network_dormant{device="veth79e3bc2"} 0 node_network_dormant{device="veth7f0bc32"} 0 node_network_dormant{device="veth8a2483a"} 0 node_network_dormant{device="veth9893f02"} 0 node_network_dormant{device="veth997d062"} 0 node_network_dormant{device="veth9ba63af"} 0 node_network_dormant{device="veth9fcbade"} 0 node_network_dormant{device="vetha0e2fd5"} 0 node_network_dormant{device="vetha1c0ad4"} 0 node_network_dormant{device="vetha298b72"} 0 node_network_dormant{device="vetha4f5475"} 0 node_network_dormant{device="vetha635b99"} 0 node_network_dormant{device="vethacb5d81"} 0 node_network_dormant{device="vethb679805"} 0 node_network_dormant{device="vethbbd1fb8"} 0 node_network_dormant{device="vethbd73057"} 0 node_network_dormant{device="vethbe41948"} 0 node_network_dormant{device="vethc1de250"} 0 node_network_dormant{device="vethc2d7ca1"} 0 node_network_dormant{device="vethc6bc89e"} 0 node_network_dormant{device="vethd09c67b"} 0 node_network_dormant{device="vethd2e28b9"} 0 node_network_dormant{device="vethd31e86f"} 0 node_network_dormant{device="vethd8d574e"} 0 node_network_dormant{device="vethdddcd37"} 0 node_network_dormant{device="vethe06b3d5"} 0 node_network_dormant{device="vethe2a65bf"} 0 node_network_dormant{device="vethe624e29"} 0 node_network_dormant{device="vethe723580"} 0 node_network_dormant{device="vethedb9d34"} 0 node_network_dormant{device="vethf0c89d5"} 0 node_network_dormant{device="vethf281ffa"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0e0fa2f5d71e"} 4099 node_network_flags{device="br-0f04c8b66053"} 4099 node_network_flags{device="br-79717c72cb99"} 4099 node_network_flags{device="br-b1e96182b23e"} 4099 node_network_flags{device="br-e460a085fda1"} 4099 node_network_flags{device="br-ea2f9fbe90a1"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth025a69f"} 4867 node_network_flags{device="veth0ac61bc"} 4867 node_network_flags{device="veth0ec224a"} 4867 node_network_flags{device="veth1300214"} 4867 node_network_flags{device="veth164a121"} 4867 node_network_flags{device="veth1727c98"} 4867 node_network_flags{device="veth1a43eec"} 4867 node_network_flags{device="veth20ca2a0"} 4867 node_network_flags{device="veth2299c19"} 4867 node_network_flags{device="veth22c8695"} 4867 node_network_flags{device="veth2373a98"} 4867 node_network_flags{device="veth283b2b6"} 4867 node_network_flags{device="veth28c2c2d"} 4867 node_network_flags{device="veth2d53e10"} 4867 node_network_flags{device="veth2ef224d"} 4867 node_network_flags{device="veth3025451"} 4867 node_network_flags{device="veth33143b3"} 4867 node_network_flags{device="veth33b408f"} 4867 node_network_flags{device="veth33da4ab"} 4867 node_network_flags{device="veth36e74c0"} 4867 node_network_flags{device="veth3796180"} 4867 node_network_flags{device="veth394642a"} 4867 node_network_flags{device="veth3af5535"} 4867 node_network_flags{device="veth3af632f"} 4867 node_network_flags{device="veth3b6359c"} 4867 node_network_flags{device="veth3bea12a"} 4867 node_network_flags{device="veth3eb1ce7"} 4867 node_network_flags{device="veth4ff5800"} 4867 node_network_flags{device="veth50335f7"} 4867 node_network_flags{device="veth5123919"} 4867 node_network_flags{device="veth53c44d9"} 4867 node_network_flags{device="veth56652c2"} 4867 node_network_flags{device="veth5906804"} 4867 node_network_flags{device="veth5df43fb"} 4867 node_network_flags{device="veth60c27f7"} 4867 node_network_flags{device="veth613656c"} 4867 node_network_flags{device="veth65ea001"} 4867 node_network_flags{device="veth66774ed"} 4867 node_network_flags{device="veth6753e45"} 4867 node_network_flags{device="veth6a74c17"} 4867 node_network_flags{device="veth6b7a2cd"} 4867 node_network_flags{device="veth70a1f17"} 4867 node_network_flags{device="veth70dbbab"} 4867 node_network_flags{device="veth79e3bc2"} 4867 node_network_flags{device="veth7f0bc32"} 4867 node_network_flags{device="veth8a2483a"} 4867 node_network_flags{device="veth9893f02"} 4867 node_network_flags{device="veth997d062"} 4867 node_network_flags{device="veth9ba63af"} 4867 node_network_flags{device="veth9fcbade"} 4867 node_network_flags{device="vetha0e2fd5"} 4867 node_network_flags{device="vetha1c0ad4"} 4867 node_network_flags{device="vetha298b72"} 4867 node_network_flags{device="vetha4f5475"} 4867 node_network_flags{device="vetha635b99"} 4867 node_network_flags{device="vethacb5d81"} 4867 node_network_flags{device="vethb679805"} 4867 node_network_flags{device="vethbbd1fb8"} 4867 node_network_flags{device="vethbd73057"} 4867 node_network_flags{device="vethbe41948"} 4867 node_network_flags{device="vethc1de250"} 4867 node_network_flags{device="vethc2d7ca1"} 4867 node_network_flags{device="vethc6bc89e"} 4867 node_network_flags{device="vethd09c67b"} 4867 node_network_flags{device="vethd2e28b9"} 4867 node_network_flags{device="vethd31e86f"} 4867 node_network_flags{device="vethd8d574e"} 4867 node_network_flags{device="vethdddcd37"} 4867 node_network_flags{device="vethe06b3d5"} 4867 node_network_flags{device="vethe2a65bf"} 4867 node_network_flags{device="vethe624e29"} 4867 node_network_flags{device="vethe723580"} 4867 node_network_flags{device="vethedb9d34"} 4867 node_network_flags{device="vethf0c89d5"} 4867 node_network_flags{device="vethf281ffa"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0e0fa2f5d71e"} 280294 node_network_iface_id{device="br-0f04c8b66053"} 6 node_network_iface_id{device="br-79717c72cb99"} 4 node_network_iface_id{device="br-b1e96182b23e"} 5 node_network_iface_id{device="br-e460a085fda1"} 17230 node_network_iface_id{device="br-ea2f9fbe90a1"} 280238 node_network_iface_id{device="docker0"} 9 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth025a69f"} 685162 node_network_iface_id{device="veth0ac61bc"} 770148 node_network_iface_id{device="veth0ec224a"} 559399 node_network_iface_id{device="veth1300214"} 27 node_network_iface_id{device="veth164a121"} 280295 node_network_iface_id{device="veth1727c98"} 65 node_network_iface_id{device="veth1a43eec"} 280243 node_network_iface_id{device="veth20ca2a0"} 684316 node_network_iface_id{device="veth2299c19"} 280300 node_network_iface_id{device="veth22c8695"} 685164 node_network_iface_id{device="veth2373a98"} 685148 node_network_iface_id{device="veth283b2b6"} 576417 node_network_iface_id{device="veth28c2c2d"} 280297 node_network_iface_id{device="veth2d53e10"} 280312 node_network_iface_id{device="veth2ef224d"} 684308 node_network_iface_id{device="veth3025451"} 599667 node_network_iface_id{device="veth33143b3"} 833944 node_network_iface_id{device="veth33b408f"} 685050 node_network_iface_id{device="veth33da4ab"} 770154 node_network_iface_id{device="veth36e74c0"} 576416 node_network_iface_id{device="veth3796180"} 40 node_network_iface_id{device="veth394642a"} 280240 node_network_iface_id{device="veth3af5535"} 684285 node_network_iface_id{device="veth3af632f"} 685048 node_network_iface_id{device="veth3b6359c"} 280301 node_network_iface_id{device="veth3bea12a"} 280245 node_network_iface_id{device="veth3eb1ce7"} 280239 node_network_iface_id{device="veth4ff5800"} 280307 node_network_iface_id{device="veth50335f7"} 611750 node_network_iface_id{device="veth5123919"} 834048 node_network_iface_id{device="veth53c44d9"} 280255 node_network_iface_id{device="veth56652c2"} 280259 node_network_iface_id{device="veth5906804"} 684286 node_network_iface_id{device="veth5df43fb"} 51 node_network_iface_id{device="veth60c27f7"} 834050 node_network_iface_id{device="veth613656c"} 280258 node_network_iface_id{device="veth65ea001"} 685156 node_network_iface_id{device="veth66774ed"} 68 node_network_iface_id{device="veth6753e45"} 280241 node_network_iface_id{device="veth6a74c17"} 23 node_network_iface_id{device="veth6b7a2cd"} 280296 node_network_iface_id{device="veth70a1f17"} 19 node_network_iface_id{device="veth70dbbab"} 35302 node_network_iface_id{device="veth79e3bc2"} 35297 node_network_iface_id{device="veth7f0bc32"} 13 node_network_iface_id{device="veth8a2483a"} 280304 node_network_iface_id{device="veth9893f02"} 576209 node_network_iface_id{device="veth997d062"} 611731 node_network_iface_id{device="veth9ba63af"} 44 node_network_iface_id{device="veth9fcbade"} 35294 node_network_iface_id{device="vetha0e2fd5"} 611751 node_network_iface_id{device="vetha1c0ad4"} 280299 node_network_iface_id{device="vetha298b72"} 280242 node_network_iface_id{device="vetha4f5475"} 22 node_network_iface_id{device="vetha635b99"} 833946 node_network_iface_id{device="vethacb5d81"} 280244 node_network_iface_id{device="vethb679805"} 280308 node_network_iface_id{device="vethbbd1fb8"} 35295 node_network_iface_id{device="vethbd73057"} 684300 node_network_iface_id{device="vethbe41948"} 685146 node_network_iface_id{device="vethc1de250"} 882914 node_network_iface_id{device="vethc2d7ca1"} 280303 node_network_iface_id{device="vethc6bc89e"} 80 node_network_iface_id{device="vethd09c67b"} 280298 node_network_iface_id{device="vethd2e28b9"} 39 node_network_iface_id{device="vethd31e86f"} 559401 node_network_iface_id{device="vethd8d574e"} 684326 node_network_iface_id{device="vethdddcd37"} 576210 node_network_iface_id{device="vethe06b3d5"} 684307 node_network_iface_id{device="vethe2a65bf"} 611752 node_network_iface_id{device="vethe624e29"} 834056 node_network_iface_id{device="vethe723580"} 34 node_network_iface_id{device="vethedb9d34"} 31 node_network_iface_id{device="vethf0c89d5"} 684256 node_network_iface_id{device="vethf281ffa"} 280246 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0e0fa2f5d71e"} 280294 node_network_iface_link{device="br-0f04c8b66053"} 6 node_network_iface_link{device="br-79717c72cb99"} 4 node_network_iface_link{device="br-b1e96182b23e"} 5 node_network_iface_link{device="br-e460a085fda1"} 17230 node_network_iface_link{device="br-ea2f9fbe90a1"} 280238 node_network_iface_link{device="docker0"} 9 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth025a69f"} 2 node_network_iface_link{device="veth0ac61bc"} 2 node_network_iface_link{device="veth0ec224a"} 2 node_network_iface_link{device="veth1300214"} 2 node_network_iface_link{device="veth164a121"} 2 node_network_iface_link{device="veth1727c98"} 2 node_network_iface_link{device="veth1a43eec"} 2 node_network_iface_link{device="veth20ca2a0"} 2 node_network_iface_link{device="veth2299c19"} 2 node_network_iface_link{device="veth22c8695"} 2 node_network_iface_link{device="veth2373a98"} 2 node_network_iface_link{device="veth283b2b6"} 2 node_network_iface_link{device="veth28c2c2d"} 2 node_network_iface_link{device="veth2d53e10"} 2 node_network_iface_link{device="veth2ef224d"} 2 node_network_iface_link{device="veth3025451"} 2 node_network_iface_link{device="veth33143b3"} 2 node_network_iface_link{device="veth33b408f"} 2 node_network_iface_link{device="veth33da4ab"} 2 node_network_iface_link{device="veth36e74c0"} 2 node_network_iface_link{device="veth3796180"} 2 node_network_iface_link{device="veth394642a"} 2 node_network_iface_link{device="veth3af5535"} 2 node_network_iface_link{device="veth3af632f"} 2 node_network_iface_link{device="veth3b6359c"} 2 node_network_iface_link{device="veth3bea12a"} 2 node_network_iface_link{device="veth3eb1ce7"} 2 node_network_iface_link{device="veth4ff5800"} 2 node_network_iface_link{device="veth50335f7"} 2 node_network_iface_link{device="veth5123919"} 2 node_network_iface_link{device="veth53c44d9"} 2 node_network_iface_link{device="veth56652c2"} 2 node_network_iface_link{device="veth5906804"} 2 node_network_iface_link{device="veth5df43fb"} 2 node_network_iface_link{device="veth60c27f7"} 2 node_network_iface_link{device="veth613656c"} 2 node_network_iface_link{device="veth65ea001"} 2 node_network_iface_link{device="veth66774ed"} 2 node_network_iface_link{device="veth6753e45"} 2 node_network_iface_link{device="veth6a74c17"} 2 node_network_iface_link{device="veth6b7a2cd"} 2 node_network_iface_link{device="veth70a1f17"} 2 node_network_iface_link{device="veth70dbbab"} 2 node_network_iface_link{device="veth79e3bc2"} 2 node_network_iface_link{device="veth7f0bc32"} 2 node_network_iface_link{device="veth8a2483a"} 3 node_network_iface_link{device="veth9893f02"} 2 node_network_iface_link{device="veth997d062"} 2 node_network_iface_link{device="veth9ba63af"} 2 node_network_iface_link{device="veth9fcbade"} 2 node_network_iface_link{device="vetha0e2fd5"} 2 node_network_iface_link{device="vetha1c0ad4"} 2 node_network_iface_link{device="vetha298b72"} 2 node_network_iface_link{device="vetha4f5475"} 2 node_network_iface_link{device="vetha635b99"} 2 node_network_iface_link{device="vethacb5d81"} 2 node_network_iface_link{device="vethb679805"} 2 node_network_iface_link{device="vethbbd1fb8"} 2 node_network_iface_link{device="vethbd73057"} 2 node_network_iface_link{device="vethbe41948"} 2 node_network_iface_link{device="vethc1de250"} 2 node_network_iface_link{device="vethc2d7ca1"} 2 node_network_iface_link{device="vethc6bc89e"} 3 node_network_iface_link{device="vethd09c67b"} 2 node_network_iface_link{device="vethd2e28b9"} 3 node_network_iface_link{device="vethd31e86f"} 2 node_network_iface_link{device="vethd8d574e"} 2 node_network_iface_link{device="vethdddcd37"} 2 node_network_iface_link{device="vethe06b3d5"} 2 node_network_iface_link{device="vethe2a65bf"} 2 node_network_iface_link{device="vethe624e29"} 2 node_network_iface_link{device="vethe723580"} 2 node_network_iface_link{device="vethedb9d34"} 2 node_network_iface_link{device="vethf0c89d5"} 2 node_network_iface_link{device="vethf281ffa"} 3 # 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-0e0fa2f5d71e"} 0 node_network_iface_link_mode{device="br-0f04c8b66053"} 0 node_network_iface_link_mode{device="br-79717c72cb99"} 0 node_network_iface_link_mode{device="br-b1e96182b23e"} 0 node_network_iface_link_mode{device="br-e460a085fda1"} 0 node_network_iface_link_mode{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 0 node_network_iface_link_mode{device="veth0ac61bc"} 0 node_network_iface_link_mode{device="veth0ec224a"} 0 node_network_iface_link_mode{device="veth1300214"} 0 node_network_iface_link_mode{device="veth164a121"} 0 node_network_iface_link_mode{device="veth1727c98"} 0 node_network_iface_link_mode{device="veth1a43eec"} 0 node_network_iface_link_mode{device="veth20ca2a0"} 0 node_network_iface_link_mode{device="veth2299c19"} 0 node_network_iface_link_mode{device="veth22c8695"} 0 node_network_iface_link_mode{device="veth2373a98"} 0 node_network_iface_link_mode{device="veth283b2b6"} 0 node_network_iface_link_mode{device="veth28c2c2d"} 0 node_network_iface_link_mode{device="veth2d53e10"} 0 node_network_iface_link_mode{device="veth2ef224d"} 0 node_network_iface_link_mode{device="veth3025451"} 0 node_network_iface_link_mode{device="veth33143b3"} 0 node_network_iface_link_mode{device="veth33b408f"} 0 node_network_iface_link_mode{device="veth33da4ab"} 0 node_network_iface_link_mode{device="veth36e74c0"} 0 node_network_iface_link_mode{device="veth3796180"} 0 node_network_iface_link_mode{device="veth394642a"} 0 node_network_iface_link_mode{device="veth3af5535"} 0 node_network_iface_link_mode{device="veth3af632f"} 0 node_network_iface_link_mode{device="veth3b6359c"} 0 node_network_iface_link_mode{device="veth3bea12a"} 0 node_network_iface_link_mode{device="veth3eb1ce7"} 0 node_network_iface_link_mode{device="veth4ff5800"} 0 node_network_iface_link_mode{device="veth50335f7"} 0 node_network_iface_link_mode{device="veth5123919"} 0 node_network_iface_link_mode{device="veth53c44d9"} 0 node_network_iface_link_mode{device="veth56652c2"} 0 node_network_iface_link_mode{device="veth5906804"} 0 node_network_iface_link_mode{device="veth5df43fb"} 0 node_network_iface_link_mode{device="veth60c27f7"} 0 node_network_iface_link_mode{device="veth613656c"} 0 node_network_iface_link_mode{device="veth65ea001"} 0 node_network_iface_link_mode{device="veth66774ed"} 0 node_network_iface_link_mode{device="veth6753e45"} 0 node_network_iface_link_mode{device="veth6a74c17"} 0 node_network_iface_link_mode{device="veth6b7a2cd"} 0 node_network_iface_link_mode{device="veth70a1f17"} 0 node_network_iface_link_mode{device="veth70dbbab"} 0 node_network_iface_link_mode{device="veth79e3bc2"} 0 node_network_iface_link_mode{device="veth7f0bc32"} 0 node_network_iface_link_mode{device="veth8a2483a"} 0 node_network_iface_link_mode{device="veth9893f02"} 0 node_network_iface_link_mode{device="veth997d062"} 0 node_network_iface_link_mode{device="veth9ba63af"} 0 node_network_iface_link_mode{device="veth9fcbade"} 0 node_network_iface_link_mode{device="vetha0e2fd5"} 0 node_network_iface_link_mode{device="vetha1c0ad4"} 0 node_network_iface_link_mode{device="vetha298b72"} 0 node_network_iface_link_mode{device="vetha4f5475"} 0 node_network_iface_link_mode{device="vetha635b99"} 0 node_network_iface_link_mode{device="vethacb5d81"} 0 node_network_iface_link_mode{device="vethb679805"} 0 node_network_iface_link_mode{device="vethbbd1fb8"} 0 node_network_iface_link_mode{device="vethbd73057"} 0 node_network_iface_link_mode{device="vethbe41948"} 0 node_network_iface_link_mode{device="vethc1de250"} 0 node_network_iface_link_mode{device="vethc2d7ca1"} 0 node_network_iface_link_mode{device="vethc6bc89e"} 0 node_network_iface_link_mode{device="vethd09c67b"} 0 node_network_iface_link_mode{device="vethd2e28b9"} 0 node_network_iface_link_mode{device="vethd31e86f"} 0 node_network_iface_link_mode{device="vethd8d574e"} 0 node_network_iface_link_mode{device="vethdddcd37"} 0 node_network_iface_link_mode{device="vethe06b3d5"} 0 node_network_iface_link_mode{device="vethe2a65bf"} 0 node_network_iface_link_mode{device="vethe624e29"} 0 node_network_iface_link_mode{device="vethe723580"} 0 node_network_iface_link_mode{device="vethedb9d34"} 0 node_network_iface_link_mode{device="vethf0c89d5"} 0 node_network_iface_link_mode{device="vethf281ffa"} 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:24:1f:3f:69:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha635b99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:2a:b7:94:2a:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe06b3d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:f2:a5:70:bc:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9893f02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:02:61:8c:cc:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1727c98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:73:a1:fb:4e:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb679805",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:2a:e0:b5:d0:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28c2c2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:23:91:ac:38:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bea12a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:76:5e:69:23:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6753e45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:a9:a2:aa:90:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70a1f17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:33:38:8c:0c:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f0bc32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:b3:36:2e:0c:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdddcd37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:52:90:ed:e7:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36e74c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c3:96:50:99:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2d7ca1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:10:7a:9b:33:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70dbbab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:8d:7b:3e:67:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56652c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:bc:65:e5:40:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3af5535",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:79:01:fc:4a:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0f04c8b66053",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="3e:03:be:da:83:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd31e86f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:99:c5:50:b3:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3eb1ce7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:3d:d5:16:d1:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2e28b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:67:5e:2a:ff:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth283b2b6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4b:ac:b7:9a:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="56:70:ae:03:45:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedb9d34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:9b:a6:4d:72:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe624e29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:f5:b0:d7:0d:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbd1fb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:f6:10:11:b9:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a43eec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:fb:8d:53:63:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0c89d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ea:53:9d:1e:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ef224d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:fc:39:45:c5:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-79717c72cb99",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="66:7b:b5:1e:be:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacb5d81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:9a:68:db:37:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8d574e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e0:4b:e8:dc:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5df43fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e6:df:2e:57:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth164a121",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:1d:a4:f0:ce:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ec224a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:03:bb:84:68:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2373a98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:65:c1:d4:ff:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ac61bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:90:22:3e:fa:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33b408f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:a6:e9:71:62:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1300214",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:bf:44:76:ab:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1c0ad4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:38:eb:37:be:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth394642a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:53:20:df:79:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ba63af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:b5:31:72:d9:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79e3bc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:03:f7:94:2c:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65ea001",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:88:54:88:92:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66774ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:66:74:ee:9a:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf281ffa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:9a:0d:13:32:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20ca2a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:f0:ad:88:b6:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a74c17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:02:4c:3e:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:09:a8:64:8f:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1de250",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:93:04:5d:de:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53c44d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:46:e0:53:99:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d53e10",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a2:a8:74:a6:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b7a2cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:d0:6a:53:39:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth997d062",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:e9:ae:99:bb:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ff5800",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:04:56:68:dd:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e460a085fda1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="b6:08:bb:80:3d:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3af632f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:98:61:ff:e9:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2a65bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:ec:98:7b:67:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd09c67b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:cf:4d:dd:40:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5906804",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:7c:fe:52:cb:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd73057",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:40:53:0f:01:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22c8695",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:96:70:a8:4d:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33143b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:fc:2e:19:be:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3025451",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ff:0d:c1:d3:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe723580",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:62:76:90:ec:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ea2f9fbe90a1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="d6:64:f4:9f:f5:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33da4ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:10:c8:fe:15:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60c27f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:68:4b:76:05:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b1e96182b23e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:69:a5:9a:15:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b6359c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:95:49:fe:af:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0e2fd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:e4:ba:91:bd:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5123919",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:0d:a4:dc:11:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50335f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:2d:12:00:0a:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4f5475",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:13:aa:ed:7b:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3796180",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:91:e9:7c:c5:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6bc89e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ea:3a:b6:0f:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha298b72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a7:b4:e0:31:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fcbade",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:33:12:0d:2a:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe41948",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:36:c9:64:85:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0e0fa2f5d71e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:50:37:3b:d6:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth025a69f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:52:0b:c8:f7:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth613656c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:56:80:74:80:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a2483a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:f8:4b:bb:46:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2299c19",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-0e0fa2f5d71e"} 1500 node_network_mtu_bytes{device="br-0f04c8b66053"} 1500 node_network_mtu_bytes{device="br-79717c72cb99"} 1500 node_network_mtu_bytes{device="br-b1e96182b23e"} 1500 node_network_mtu_bytes{device="br-e460a085fda1"} 1500 node_network_mtu_bytes{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 1500 node_network_mtu_bytes{device="veth0ac61bc"} 1500 node_network_mtu_bytes{device="veth0ec224a"} 1500 node_network_mtu_bytes{device="veth1300214"} 1500 node_network_mtu_bytes{device="veth164a121"} 1500 node_network_mtu_bytes{device="veth1727c98"} 1500 node_network_mtu_bytes{device="veth1a43eec"} 1500 node_network_mtu_bytes{device="veth20ca2a0"} 1500 node_network_mtu_bytes{device="veth2299c19"} 1500 node_network_mtu_bytes{device="veth22c8695"} 1500 node_network_mtu_bytes{device="veth2373a98"} 1500 node_network_mtu_bytes{device="veth283b2b6"} 1500 node_network_mtu_bytes{device="veth28c2c2d"} 1500 node_network_mtu_bytes{device="veth2d53e10"} 1500 node_network_mtu_bytes{device="veth2ef224d"} 1500 node_network_mtu_bytes{device="veth3025451"} 1500 node_network_mtu_bytes{device="veth33143b3"} 1500 node_network_mtu_bytes{device="veth33b408f"} 1500 node_network_mtu_bytes{device="veth33da4ab"} 1500 node_network_mtu_bytes{device="veth36e74c0"} 1500 node_network_mtu_bytes{device="veth3796180"} 1500 node_network_mtu_bytes{device="veth394642a"} 1500 node_network_mtu_bytes{device="veth3af5535"} 1500 node_network_mtu_bytes{device="veth3af632f"} 1500 node_network_mtu_bytes{device="veth3b6359c"} 1500 node_network_mtu_bytes{device="veth3bea12a"} 1500 node_network_mtu_bytes{device="veth3eb1ce7"} 1500 node_network_mtu_bytes{device="veth4ff5800"} 1500 node_network_mtu_bytes{device="veth50335f7"} 1500 node_network_mtu_bytes{device="veth5123919"} 1500 node_network_mtu_bytes{device="veth53c44d9"} 1500 node_network_mtu_bytes{device="veth56652c2"} 1500 node_network_mtu_bytes{device="veth5906804"} 1500 node_network_mtu_bytes{device="veth5df43fb"} 1500 node_network_mtu_bytes{device="veth60c27f7"} 1500 node_network_mtu_bytes{device="veth613656c"} 1500 node_network_mtu_bytes{device="veth65ea001"} 1500 node_network_mtu_bytes{device="veth66774ed"} 1500 node_network_mtu_bytes{device="veth6753e45"} 1500 node_network_mtu_bytes{device="veth6a74c17"} 1500 node_network_mtu_bytes{device="veth6b7a2cd"} 1500 node_network_mtu_bytes{device="veth70a1f17"} 1500 node_network_mtu_bytes{device="veth70dbbab"} 1500 node_network_mtu_bytes{device="veth79e3bc2"} 1500 node_network_mtu_bytes{device="veth7f0bc32"} 1500 node_network_mtu_bytes{device="veth8a2483a"} 1500 node_network_mtu_bytes{device="veth9893f02"} 1500 node_network_mtu_bytes{device="veth997d062"} 1500 node_network_mtu_bytes{device="veth9ba63af"} 1500 node_network_mtu_bytes{device="veth9fcbade"} 1500 node_network_mtu_bytes{device="vetha0e2fd5"} 1500 node_network_mtu_bytes{device="vetha1c0ad4"} 1500 node_network_mtu_bytes{device="vetha298b72"} 1500 node_network_mtu_bytes{device="vetha4f5475"} 1500 node_network_mtu_bytes{device="vetha635b99"} 1500 node_network_mtu_bytes{device="vethacb5d81"} 1500 node_network_mtu_bytes{device="vethb679805"} 1500 node_network_mtu_bytes{device="vethbbd1fb8"} 1500 node_network_mtu_bytes{device="vethbd73057"} 1500 node_network_mtu_bytes{device="vethbe41948"} 1500 node_network_mtu_bytes{device="vethc1de250"} 1500 node_network_mtu_bytes{device="vethc2d7ca1"} 1500 node_network_mtu_bytes{device="vethc6bc89e"} 1500 node_network_mtu_bytes{device="vethd09c67b"} 1500 node_network_mtu_bytes{device="vethd2e28b9"} 1500 node_network_mtu_bytes{device="vethd31e86f"} 1500 node_network_mtu_bytes{device="vethd8d574e"} 1500 node_network_mtu_bytes{device="vethdddcd37"} 1500 node_network_mtu_bytes{device="vethe06b3d5"} 1500 node_network_mtu_bytes{device="vethe2a65bf"} 1500 node_network_mtu_bytes{device="vethe624e29"} 1500 node_network_mtu_bytes{device="vethe723580"} 1500 node_network_mtu_bytes{device="vethedb9d34"} 1500 node_network_mtu_bytes{device="vethf0c89d5"} 1500 node_network_mtu_bytes{device="vethf281ffa"} 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-0e0fa2f5d71e"} 3 node_network_name_assign_type{device="br-0f04c8b66053"} 3 node_network_name_assign_type{device="br-79717c72cb99"} 3 node_network_name_assign_type{device="br-b1e96182b23e"} 3 node_network_name_assign_type{device="br-e460a085fda1"} 3 node_network_name_assign_type{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 3 node_network_name_assign_type{device="veth0ac61bc"} 3 node_network_name_assign_type{device="veth0ec224a"} 3 node_network_name_assign_type{device="veth1300214"} 3 node_network_name_assign_type{device="veth164a121"} 3 node_network_name_assign_type{device="veth1727c98"} 3 node_network_name_assign_type{device="veth1a43eec"} 3 node_network_name_assign_type{device="veth20ca2a0"} 3 node_network_name_assign_type{device="veth2299c19"} 3 node_network_name_assign_type{device="veth22c8695"} 3 node_network_name_assign_type{device="veth2373a98"} 3 node_network_name_assign_type{device="veth283b2b6"} 3 node_network_name_assign_type{device="veth28c2c2d"} 3 node_network_name_assign_type{device="veth2d53e10"} 3 node_network_name_assign_type{device="veth2ef224d"} 3 node_network_name_assign_type{device="veth3025451"} 3 node_network_name_assign_type{device="veth33143b3"} 3 node_network_name_assign_type{device="veth33b408f"} 3 node_network_name_assign_type{device="veth33da4ab"} 3 node_network_name_assign_type{device="veth36e74c0"} 3 node_network_name_assign_type{device="veth3796180"} 3 node_network_name_assign_type{device="veth394642a"} 3 node_network_name_assign_type{device="veth3af5535"} 3 node_network_name_assign_type{device="veth3af632f"} 3 node_network_name_assign_type{device="veth3b6359c"} 3 node_network_name_assign_type{device="veth3bea12a"} 3 node_network_name_assign_type{device="veth3eb1ce7"} 3 node_network_name_assign_type{device="veth4ff5800"} 3 node_network_name_assign_type{device="veth50335f7"} 3 node_network_name_assign_type{device="veth5123919"} 3 node_network_name_assign_type{device="veth53c44d9"} 3 node_network_name_assign_type{device="veth56652c2"} 3 node_network_name_assign_type{device="veth5906804"} 3 node_network_name_assign_type{device="veth5df43fb"} 3 node_network_name_assign_type{device="veth60c27f7"} 3 node_network_name_assign_type{device="veth613656c"} 3 node_network_name_assign_type{device="veth65ea001"} 3 node_network_name_assign_type{device="veth66774ed"} 3 node_network_name_assign_type{device="veth6753e45"} 3 node_network_name_assign_type{device="veth6a74c17"} 3 node_network_name_assign_type{device="veth6b7a2cd"} 3 node_network_name_assign_type{device="veth70a1f17"} 3 node_network_name_assign_type{device="veth70dbbab"} 3 node_network_name_assign_type{device="veth79e3bc2"} 3 node_network_name_assign_type{device="veth7f0bc32"} 3 node_network_name_assign_type{device="veth8a2483a"} 3 node_network_name_assign_type{device="veth9893f02"} 3 node_network_name_assign_type{device="veth997d062"} 3 node_network_name_assign_type{device="veth9ba63af"} 3 node_network_name_assign_type{device="veth9fcbade"} 3 node_network_name_assign_type{device="vetha0e2fd5"} 3 node_network_name_assign_type{device="vetha1c0ad4"} 3 node_network_name_assign_type{device="vetha298b72"} 3 node_network_name_assign_type{device="vetha4f5475"} 3 node_network_name_assign_type{device="vetha635b99"} 3 node_network_name_assign_type{device="vethacb5d81"} 3 node_network_name_assign_type{device="vethb679805"} 3 node_network_name_assign_type{device="vethbbd1fb8"} 3 node_network_name_assign_type{device="vethbd73057"} 3 node_network_name_assign_type{device="vethbe41948"} 3 node_network_name_assign_type{device="vethc1de250"} 3 node_network_name_assign_type{device="vethc2d7ca1"} 3 node_network_name_assign_type{device="vethc6bc89e"} 3 node_network_name_assign_type{device="vethd09c67b"} 3 node_network_name_assign_type{device="vethd2e28b9"} 3 node_network_name_assign_type{device="vethd31e86f"} 3 node_network_name_assign_type{device="vethd8d574e"} 3 node_network_name_assign_type{device="vethdddcd37"} 3 node_network_name_assign_type{device="vethe06b3d5"} 3 node_network_name_assign_type{device="vethe2a65bf"} 3 node_network_name_assign_type{device="vethe624e29"} 3 node_network_name_assign_type{device="vethe723580"} 3 node_network_name_assign_type{device="vethedb9d34"} 3 node_network_name_assign_type{device="vethf0c89d5"} 3 node_network_name_assign_type{device="vethf281ffa"} 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-0e0fa2f5d71e"} 0 node_network_net_dev_group{device="br-0f04c8b66053"} 0 node_network_net_dev_group{device="br-79717c72cb99"} 0 node_network_net_dev_group{device="br-b1e96182b23e"} 0 node_network_net_dev_group{device="br-e460a085fda1"} 0 node_network_net_dev_group{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 0 node_network_net_dev_group{device="veth0ac61bc"} 0 node_network_net_dev_group{device="veth0ec224a"} 0 node_network_net_dev_group{device="veth1300214"} 0 node_network_net_dev_group{device="veth164a121"} 0 node_network_net_dev_group{device="veth1727c98"} 0 node_network_net_dev_group{device="veth1a43eec"} 0 node_network_net_dev_group{device="veth20ca2a0"} 0 node_network_net_dev_group{device="veth2299c19"} 0 node_network_net_dev_group{device="veth22c8695"} 0 node_network_net_dev_group{device="veth2373a98"} 0 node_network_net_dev_group{device="veth283b2b6"} 0 node_network_net_dev_group{device="veth28c2c2d"} 0 node_network_net_dev_group{device="veth2d53e10"} 0 node_network_net_dev_group{device="veth2ef224d"} 0 node_network_net_dev_group{device="veth3025451"} 0 node_network_net_dev_group{device="veth33143b3"} 0 node_network_net_dev_group{device="veth33b408f"} 0 node_network_net_dev_group{device="veth33da4ab"} 0 node_network_net_dev_group{device="veth36e74c0"} 0 node_network_net_dev_group{device="veth3796180"} 0 node_network_net_dev_group{device="veth394642a"} 0 node_network_net_dev_group{device="veth3af5535"} 0 node_network_net_dev_group{device="veth3af632f"} 0 node_network_net_dev_group{device="veth3b6359c"} 0 node_network_net_dev_group{device="veth3bea12a"} 0 node_network_net_dev_group{device="veth3eb1ce7"} 0 node_network_net_dev_group{device="veth4ff5800"} 0 node_network_net_dev_group{device="veth50335f7"} 0 node_network_net_dev_group{device="veth5123919"} 0 node_network_net_dev_group{device="veth53c44d9"} 0 node_network_net_dev_group{device="veth56652c2"} 0 node_network_net_dev_group{device="veth5906804"} 0 node_network_net_dev_group{device="veth5df43fb"} 0 node_network_net_dev_group{device="veth60c27f7"} 0 node_network_net_dev_group{device="veth613656c"} 0 node_network_net_dev_group{device="veth65ea001"} 0 node_network_net_dev_group{device="veth66774ed"} 0 node_network_net_dev_group{device="veth6753e45"} 0 node_network_net_dev_group{device="veth6a74c17"} 0 node_network_net_dev_group{device="veth6b7a2cd"} 0 node_network_net_dev_group{device="veth70a1f17"} 0 node_network_net_dev_group{device="veth70dbbab"} 0 node_network_net_dev_group{device="veth79e3bc2"} 0 node_network_net_dev_group{device="veth7f0bc32"} 0 node_network_net_dev_group{device="veth8a2483a"} 0 node_network_net_dev_group{device="veth9893f02"} 0 node_network_net_dev_group{device="veth997d062"} 0 node_network_net_dev_group{device="veth9ba63af"} 0 node_network_net_dev_group{device="veth9fcbade"} 0 node_network_net_dev_group{device="vetha0e2fd5"} 0 node_network_net_dev_group{device="vetha1c0ad4"} 0 node_network_net_dev_group{device="vetha298b72"} 0 node_network_net_dev_group{device="vetha4f5475"} 0 node_network_net_dev_group{device="vetha635b99"} 0 node_network_net_dev_group{device="vethacb5d81"} 0 node_network_net_dev_group{device="vethb679805"} 0 node_network_net_dev_group{device="vethbbd1fb8"} 0 node_network_net_dev_group{device="vethbd73057"} 0 node_network_net_dev_group{device="vethbe41948"} 0 node_network_net_dev_group{device="vethc1de250"} 0 node_network_net_dev_group{device="vethc2d7ca1"} 0 node_network_net_dev_group{device="vethc6bc89e"} 0 node_network_net_dev_group{device="vethd09c67b"} 0 node_network_net_dev_group{device="vethd2e28b9"} 0 node_network_net_dev_group{device="vethd31e86f"} 0 node_network_net_dev_group{device="vethd8d574e"} 0 node_network_net_dev_group{device="vethdddcd37"} 0 node_network_net_dev_group{device="vethe06b3d5"} 0 node_network_net_dev_group{device="vethe2a65bf"} 0 node_network_net_dev_group{device="vethe624e29"} 0 node_network_net_dev_group{device="vethe723580"} 0 node_network_net_dev_group{device="vethedb9d34"} 0 node_network_net_dev_group{device="vethf0c89d5"} 0 node_network_net_dev_group{device="vethf281ffa"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0e0fa2f5d71e"} 1 node_network_protocol_type{device="br-0f04c8b66053"} 1 node_network_protocol_type{device="br-79717c72cb99"} 1 node_network_protocol_type{device="br-b1e96182b23e"} 1 node_network_protocol_type{device="br-e460a085fda1"} 1 node_network_protocol_type{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 1 node_network_protocol_type{device="veth0ac61bc"} 1 node_network_protocol_type{device="veth0ec224a"} 1 node_network_protocol_type{device="veth1300214"} 1 node_network_protocol_type{device="veth164a121"} 1 node_network_protocol_type{device="veth1727c98"} 1 node_network_protocol_type{device="veth1a43eec"} 1 node_network_protocol_type{device="veth20ca2a0"} 1 node_network_protocol_type{device="veth2299c19"} 1 node_network_protocol_type{device="veth22c8695"} 1 node_network_protocol_type{device="veth2373a98"} 1 node_network_protocol_type{device="veth283b2b6"} 1 node_network_protocol_type{device="veth28c2c2d"} 1 node_network_protocol_type{device="veth2d53e10"} 1 node_network_protocol_type{device="veth2ef224d"} 1 node_network_protocol_type{device="veth3025451"} 1 node_network_protocol_type{device="veth33143b3"} 1 node_network_protocol_type{device="veth33b408f"} 1 node_network_protocol_type{device="veth33da4ab"} 1 node_network_protocol_type{device="veth36e74c0"} 1 node_network_protocol_type{device="veth3796180"} 1 node_network_protocol_type{device="veth394642a"} 1 node_network_protocol_type{device="veth3af5535"} 1 node_network_protocol_type{device="veth3af632f"} 1 node_network_protocol_type{device="veth3b6359c"} 1 node_network_protocol_type{device="veth3bea12a"} 1 node_network_protocol_type{device="veth3eb1ce7"} 1 node_network_protocol_type{device="veth4ff5800"} 1 node_network_protocol_type{device="veth50335f7"} 1 node_network_protocol_type{device="veth5123919"} 1 node_network_protocol_type{device="veth53c44d9"} 1 node_network_protocol_type{device="veth56652c2"} 1 node_network_protocol_type{device="veth5906804"} 1 node_network_protocol_type{device="veth5df43fb"} 1 node_network_protocol_type{device="veth60c27f7"} 1 node_network_protocol_type{device="veth613656c"} 1 node_network_protocol_type{device="veth65ea001"} 1 node_network_protocol_type{device="veth66774ed"} 1 node_network_protocol_type{device="veth6753e45"} 1 node_network_protocol_type{device="veth6a74c17"} 1 node_network_protocol_type{device="veth6b7a2cd"} 1 node_network_protocol_type{device="veth70a1f17"} 1 node_network_protocol_type{device="veth70dbbab"} 1 node_network_protocol_type{device="veth79e3bc2"} 1 node_network_protocol_type{device="veth7f0bc32"} 1 node_network_protocol_type{device="veth8a2483a"} 1 node_network_protocol_type{device="veth9893f02"} 1 node_network_protocol_type{device="veth997d062"} 1 node_network_protocol_type{device="veth9ba63af"} 1 node_network_protocol_type{device="veth9fcbade"} 1 node_network_protocol_type{device="vetha0e2fd5"} 1 node_network_protocol_type{device="vetha1c0ad4"} 1 node_network_protocol_type{device="vetha298b72"} 1 node_network_protocol_type{device="vetha4f5475"} 1 node_network_protocol_type{device="vetha635b99"} 1 node_network_protocol_type{device="vethacb5d81"} 1 node_network_protocol_type{device="vethb679805"} 1 node_network_protocol_type{device="vethbbd1fb8"} 1 node_network_protocol_type{device="vethbd73057"} 1 node_network_protocol_type{device="vethbe41948"} 1 node_network_protocol_type{device="vethc1de250"} 1 node_network_protocol_type{device="vethc2d7ca1"} 1 node_network_protocol_type{device="vethc6bc89e"} 1 node_network_protocol_type{device="vethd09c67b"} 1 node_network_protocol_type{device="vethd2e28b9"} 1 node_network_protocol_type{device="vethd31e86f"} 1 node_network_protocol_type{device="vethd8d574e"} 1 node_network_protocol_type{device="vethdddcd37"} 1 node_network_protocol_type{device="vethe06b3d5"} 1 node_network_protocol_type{device="vethe2a65bf"} 1 node_network_protocol_type{device="vethe624e29"} 1 node_network_protocol_type{device="vethe723580"} 1 node_network_protocol_type{device="vethedb9d34"} 1 node_network_protocol_type{device="vethf0c89d5"} 1 node_network_protocol_type{device="vethf281ffa"} 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"} 1.085425702e+09 node_network_receive_bytes_total{device="eth1"} 254302 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"} 8.595897e+06 node_network_receive_packets_total{device="eth1"} 3629 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-0e0fa2f5d71e"} 1.25e+09 node_network_speed_bytes{device="br-0f04c8b66053"} 1.25e+09 node_network_speed_bytes{device="br-79717c72cb99"} 1.25e+09 node_network_speed_bytes{device="br-b1e96182b23e"} 1.25e+09 node_network_speed_bytes{device="br-e460a085fda1"} -125000 node_network_speed_bytes{device="br-ea2f9fbe90a1"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth025a69f"} 1.25e+09 node_network_speed_bytes{device="veth0ac61bc"} 1.25e+09 node_network_speed_bytes{device="veth0ec224a"} 1.25e+09 node_network_speed_bytes{device="veth1300214"} 1.25e+09 node_network_speed_bytes{device="veth164a121"} 1.25e+09 node_network_speed_bytes{device="veth1727c98"} 1.25e+09 node_network_speed_bytes{device="veth1a43eec"} 1.25e+09 node_network_speed_bytes{device="veth20ca2a0"} 1.25e+09 node_network_speed_bytes{device="veth2299c19"} 1.25e+09 node_network_speed_bytes{device="veth22c8695"} 1.25e+09 node_network_speed_bytes{device="veth2373a98"} 1.25e+09 node_network_speed_bytes{device="veth283b2b6"} 1.25e+09 node_network_speed_bytes{device="veth28c2c2d"} 1.25e+09 node_network_speed_bytes{device="veth2d53e10"} 1.25e+09 node_network_speed_bytes{device="veth2ef224d"} 1.25e+09 node_network_speed_bytes{device="veth3025451"} 1.25e+09 node_network_speed_bytes{device="veth33143b3"} 1.25e+09 node_network_speed_bytes{device="veth33b408f"} 1.25e+09 node_network_speed_bytes{device="veth33da4ab"} 1.25e+09 node_network_speed_bytes{device="veth36e74c0"} 1.25e+09 node_network_speed_bytes{device="veth3796180"} 1.25e+09 node_network_speed_bytes{device="veth394642a"} 1.25e+09 node_network_speed_bytes{device="veth3af5535"} 1.25e+09 node_network_speed_bytes{device="veth3af632f"} 1.25e+09 node_network_speed_bytes{device="veth3b6359c"} 1.25e+09 node_network_speed_bytes{device="veth3bea12a"} 1.25e+09 node_network_speed_bytes{device="veth3eb1ce7"} 1.25e+09 node_network_speed_bytes{device="veth4ff5800"} 1.25e+09 node_network_speed_bytes{device="veth50335f7"} 1.25e+09 node_network_speed_bytes{device="veth5123919"} 1.25e+09 node_network_speed_bytes{device="veth53c44d9"} 1.25e+09 node_network_speed_bytes{device="veth56652c2"} 1.25e+09 node_network_speed_bytes{device="veth5906804"} 1.25e+09 node_network_speed_bytes{device="veth5df43fb"} 1.25e+09 node_network_speed_bytes{device="veth60c27f7"} 1.25e+09 node_network_speed_bytes{device="veth613656c"} 1.25e+09 node_network_speed_bytes{device="veth65ea001"} 1.25e+09 node_network_speed_bytes{device="veth66774ed"} 1.25e+09 node_network_speed_bytes{device="veth6753e45"} 1.25e+09 node_network_speed_bytes{device="veth6a74c17"} 1.25e+09 node_network_speed_bytes{device="veth6b7a2cd"} 1.25e+09 node_network_speed_bytes{device="veth70a1f17"} 1.25e+09 node_network_speed_bytes{device="veth70dbbab"} 1.25e+09 node_network_speed_bytes{device="veth79e3bc2"} 1.25e+09 node_network_speed_bytes{device="veth7f0bc32"} 1.25e+09 node_network_speed_bytes{device="veth8a2483a"} 1.25e+09 node_network_speed_bytes{device="veth9893f02"} 1.25e+09 node_network_speed_bytes{device="veth997d062"} 1.25e+09 node_network_speed_bytes{device="veth9ba63af"} 1.25e+09 node_network_speed_bytes{device="veth9fcbade"} 1.25e+09 node_network_speed_bytes{device="vetha0e2fd5"} 1.25e+09 node_network_speed_bytes{device="vetha1c0ad4"} 1.25e+09 node_network_speed_bytes{device="vetha298b72"} 1.25e+09 node_network_speed_bytes{device="vetha4f5475"} 1.25e+09 node_network_speed_bytes{device="vetha635b99"} 1.25e+09 node_network_speed_bytes{device="vethacb5d81"} 1.25e+09 node_network_speed_bytes{device="vethb679805"} 1.25e+09 node_network_speed_bytes{device="vethbbd1fb8"} 1.25e+09 node_network_speed_bytes{device="vethbd73057"} 1.25e+09 node_network_speed_bytes{device="vethbe41948"} 1.25e+09 node_network_speed_bytes{device="vethc1de250"} 1.25e+09 node_network_speed_bytes{device="vethc2d7ca1"} 1.25e+09 node_network_speed_bytes{device="vethc6bc89e"} 1.25e+09 node_network_speed_bytes{device="vethd09c67b"} 1.25e+09 node_network_speed_bytes{device="vethd2e28b9"} 1.25e+09 node_network_speed_bytes{device="vethd31e86f"} 1.25e+09 node_network_speed_bytes{device="vethd8d574e"} 1.25e+09 node_network_speed_bytes{device="vethdddcd37"} 1.25e+09 node_network_speed_bytes{device="vethe06b3d5"} 1.25e+09 node_network_speed_bytes{device="vethe2a65bf"} 1.25e+09 node_network_speed_bytes{device="vethe624e29"} 1.25e+09 node_network_speed_bytes{device="vethe723580"} 1.25e+09 node_network_speed_bytes{device="vethedb9d34"} 1.25e+09 node_network_speed_bytes{device="vethf0c89d5"} 1.25e+09 node_network_speed_bytes{device="vethf281ffa"} 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"} 1.8501066333e+10 node_network_transmit_bytes_total{device="eth1"} 126 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"} 8.002655e+06 node_network_transmit_packets_total{device="eth1"} 3 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-0e0fa2f5d71e"} 0 node_network_transmit_queue_length{device="br-0f04c8b66053"} 0 node_network_transmit_queue_length{device="br-79717c72cb99"} 0 node_network_transmit_queue_length{device="br-b1e96182b23e"} 0 node_network_transmit_queue_length{device="br-e460a085fda1"} 0 node_network_transmit_queue_length{device="br-ea2f9fbe90a1"} 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="veth025a69f"} 0 node_network_transmit_queue_length{device="veth0ac61bc"} 0 node_network_transmit_queue_length{device="veth0ec224a"} 0 node_network_transmit_queue_length{device="veth1300214"} 0 node_network_transmit_queue_length{device="veth164a121"} 0 node_network_transmit_queue_length{device="veth1727c98"} 0 node_network_transmit_queue_length{device="veth1a43eec"} 0 node_network_transmit_queue_length{device="veth20ca2a0"} 0 node_network_transmit_queue_length{device="veth2299c19"} 0 node_network_transmit_queue_length{device="veth22c8695"} 0 node_network_transmit_queue_length{device="veth2373a98"} 0 node_network_transmit_queue_length{device="veth283b2b6"} 0 node_network_transmit_queue_length{device="veth28c2c2d"} 0 node_network_transmit_queue_length{device="veth2d53e10"} 0 node_network_transmit_queue_length{device="veth2ef224d"} 0 node_network_transmit_queue_length{device="veth3025451"} 0 node_network_transmit_queue_length{device="veth33143b3"} 0 node_network_transmit_queue_length{device="veth33b408f"} 0 node_network_transmit_queue_length{device="veth33da4ab"} 0 node_network_transmit_queue_length{device="veth36e74c0"} 0 node_network_transmit_queue_length{device="veth3796180"} 0 node_network_transmit_queue_length{device="veth394642a"} 0 node_network_transmit_queue_length{device="veth3af5535"} 0 node_network_transmit_queue_length{device="veth3af632f"} 0 node_network_transmit_queue_length{device="veth3b6359c"} 0 node_network_transmit_queue_length{device="veth3bea12a"} 0 node_network_transmit_queue_length{device="veth3eb1ce7"} 0 node_network_transmit_queue_length{device="veth4ff5800"} 0 node_network_transmit_queue_length{device="veth50335f7"} 0 node_network_transmit_queue_length{device="veth5123919"} 0 node_network_transmit_queue_length{device="veth53c44d9"} 0 node_network_transmit_queue_length{device="veth56652c2"} 0 node_network_transmit_queue_length{device="veth5906804"} 0 node_network_transmit_queue_length{device="veth5df43fb"} 0 node_network_transmit_queue_length{device="veth60c27f7"} 0 node_network_transmit_queue_length{device="veth613656c"} 0 node_network_transmit_queue_length{device="veth65ea001"} 0 node_network_transmit_queue_length{device="veth66774ed"} 0 node_network_transmit_queue_length{device="veth6753e45"} 0 node_network_transmit_queue_length{device="veth6a74c17"} 0 node_network_transmit_queue_length{device="veth6b7a2cd"} 0 node_network_transmit_queue_length{device="veth70a1f17"} 0 node_network_transmit_queue_length{device="veth70dbbab"} 0 node_network_transmit_queue_length{device="veth79e3bc2"} 0 node_network_transmit_queue_length{device="veth7f0bc32"} 0 node_network_transmit_queue_length{device="veth8a2483a"} 0 node_network_transmit_queue_length{device="veth9893f02"} 0 node_network_transmit_queue_length{device="veth997d062"} 0 node_network_transmit_queue_length{device="veth9ba63af"} 0 node_network_transmit_queue_length{device="veth9fcbade"} 0 node_network_transmit_queue_length{device="vetha0e2fd5"} 0 node_network_transmit_queue_length{device="vetha1c0ad4"} 0 node_network_transmit_queue_length{device="vetha298b72"} 0 node_network_transmit_queue_length{device="vetha4f5475"} 0 node_network_transmit_queue_length{device="vetha635b99"} 0 node_network_transmit_queue_length{device="vethacb5d81"} 0 node_network_transmit_queue_length{device="vethb679805"} 0 node_network_transmit_queue_length{device="vethbbd1fb8"} 0 node_network_transmit_queue_length{device="vethbd73057"} 0 node_network_transmit_queue_length{device="vethbe41948"} 0 node_network_transmit_queue_length{device="vethc1de250"} 0 node_network_transmit_queue_length{device="vethc2d7ca1"} 0 node_network_transmit_queue_length{device="vethc6bc89e"} 0 node_network_transmit_queue_length{device="vethd09c67b"} 0 node_network_transmit_queue_length{device="vethd2e28b9"} 0 node_network_transmit_queue_length{device="vethd31e86f"} 0 node_network_transmit_queue_length{device="vethd8d574e"} 0 node_network_transmit_queue_length{device="vethdddcd37"} 0 node_network_transmit_queue_length{device="vethe06b3d5"} 0 node_network_transmit_queue_length{device="vethe2a65bf"} 0 node_network_transmit_queue_length{device="vethe624e29"} 0 node_network_transmit_queue_length{device="vethe723580"} 0 node_network_transmit_queue_length{device="vethedb9d34"} 0 node_network_transmit_queue_length{device="vethf0c89d5"} 0 node_network_transmit_queue_length{device="vethf281ffa"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0e0fa2f5d71e"} 1 node_network_up{device="br-0f04c8b66053"} 1 node_network_up{device="br-79717c72cb99"} 1 node_network_up{device="br-b1e96182b23e"} 1 node_network_up{device="br-e460a085fda1"} 0 node_network_up{device="br-ea2f9fbe90a1"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth025a69f"} 1 node_network_up{device="veth0ac61bc"} 1 node_network_up{device="veth0ec224a"} 1 node_network_up{device="veth1300214"} 1 node_network_up{device="veth164a121"} 1 node_network_up{device="veth1727c98"} 1 node_network_up{device="veth1a43eec"} 1 node_network_up{device="veth20ca2a0"} 1 node_network_up{device="veth2299c19"} 1 node_network_up{device="veth22c8695"} 1 node_network_up{device="veth2373a98"} 1 node_network_up{device="veth283b2b6"} 1 node_network_up{device="veth28c2c2d"} 1 node_network_up{device="veth2d53e10"} 1 node_network_up{device="veth2ef224d"} 1 node_network_up{device="veth3025451"} 1 node_network_up{device="veth33143b3"} 1 node_network_up{device="veth33b408f"} 1 node_network_up{device="veth33da4ab"} 1 node_network_up{device="veth36e74c0"} 1 node_network_up{device="veth3796180"} 1 node_network_up{device="veth394642a"} 1 node_network_up{device="veth3af5535"} 1 node_network_up{device="veth3af632f"} 1 node_network_up{device="veth3b6359c"} 1 node_network_up{device="veth3bea12a"} 1 node_network_up{device="veth3eb1ce7"} 1 node_network_up{device="veth4ff5800"} 1 node_network_up{device="veth50335f7"} 1 node_network_up{device="veth5123919"} 1 node_network_up{device="veth53c44d9"} 1 node_network_up{device="veth56652c2"} 1 node_network_up{device="veth5906804"} 1 node_network_up{device="veth5df43fb"} 1 node_network_up{device="veth60c27f7"} 1 node_network_up{device="veth613656c"} 1 node_network_up{device="veth65ea001"} 1 node_network_up{device="veth66774ed"} 1 node_network_up{device="veth6753e45"} 1 node_network_up{device="veth6a74c17"} 1 node_network_up{device="veth6b7a2cd"} 1 node_network_up{device="veth70a1f17"} 1 node_network_up{device="veth70dbbab"} 1 node_network_up{device="veth79e3bc2"} 1 node_network_up{device="veth7f0bc32"} 1 node_network_up{device="veth8a2483a"} 1 node_network_up{device="veth9893f02"} 1 node_network_up{device="veth997d062"} 1 node_network_up{device="veth9ba63af"} 1 node_network_up{device="veth9fcbade"} 1 node_network_up{device="vetha0e2fd5"} 1 node_network_up{device="vetha1c0ad4"} 1 node_network_up{device="vetha298b72"} 1 node_network_up{device="vetha4f5475"} 1 node_network_up{device="vetha635b99"} 1 node_network_up{device="vethacb5d81"} 1 node_network_up{device="vethb679805"} 1 node_network_up{device="vethbbd1fb8"} 1 node_network_up{device="vethbd73057"} 1 node_network_up{device="vethbe41948"} 1 node_network_up{device="vethc1de250"} 1 node_network_up{device="vethc2d7ca1"} 1 node_network_up{device="vethc6bc89e"} 1 node_network_up{device="vethd09c67b"} 1 node_network_up{device="vethd2e28b9"} 1 node_network_up{device="vethd31e86f"} 1 node_network_up{device="vethd8d574e"} 1 node_network_up{device="vethdddcd37"} 1 node_network_up{device="vethe06b3d5"} 1 node_network_up{device="vethe2a65bf"} 1 node_network_up{device="vethe624e29"} 1 node_network_up{device="vethe723580"} 1 node_network_up{device="vethedb9d34"} 1 node_network_up{device="vethf0c89d5"} 1 node_network_up{device="vethf281ffa"} 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 11 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 22.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 97255.563463 # 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 3671.998138 # 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 4220.574706 # 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 787.404816 # 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 867.52999 # 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 2 # 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.622051899577797e+06 node_schedstat_running_seconds_total{cpu="1"} 1.608536133589357e+06 node_schedstat_running_seconds_total{cpu="2"} 1.61110336166553e+06 node_schedstat_running_seconds_total{cpu="3"} 2.011929874700053e+06 node_schedstat_running_seconds_total{cpu="4"} 1.82630817766881e+06 node_schedstat_running_seconds_total{cpu="5"} 1.745675915408354e+06 node_schedstat_running_seconds_total{cpu="6"} 1.684983556585164e+06 node_schedstat_running_seconds_total{cpu="7"} 1.644907429469519e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.346873628e+09 node_schedstat_timeslices_total{cpu="1"} 6.346208579e+09 node_schedstat_timeslices_total{cpu="2"} 6.36902037e+09 node_schedstat_timeslices_total{cpu="3"} 6.026745559e+09 node_schedstat_timeslices_total{cpu="4"} 6.145065209e+09 node_schedstat_timeslices_total{cpu="5"} 6.214339832e+09 node_schedstat_timeslices_total{cpu="6"} 6.247156347e+09 node_schedstat_timeslices_total{cpu="7"} 6.261973188e+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"} 84040.071313484 node_schedstat_waiting_seconds_total{cpu="1"} 84304.794096294 node_schedstat_waiting_seconds_total{cpu="2"} 84906.450640222 node_schedstat_waiting_seconds_total{cpu="3"} 83873.498983312 node_schedstat_waiting_seconds_total{cpu="4"} 82484.79180068 node_schedstat_waiting_seconds_total{cpu="5"} 83165.501704161 node_schedstat_waiting_seconds_total{cpu="6"} 83397.987264841 node_schedstat_waiting_seconds_total{cpu="7"} 77074.779350049 # 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.000413376 node_scrape_collector_duration_seconds{collector="bcache"} 2.3123e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.5409e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.050420173 node_scrape_collector_duration_seconds{collector="conntrack"} 7.7926e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001815894 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000274635 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002412954 node_scrape_collector_duration_seconds{collector="dmi"} 1.8965e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.359e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000103402 node_scrape_collector_duration_seconds{collector="fibrechannel"} 3.0547e-05 node_scrape_collector_duration_seconds{collector="filefd"} 4.5705e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.045972729 node_scrape_collector_duration_seconds{collector="hwmon"} 2.3925e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.9836e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.288e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.776e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.9741e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000278373 node_scrape_collector_duration_seconds{collector="netclass"} 0.071331129 node_scrape_collector_duration_seconds{collector="netdev"} 0.000435104 node_scrape_collector_duration_seconds{collector="netstat"} 0.00156244 node_scrape_collector_duration_seconds{collector="nfs"} 2.5527e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.0899e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.3272e-05 node_scrape_collector_duration_seconds{collector="os"} 8.0241e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.5957e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000187462 node_scrape_collector_duration_seconds{collector="rapl"} 4.3592e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000151153 node_scrape_collector_duration_seconds{collector="selinux"} 1.633e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000179206 node_scrape_collector_duration_seconds{collector="softnet"} 0.000139772 node_scrape_collector_duration_seconds{collector="stat"} 0.000300554 node_scrape_collector_duration_seconds{collector="tapestats"} 1.7082e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.3474e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000634729 node_scrape_collector_duration_seconds{collector="time"} 0.000136355 node_scrape_collector_duration_seconds{collector="timex"} 2.2463e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.00019246 node_scrape_collector_duration_seconds{collector="uname"} 1.2704e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000243726 node_scrape_collector_duration_seconds{collector="watchdog"} 6.8699e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.7903e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.9235e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 268 # 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 635 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 2.60096e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 3 # 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 59 # 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 241664 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8 # 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="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 # 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="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 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 10 node_softnet_dropped_total{cpu="1"} 10 node_softnet_dropped_total{cpu="2"} 4 node_softnet_dropped_total{cpu="3"} 7 node_softnet_dropped_total{cpu="4"} 7 node_softnet_dropped_total{cpu="5"} 2 node_softnet_dropped_total{cpu="6"} 4 node_softnet_dropped_total{cpu="7"} 35 # 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="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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 6.58944057e+08 node_softnet_processed_total{cpu="1"} 6.58546999e+08 node_softnet_processed_total{cpu="2"} 6.58943479e+08 node_softnet_processed_total{cpu="3"} 1.970011961e+09 node_softnet_processed_total{cpu="4"} 6.69766999e+08 node_softnet_processed_total{cpu="5"} 6.63382523e+08 node_softnet_processed_total{cpu="6"} 6.60950636e+08 node_softnet_processed_total{cpu="7"} 6.57358908e+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="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 # 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"} 2 node_softnet_times_squeezed_total{cpu="1"} 1 node_softnet_times_squeezed_total{cpu="2"} 2 node_softnet_times_squeezed_total{cpu="3"} 7 node_softnet_times_squeezed_total{cpu="4"} 3 node_softnet_times_squeezed_total{cpu="5"} 1 node_softnet_times_squeezed_total{cpu="6"} 2 node_softnet_times_squeezed_total{cpu="7"} 3 # 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.7652071588083184e+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.9999985317077636 # 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.343 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0.000100394 # 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="b7537e555c44",release="5.15.0-143-generic",sysname="Linux",version="#153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.1576573654e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 7.217635e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.41743046e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.596036855e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 8.141272e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 1.534405e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 66961.87 # 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 9.64567469e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.8389028239e+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.6601088e+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.75197676511e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273147392e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 874491 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0