# 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"} 2.8463e-05 go_gc_duration_seconds{quantile="0.25"} 6.9297e-05 go_gc_duration_seconds{quantile="0.5"} 8.8615e-05 go_gc_duration_seconds{quantile="0.75"} 0.000113157 go_gc_duration_seconds{quantile="1"} 0.00335402 go_gc_duration_seconds_sum 147.411776301 go_gc_duration_seconds_count 1.469266e+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 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.4"} 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.706432e+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 2.654042345008e+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.610826e+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.2954862846e+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.300696e+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.706432e+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.069696e+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.923392e+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 29860 # 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 6.012928e+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.1993088e+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.7803904466898184e+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.2954892706e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # 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 91040 # 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 146880 # 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.574378e+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 828942 # 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 589824 # 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 589824 # 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.948596e+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 9 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="br-3d1c59fd7c39"} 1 node_arp_entries{device="br-49275f09ab36"} 13 node_arp_entries{device="br-7b5f88bf8ca6"} 1 node_arp_entries{device="br-7d8ceb1e8c5a"} 1 node_arp_entries{device="ens3"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.764686021e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 7.1005442308e+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.500165114e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 6150.67 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 41.13 node_cpu_seconds_total{cpu="0",mode="softirq"} 111632.62 node_cpu_seconds_total{cpu="0",mode="steal"} 1832.98 node_cpu_seconds_total{cpu="0",mode="system"} 119330.76 node_cpu_seconds_total{cpu="0",mode="user"} 468192.57 node_cpu_seconds_total{cpu="1",mode="idle"} 1.491636485e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 6729.67 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 38.76 node_cpu_seconds_total{cpu="1",mode="softirq"} 47732.84 node_cpu_seconds_total{cpu="1",mode="steal"} 2137.54 node_cpu_seconds_total{cpu="1",mode="system"} 125225.42 node_cpu_seconds_total{cpu="1",mode="user"} 503888.03 node_cpu_seconds_total{cpu="2",mode="idle"} 1.496050545e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 6873.54 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 39.07 node_cpu_seconds_total{cpu="2",mode="softirq"} 14504.97 node_cpu_seconds_total{cpu="2",mode="steal"} 2072.6 node_cpu_seconds_total{cpu="2",mode="system"} 123620.71 node_cpu_seconds_total{cpu="2",mode="user"} 493693.25 node_cpu_seconds_total{cpu="3",mode="idle"} 1.498502785e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 6986.35 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 35.13 node_cpu_seconds_total{cpu="3",mode="softirq"} 9379.51 node_cpu_seconds_total{cpu="3",mode="steal"} 1755.13 node_cpu_seconds_total{cpu="3",mode="system"} 120608.96 node_cpu_seconds_total{cpu="3",mode="user"} 483066.63 node_cpu_seconds_total{cpu="4",mode="idle"} 1.500715821e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 7033.39 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 43.19 node_cpu_seconds_total{cpu="4",mode="softirq"} 7605.48 node_cpu_seconds_total{cpu="4",mode="steal"} 1708.52 node_cpu_seconds_total{cpu="4",mode="system"} 115926.9 node_cpu_seconds_total{cpu="4",mode="user"} 466973.33 node_cpu_seconds_total{cpu="5",mode="idle"} 1.502883633e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 7171.98 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 40.54 node_cpu_seconds_total{cpu="5",mode="softirq"} 6172.69 node_cpu_seconds_total{cpu="5",mode="steal"} 1646.59 node_cpu_seconds_total{cpu="5",mode="system"} 111015.01 node_cpu_seconds_total{cpu="5",mode="user"} 449916.97 node_cpu_seconds_total{cpu="6",mode="idle"} 1.504892473e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 7229.15 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 42.05 node_cpu_seconds_total{cpu="6",mode="softirq"} 5078.4 node_cpu_seconds_total{cpu="6",mode="steal"} 1601.24 node_cpu_seconds_total{cpu="6",mode="system"} 107638.23 node_cpu_seconds_total{cpu="6",mode="user"} 436353.78 node_cpu_seconds_total{cpu="7",mode="idle"} 1.506170946e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 7189.5 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 50.85 node_cpu_seconds_total{cpu="7",mode="softirq"} 4418.64 node_cpu_seconds_total{cpu="7",mode="steal"} 1565.89 node_cpu_seconds_total{cpu="7",mode="system"} 105993.8 node_cpu_seconds_total{cpu="7",mode="user"} 427519.96 # 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"} 8675.960000000001 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.08241169784e+11 # 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"} 3.1770042e+07 # 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"} 4 # 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"} 23453.921000000002 # 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"} 7.1779141e+07 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="QEMU_HARDDISK",path="pci-0000:00:04.0-scsi-0:0:0:0",revision="2.5+",rotational="1",serial="drive-scsi0-0-0-0",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 # 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"} 55438.728 # 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"} 255993.64 # 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"} 7.9130870272e+10 # 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"} 1680.891 # 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"} 6.919843e+06 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 1.390066e+06 # 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"} 222182.867 # 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.36689051e+08 # 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"} 4.41414184e+08 # 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"} 4.923302208e+12 # 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="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="1.16.3-debian-1.16.3-2~bpo12+1",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.2",product_family="Virtual Machine",product_name="OpenStack Nova",product_sku="",product_version="19.3.2",system_vendor="OpenStack Foundation"} 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="debian/sid",goarch="amd64",goos="linux",goversion="go1.24.4",revision="1.9.0-1+b4",tags="unknown",version="1.9.0"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 6976 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.225527296e+11 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.1762688e+08 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 # 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.3099008e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 # 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.1251749e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 # 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.31184676864e+11 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.1762688e+08 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 # 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.11157901312e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.29718272e+08 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.6195856e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.0886201705e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.26 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.33 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.34 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.663616e+06 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.69582336e+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.688159744e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.160749568e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.5208235008e+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 7.21321984e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.875841536e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.230831616e+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 3.352694784e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.5027411968e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.3826048e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 319488 # 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 1.3589372928e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 1.5825821696e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.236448768e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.8688384e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.15288064e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.465877504e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.150373888e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.4616636416e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.609266688e+09 # 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.03387136e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 7.70048e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.796313088e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.12713216e+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 5.13175552e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.109026304e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.609266688e+09 # 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 4.0124416e+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 412389 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 2.039382e+06 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 6.769728e+06 # 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 1.0640347e+07 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 1.0640288e+07 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.9659076396e+10 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 5.305646388e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 4.83109607832e+11 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.34416233929e+11 # 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 4.303379e+06 # 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 2197 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 2784 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 8296 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 112 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.0319095e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 6.6402523e+07 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 9.3359078e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2580 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 4457 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 26391 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 6 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 5.149068e+06 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 26418 # 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 1 # 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 3.5905758e+07 # 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 118 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 3.590914e+07 # 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-3d1c59fd7c39"} 3 node_network_address_assign_type{device="br-49275f09ab36"} 3 node_network_address_assign_type{device="br-7b5f88bf8ca6"} 3 node_network_address_assign_type{device="br-7d8ceb1e8c5a"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="ens3"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth00b7834"} 3 node_network_address_assign_type{device="veth06502b7"} 3 node_network_address_assign_type{device="veth0be93d2"} 3 node_network_address_assign_type{device="veth0f2885d"} 3 node_network_address_assign_type{device="veth182f029"} 3 node_network_address_assign_type{device="veth21b6b95"} 3 node_network_address_assign_type{device="veth398aef7"} 3 node_network_address_assign_type{device="veth3a8bf4a"} 3 node_network_address_assign_type{device="veth3e60774"} 3 node_network_address_assign_type{device="veth4cc6c5f"} 3 node_network_address_assign_type{device="veth5623437"} 3 node_network_address_assign_type{device="veth57c9c2b"} 3 node_network_address_assign_type{device="veth60a4598"} 3 node_network_address_assign_type{device="veth643813c"} 3 node_network_address_assign_type{device="veth6e14d17"} 3 node_network_address_assign_type{device="veth6e72c8d"} 3 node_network_address_assign_type{device="veth7192dd6"} 3 node_network_address_assign_type{device="veth780a1c2"} 3 node_network_address_assign_type{device="veth82496ae"} 3 node_network_address_assign_type{device="veth8a59f73"} 3 node_network_address_assign_type{device="veth8b46a62"} 3 node_network_address_assign_type{device="veth8dd69a0"} 3 node_network_address_assign_type{device="veth8de76b7"} 3 node_network_address_assign_type{device="veth9b70e59"} 3 node_network_address_assign_type{device="veth9c53b3f"} 3 node_network_address_assign_type{device="veth9eee620"} 3 node_network_address_assign_type{device="vetha06c145"} 3 node_network_address_assign_type{device="vetha7e28e1"} 3 node_network_address_assign_type{device="vethb37fc1b"} 3 node_network_address_assign_type{device="vethb3ad15e"} 3 node_network_address_assign_type{device="vethb7d4ca1"} 3 node_network_address_assign_type{device="vethbc77eca"} 3 node_network_address_assign_type{device="vethbcd88b5"} 3 node_network_address_assign_type{device="vethbd67b41"} 3 node_network_address_assign_type{device="vethd331276"} 3 node_network_address_assign_type{device="vethd42fca4"} 3 node_network_address_assign_type{device="vethd5d4b48"} 3 node_network_address_assign_type{device="vethe75d481"} 3 node_network_address_assign_type{device="vethf057b72"} 3 node_network_address_assign_type{device="vethf0bb58e"} 3 node_network_address_assign_type{device="vethf2aa402"} 3 node_network_address_assign_type{device="vethfa79bd2"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-3d1c59fd7c39"} 1 node_network_carrier{device="br-49275f09ab36"} 1 node_network_carrier{device="br-7b5f88bf8ca6"} 1 node_network_carrier{device="br-7d8ceb1e8c5a"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="ens3"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth00b7834"} 1 node_network_carrier{device="veth06502b7"} 1 node_network_carrier{device="veth0be93d2"} 1 node_network_carrier{device="veth0f2885d"} 1 node_network_carrier{device="veth182f029"} 1 node_network_carrier{device="veth21b6b95"} 1 node_network_carrier{device="veth398aef7"} 1 node_network_carrier{device="veth3a8bf4a"} 1 node_network_carrier{device="veth3e60774"} 1 node_network_carrier{device="veth4cc6c5f"} 1 node_network_carrier{device="veth5623437"} 1 node_network_carrier{device="veth57c9c2b"} 1 node_network_carrier{device="veth60a4598"} 1 node_network_carrier{device="veth643813c"} 1 node_network_carrier{device="veth6e14d17"} 1 node_network_carrier{device="veth6e72c8d"} 1 node_network_carrier{device="veth7192dd6"} 1 node_network_carrier{device="veth780a1c2"} 1 node_network_carrier{device="veth82496ae"} 1 node_network_carrier{device="veth8a59f73"} 1 node_network_carrier{device="veth8b46a62"} 1 node_network_carrier{device="veth8dd69a0"} 1 node_network_carrier{device="veth8de76b7"} 1 node_network_carrier{device="veth9b70e59"} 1 node_network_carrier{device="veth9c53b3f"} 1 node_network_carrier{device="veth9eee620"} 1 node_network_carrier{device="vetha06c145"} 1 node_network_carrier{device="vetha7e28e1"} 1 node_network_carrier{device="vethb37fc1b"} 1 node_network_carrier{device="vethb3ad15e"} 1 node_network_carrier{device="vethb7d4ca1"} 1 node_network_carrier{device="vethbc77eca"} 1 node_network_carrier{device="vethbcd88b5"} 1 node_network_carrier{device="vethbd67b41"} 1 node_network_carrier{device="vethd331276"} 1 node_network_carrier{device="vethd42fca4"} 1 node_network_carrier{device="vethd5d4b48"} 1 node_network_carrier{device="vethe75d481"} 1 node_network_carrier{device="vethf057b72"} 1 node_network_carrier{device="vethf0bb58e"} 1 node_network_carrier{device="vethf2aa402"} 1 node_network_carrier{device="vethfa79bd2"} 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-3d1c59fd7c39"} 4 node_network_carrier_changes_total{device="br-49275f09ab36"} 14 node_network_carrier_changes_total{device="br-7b5f88bf8ca6"} 280 node_network_carrier_changes_total{device="br-7d8ceb1e8c5a"} 6 node_network_carrier_changes_total{device="docker0"} 287 node_network_carrier_changes_total{device="ens3"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth00b7834"} 2 node_network_carrier_changes_total{device="veth06502b7"} 2 node_network_carrier_changes_total{device="veth0be93d2"} 2 node_network_carrier_changes_total{device="veth0f2885d"} 2 node_network_carrier_changes_total{device="veth182f029"} 2 node_network_carrier_changes_total{device="veth21b6b95"} 2 node_network_carrier_changes_total{device="veth398aef7"} 2 node_network_carrier_changes_total{device="veth3a8bf4a"} 2 node_network_carrier_changes_total{device="veth3e60774"} 2 node_network_carrier_changes_total{device="veth4cc6c5f"} 2 node_network_carrier_changes_total{device="veth5623437"} 2 node_network_carrier_changes_total{device="veth57c9c2b"} 2 node_network_carrier_changes_total{device="veth60a4598"} 2 node_network_carrier_changes_total{device="veth643813c"} 2 node_network_carrier_changes_total{device="veth6e14d17"} 2 node_network_carrier_changes_total{device="veth6e72c8d"} 2 node_network_carrier_changes_total{device="veth7192dd6"} 2 node_network_carrier_changes_total{device="veth780a1c2"} 2 node_network_carrier_changes_total{device="veth82496ae"} 2 node_network_carrier_changes_total{device="veth8a59f73"} 2 node_network_carrier_changes_total{device="veth8b46a62"} 2 node_network_carrier_changes_total{device="veth8dd69a0"} 2 node_network_carrier_changes_total{device="veth8de76b7"} 2 node_network_carrier_changes_total{device="veth9b70e59"} 2 node_network_carrier_changes_total{device="veth9c53b3f"} 2 node_network_carrier_changes_total{device="veth9eee620"} 2 node_network_carrier_changes_total{device="vetha06c145"} 2 node_network_carrier_changes_total{device="vetha7e28e1"} 2 node_network_carrier_changes_total{device="vethb37fc1b"} 2 node_network_carrier_changes_total{device="vethb3ad15e"} 2 node_network_carrier_changes_total{device="vethb7d4ca1"} 2 node_network_carrier_changes_total{device="vethbc77eca"} 2 node_network_carrier_changes_total{device="vethbcd88b5"} 2 node_network_carrier_changes_total{device="vethbd67b41"} 2 node_network_carrier_changes_total{device="vethd331276"} 2 node_network_carrier_changes_total{device="vethd42fca4"} 2 node_network_carrier_changes_total{device="vethd5d4b48"} 2 node_network_carrier_changes_total{device="vethe75d481"} 2 node_network_carrier_changes_total{device="vethf057b72"} 2 node_network_carrier_changes_total{device="vethf0bb58e"} 2 node_network_carrier_changes_total{device="vethf2aa402"} 2 node_network_carrier_changes_total{device="vethfa79bd2"} 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-3d1c59fd7c39"} 2 node_network_carrier_down_changes_total{device="br-49275f09ab36"} 7 node_network_carrier_down_changes_total{device="br-7b5f88bf8ca6"} 140 node_network_carrier_down_changes_total{device="br-7d8ceb1e8c5a"} 3 node_network_carrier_down_changes_total{device="docker0"} 144 node_network_carrier_down_changes_total{device="ens3"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth00b7834"} 1 node_network_carrier_down_changes_total{device="veth06502b7"} 1 node_network_carrier_down_changes_total{device="veth0be93d2"} 1 node_network_carrier_down_changes_total{device="veth0f2885d"} 1 node_network_carrier_down_changes_total{device="veth182f029"} 1 node_network_carrier_down_changes_total{device="veth21b6b95"} 1 node_network_carrier_down_changes_total{device="veth398aef7"} 1 node_network_carrier_down_changes_total{device="veth3a8bf4a"} 1 node_network_carrier_down_changes_total{device="veth3e60774"} 1 node_network_carrier_down_changes_total{device="veth4cc6c5f"} 1 node_network_carrier_down_changes_total{device="veth5623437"} 1 node_network_carrier_down_changes_total{device="veth57c9c2b"} 1 node_network_carrier_down_changes_total{device="veth60a4598"} 1 node_network_carrier_down_changes_total{device="veth643813c"} 1 node_network_carrier_down_changes_total{device="veth6e14d17"} 1 node_network_carrier_down_changes_total{device="veth6e72c8d"} 1 node_network_carrier_down_changes_total{device="veth7192dd6"} 1 node_network_carrier_down_changes_total{device="veth780a1c2"} 1 node_network_carrier_down_changes_total{device="veth82496ae"} 1 node_network_carrier_down_changes_total{device="veth8a59f73"} 1 node_network_carrier_down_changes_total{device="veth8b46a62"} 1 node_network_carrier_down_changes_total{device="veth8dd69a0"} 1 node_network_carrier_down_changes_total{device="veth8de76b7"} 1 node_network_carrier_down_changes_total{device="veth9b70e59"} 1 node_network_carrier_down_changes_total{device="veth9c53b3f"} 1 node_network_carrier_down_changes_total{device="veth9eee620"} 1 node_network_carrier_down_changes_total{device="vetha06c145"} 1 node_network_carrier_down_changes_total{device="vetha7e28e1"} 1 node_network_carrier_down_changes_total{device="vethb37fc1b"} 1 node_network_carrier_down_changes_total{device="vethb3ad15e"} 1 node_network_carrier_down_changes_total{device="vethb7d4ca1"} 1 node_network_carrier_down_changes_total{device="vethbc77eca"} 1 node_network_carrier_down_changes_total{device="vethbcd88b5"} 1 node_network_carrier_down_changes_total{device="vethbd67b41"} 1 node_network_carrier_down_changes_total{device="vethd331276"} 1 node_network_carrier_down_changes_total{device="vethd42fca4"} 1 node_network_carrier_down_changes_total{device="vethd5d4b48"} 1 node_network_carrier_down_changes_total{device="vethe75d481"} 1 node_network_carrier_down_changes_total{device="vethf057b72"} 1 node_network_carrier_down_changes_total{device="vethf0bb58e"} 1 node_network_carrier_down_changes_total{device="vethf2aa402"} 1 node_network_carrier_down_changes_total{device="vethfa79bd2"} 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-3d1c59fd7c39"} 2 node_network_carrier_up_changes_total{device="br-49275f09ab36"} 7 node_network_carrier_up_changes_total{device="br-7b5f88bf8ca6"} 140 node_network_carrier_up_changes_total{device="br-7d8ceb1e8c5a"} 3 node_network_carrier_up_changes_total{device="docker0"} 143 node_network_carrier_up_changes_total{device="ens3"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth00b7834"} 1 node_network_carrier_up_changes_total{device="veth06502b7"} 1 node_network_carrier_up_changes_total{device="veth0be93d2"} 1 node_network_carrier_up_changes_total{device="veth0f2885d"} 1 node_network_carrier_up_changes_total{device="veth182f029"} 1 node_network_carrier_up_changes_total{device="veth21b6b95"} 1 node_network_carrier_up_changes_total{device="veth398aef7"} 1 node_network_carrier_up_changes_total{device="veth3a8bf4a"} 1 node_network_carrier_up_changes_total{device="veth3e60774"} 1 node_network_carrier_up_changes_total{device="veth4cc6c5f"} 1 node_network_carrier_up_changes_total{device="veth5623437"} 1 node_network_carrier_up_changes_total{device="veth57c9c2b"} 1 node_network_carrier_up_changes_total{device="veth60a4598"} 1 node_network_carrier_up_changes_total{device="veth643813c"} 1 node_network_carrier_up_changes_total{device="veth6e14d17"} 1 node_network_carrier_up_changes_total{device="veth6e72c8d"} 1 node_network_carrier_up_changes_total{device="veth7192dd6"} 1 node_network_carrier_up_changes_total{device="veth780a1c2"} 1 node_network_carrier_up_changes_total{device="veth82496ae"} 1 node_network_carrier_up_changes_total{device="veth8a59f73"} 1 node_network_carrier_up_changes_total{device="veth8b46a62"} 1 node_network_carrier_up_changes_total{device="veth8dd69a0"} 1 node_network_carrier_up_changes_total{device="veth8de76b7"} 1 node_network_carrier_up_changes_total{device="veth9b70e59"} 1 node_network_carrier_up_changes_total{device="veth9c53b3f"} 1 node_network_carrier_up_changes_total{device="veth9eee620"} 1 node_network_carrier_up_changes_total{device="vetha06c145"} 1 node_network_carrier_up_changes_total{device="vetha7e28e1"} 1 node_network_carrier_up_changes_total{device="vethb37fc1b"} 1 node_network_carrier_up_changes_total{device="vethb3ad15e"} 1 node_network_carrier_up_changes_total{device="vethb7d4ca1"} 1 node_network_carrier_up_changes_total{device="vethbc77eca"} 1 node_network_carrier_up_changes_total{device="vethbcd88b5"} 1 node_network_carrier_up_changes_total{device="vethbd67b41"} 1 node_network_carrier_up_changes_total{device="vethd331276"} 1 node_network_carrier_up_changes_total{device="vethd42fca4"} 1 node_network_carrier_up_changes_total{device="vethd5d4b48"} 1 node_network_carrier_up_changes_total{device="vethe75d481"} 1 node_network_carrier_up_changes_total{device="vethf057b72"} 1 node_network_carrier_up_changes_total{device="vethf0bb58e"} 1 node_network_carrier_up_changes_total{device="vethf2aa402"} 1 node_network_carrier_up_changes_total{device="vethfa79bd2"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-3d1c59fd7c39"} 0 node_network_device_id{device="br-49275f09ab36"} 0 node_network_device_id{device="br-7b5f88bf8ca6"} 0 node_network_device_id{device="br-7d8ceb1e8c5a"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="ens3"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth00b7834"} 0 node_network_device_id{device="veth06502b7"} 0 node_network_device_id{device="veth0be93d2"} 0 node_network_device_id{device="veth0f2885d"} 0 node_network_device_id{device="veth182f029"} 0 node_network_device_id{device="veth21b6b95"} 0 node_network_device_id{device="veth398aef7"} 0 node_network_device_id{device="veth3a8bf4a"} 0 node_network_device_id{device="veth3e60774"} 0 node_network_device_id{device="veth4cc6c5f"} 0 node_network_device_id{device="veth5623437"} 0 node_network_device_id{device="veth57c9c2b"} 0 node_network_device_id{device="veth60a4598"} 0 node_network_device_id{device="veth643813c"} 0 node_network_device_id{device="veth6e14d17"} 0 node_network_device_id{device="veth6e72c8d"} 0 node_network_device_id{device="veth7192dd6"} 0 node_network_device_id{device="veth780a1c2"} 0 node_network_device_id{device="veth82496ae"} 0 node_network_device_id{device="veth8a59f73"} 0 node_network_device_id{device="veth8b46a62"} 0 node_network_device_id{device="veth8dd69a0"} 0 node_network_device_id{device="veth8de76b7"} 0 node_network_device_id{device="veth9b70e59"} 0 node_network_device_id{device="veth9c53b3f"} 0 node_network_device_id{device="veth9eee620"} 0 node_network_device_id{device="vetha06c145"} 0 node_network_device_id{device="vetha7e28e1"} 0 node_network_device_id{device="vethb37fc1b"} 0 node_network_device_id{device="vethb3ad15e"} 0 node_network_device_id{device="vethb7d4ca1"} 0 node_network_device_id{device="vethbc77eca"} 0 node_network_device_id{device="vethbcd88b5"} 0 node_network_device_id{device="vethbd67b41"} 0 node_network_device_id{device="vethd331276"} 0 node_network_device_id{device="vethd42fca4"} 0 node_network_device_id{device="vethd5d4b48"} 0 node_network_device_id{device="vethe75d481"} 0 node_network_device_id{device="vethf057b72"} 0 node_network_device_id{device="vethf0bb58e"} 0 node_network_device_id{device="vethf2aa402"} 0 node_network_device_id{device="vethfa79bd2"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-3d1c59fd7c39"} 0 node_network_dormant{device="br-49275f09ab36"} 0 node_network_dormant{device="br-7b5f88bf8ca6"} 0 node_network_dormant{device="br-7d8ceb1e8c5a"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="ens3"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth00b7834"} 0 node_network_dormant{device="veth06502b7"} 0 node_network_dormant{device="veth0be93d2"} 0 node_network_dormant{device="veth0f2885d"} 0 node_network_dormant{device="veth182f029"} 0 node_network_dormant{device="veth21b6b95"} 0 node_network_dormant{device="veth398aef7"} 0 node_network_dormant{device="veth3a8bf4a"} 0 node_network_dormant{device="veth3e60774"} 0 node_network_dormant{device="veth4cc6c5f"} 0 node_network_dormant{device="veth5623437"} 0 node_network_dormant{device="veth57c9c2b"} 0 node_network_dormant{device="veth60a4598"} 0 node_network_dormant{device="veth643813c"} 0 node_network_dormant{device="veth6e14d17"} 0 node_network_dormant{device="veth6e72c8d"} 0 node_network_dormant{device="veth7192dd6"} 0 node_network_dormant{device="veth780a1c2"} 0 node_network_dormant{device="veth82496ae"} 0 node_network_dormant{device="veth8a59f73"} 0 node_network_dormant{device="veth8b46a62"} 0 node_network_dormant{device="veth8dd69a0"} 0 node_network_dormant{device="veth8de76b7"} 0 node_network_dormant{device="veth9b70e59"} 0 node_network_dormant{device="veth9c53b3f"} 0 node_network_dormant{device="veth9eee620"} 0 node_network_dormant{device="vetha06c145"} 0 node_network_dormant{device="vetha7e28e1"} 0 node_network_dormant{device="vethb37fc1b"} 0 node_network_dormant{device="vethb3ad15e"} 0 node_network_dormant{device="vethb7d4ca1"} 0 node_network_dormant{device="vethbc77eca"} 0 node_network_dormant{device="vethbcd88b5"} 0 node_network_dormant{device="vethbd67b41"} 0 node_network_dormant{device="vethd331276"} 0 node_network_dormant{device="vethd42fca4"} 0 node_network_dormant{device="vethd5d4b48"} 0 node_network_dormant{device="vethe75d481"} 0 node_network_dormant{device="vethf057b72"} 0 node_network_dormant{device="vethf0bb58e"} 0 node_network_dormant{device="vethf2aa402"} 0 node_network_dormant{device="vethfa79bd2"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-3d1c59fd7c39"} 4099 node_network_flags{device="br-49275f09ab36"} 4099 node_network_flags{device="br-7b5f88bf8ca6"} 4099 node_network_flags{device="br-7d8ceb1e8c5a"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="ens3"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth00b7834"} 4867 node_network_flags{device="veth06502b7"} 4867 node_network_flags{device="veth0be93d2"} 4867 node_network_flags{device="veth0f2885d"} 4867 node_network_flags{device="veth182f029"} 4867 node_network_flags{device="veth21b6b95"} 4867 node_network_flags{device="veth398aef7"} 4867 node_network_flags{device="veth3a8bf4a"} 4867 node_network_flags{device="veth3e60774"} 4867 node_network_flags{device="veth4cc6c5f"} 4867 node_network_flags{device="veth5623437"} 4867 node_network_flags{device="veth57c9c2b"} 4867 node_network_flags{device="veth60a4598"} 4867 node_network_flags{device="veth643813c"} 4867 node_network_flags{device="veth6e14d17"} 4867 node_network_flags{device="veth6e72c8d"} 4867 node_network_flags{device="veth7192dd6"} 4867 node_network_flags{device="veth780a1c2"} 4867 node_network_flags{device="veth82496ae"} 4867 node_network_flags{device="veth8a59f73"} 4867 node_network_flags{device="veth8b46a62"} 4867 node_network_flags{device="veth8dd69a0"} 4867 node_network_flags{device="veth8de76b7"} 4867 node_network_flags{device="veth9b70e59"} 4867 node_network_flags{device="veth9c53b3f"} 4867 node_network_flags{device="veth9eee620"} 4867 node_network_flags{device="vetha06c145"} 4867 node_network_flags{device="vetha7e28e1"} 4867 node_network_flags{device="vethb37fc1b"} 4867 node_network_flags{device="vethb3ad15e"} 4867 node_network_flags{device="vethb7d4ca1"} 4867 node_network_flags{device="vethbc77eca"} 4867 node_network_flags{device="vethbcd88b5"} 4867 node_network_flags{device="vethbd67b41"} 4867 node_network_flags{device="vethd331276"} 4867 node_network_flags{device="vethd42fca4"} 4867 node_network_flags{device="vethd5d4b48"} 4867 node_network_flags{device="vethe75d481"} 4867 node_network_flags{device="vethf057b72"} 4867 node_network_flags{device="vethf0bb58e"} 4867 node_network_flags{device="vethf2aa402"} 4867 node_network_flags{device="vethfa79bd2"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-3d1c59fd7c39"} 3967 node_network_iface_id{device="br-49275f09ab36"} 4 node_network_iface_id{device="br-7b5f88bf8ca6"} 17 node_network_iface_id{device="br-7d8ceb1e8c5a"} 4021 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="ens3"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth00b7834"} 4024 node_network_iface_id{device="veth06502b7"} 3968 node_network_iface_id{device="veth0be93d2"} 4073 node_network_iface_id{device="veth0f2885d"} 3777 node_network_iface_id{device="veth182f029"} 3971 node_network_iface_id{device="veth21b6b95"} 4030 node_network_iface_id{device="veth398aef7"} 4075 node_network_iface_id{device="veth3a8bf4a"} 2845 node_network_iface_id{device="veth3e60774"} 4023 node_network_iface_id{device="veth4cc6c5f"} 4031 node_network_iface_id{device="veth5623437"} 3734 node_network_iface_id{device="veth57c9c2b"} 3973 node_network_iface_id{device="veth60a4598"} 3970 node_network_iface_id{device="veth643813c"} 2843 node_network_iface_id{device="veth6e14d17"} 3779 node_network_iface_id{device="veth6e72c8d"} 3972 node_network_iface_id{device="veth7192dd6"} 2809 node_network_iface_id{device="veth780a1c2"} 4022 node_network_iface_id{device="veth82496ae"} 2837 node_network_iface_id{device="veth8a59f73"} 4078 node_network_iface_id{device="veth8b46a62"} 3778 node_network_iface_id{device="veth8dd69a0"} 3746 node_network_iface_id{device="veth8de76b7"} 588 node_network_iface_id{device="veth9b70e59"} 3738 node_network_iface_id{device="veth9c53b3f"} 4026 node_network_iface_id{device="veth9eee620"} 3969 node_network_iface_id{device="vetha06c145"} 4058 node_network_iface_id{device="vetha7e28e1"} 3742 node_network_iface_id{device="vethb37fc1b"} 4080 node_network_iface_id{device="vethb3ad15e"} 3732 node_network_iface_id{device="vethb7d4ca1"} 2841 node_network_iface_id{device="vethbc77eca"} 587 node_network_iface_id{device="vethbcd88b5"} 4076 node_network_iface_id{device="vethbd67b41"} 2815 node_network_iface_id{device="vethd331276"} 4027 node_network_iface_id{device="vethd42fca4"} 4032 node_network_iface_id{device="vethd5d4b48"} 302 node_network_iface_id{device="vethe75d481"} 4029 node_network_iface_id{device="vethf057b72"} 4074 node_network_iface_id{device="vethf0bb58e"} 4028 node_network_iface_id{device="vethf2aa402"} 4025 node_network_iface_id{device="vethfa79bd2"} 3780 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-3d1c59fd7c39"} 3967 node_network_iface_link{device="br-49275f09ab36"} 4 node_network_iface_link{device="br-7b5f88bf8ca6"} 17 node_network_iface_link{device="br-7d8ceb1e8c5a"} 4021 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="ens3"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth00b7834"} 2 node_network_iface_link{device="veth06502b7"} 2 node_network_iface_link{device="veth0be93d2"} 2 node_network_iface_link{device="veth0f2885d"} 2 node_network_iface_link{device="veth182f029"} 2 node_network_iface_link{device="veth21b6b95"} 2 node_network_iface_link{device="veth398aef7"} 3 node_network_iface_link{device="veth3a8bf4a"} 2 node_network_iface_link{device="veth3e60774"} 2 node_network_iface_link{device="veth4cc6c5f"} 2 node_network_iface_link{device="veth5623437"} 2 node_network_iface_link{device="veth57c9c2b"} 3 node_network_iface_link{device="veth60a4598"} 2 node_network_iface_link{device="veth643813c"} 2 node_network_iface_link{device="veth6e14d17"} 2 node_network_iface_link{device="veth6e72c8d"} 3 node_network_iface_link{device="veth7192dd6"} 2 node_network_iface_link{device="veth780a1c2"} 2 node_network_iface_link{device="veth82496ae"} 2 node_network_iface_link{device="veth8a59f73"} 2 node_network_iface_link{device="veth8b46a62"} 2 node_network_iface_link{device="veth8dd69a0"} 2 node_network_iface_link{device="veth8de76b7"} 2 node_network_iface_link{device="veth9b70e59"} 2 node_network_iface_link{device="veth9c53b3f"} 3 node_network_iface_link{device="veth9eee620"} 2 node_network_iface_link{device="vetha06c145"} 2 node_network_iface_link{device="vetha7e28e1"} 2 node_network_iface_link{device="vethb37fc1b"} 2 node_network_iface_link{device="vethb3ad15e"} 2 node_network_iface_link{device="vethb7d4ca1"} 2 node_network_iface_link{device="vethbc77eca"} 2 node_network_iface_link{device="vethbcd88b5"} 2 node_network_iface_link{device="vethbd67b41"} 2 node_network_iface_link{device="vethd331276"} 2 node_network_iface_link{device="vethd42fca4"} 3 node_network_iface_link{device="vethd5d4b48"} 2 node_network_iface_link{device="vethe75d481"} 3 node_network_iface_link{device="vethf057b72"} 2 node_network_iface_link{device="vethf0bb58e"} 2 node_network_iface_link{device="vethf2aa402"} 2 node_network_iface_link{device="vethfa79bd2"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-3d1c59fd7c39"} 0 node_network_iface_link_mode{device="br-49275f09ab36"} 0 node_network_iface_link_mode{device="br-7b5f88bf8ca6"} 0 node_network_iface_link_mode{device="br-7d8ceb1e8c5a"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="ens3"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth00b7834"} 0 node_network_iface_link_mode{device="veth06502b7"} 0 node_network_iface_link_mode{device="veth0be93d2"} 0 node_network_iface_link_mode{device="veth0f2885d"} 0 node_network_iface_link_mode{device="veth182f029"} 0 node_network_iface_link_mode{device="veth21b6b95"} 0 node_network_iface_link_mode{device="veth398aef7"} 0 node_network_iface_link_mode{device="veth3a8bf4a"} 0 node_network_iface_link_mode{device="veth3e60774"} 0 node_network_iface_link_mode{device="veth4cc6c5f"} 0 node_network_iface_link_mode{device="veth5623437"} 0 node_network_iface_link_mode{device="veth57c9c2b"} 0 node_network_iface_link_mode{device="veth60a4598"} 0 node_network_iface_link_mode{device="veth643813c"} 0 node_network_iface_link_mode{device="veth6e14d17"} 0 node_network_iface_link_mode{device="veth6e72c8d"} 0 node_network_iface_link_mode{device="veth7192dd6"} 0 node_network_iface_link_mode{device="veth780a1c2"} 0 node_network_iface_link_mode{device="veth82496ae"} 0 node_network_iface_link_mode{device="veth8a59f73"} 0 node_network_iface_link_mode{device="veth8b46a62"} 0 node_network_iface_link_mode{device="veth8dd69a0"} 0 node_network_iface_link_mode{device="veth8de76b7"} 0 node_network_iface_link_mode{device="veth9b70e59"} 0 node_network_iface_link_mode{device="veth9c53b3f"} 0 node_network_iface_link_mode{device="veth9eee620"} 0 node_network_iface_link_mode{device="vetha06c145"} 0 node_network_iface_link_mode{device="vetha7e28e1"} 0 node_network_iface_link_mode{device="vethb37fc1b"} 0 node_network_iface_link_mode{device="vethb3ad15e"} 0 node_network_iface_link_mode{device="vethb7d4ca1"} 0 node_network_iface_link_mode{device="vethbc77eca"} 0 node_network_iface_link_mode{device="vethbcd88b5"} 0 node_network_iface_link_mode{device="vethbd67b41"} 0 node_network_iface_link_mode{device="vethd331276"} 0 node_network_iface_link_mode{device="vethd42fca4"} 0 node_network_iface_link_mode{device="vethd5d4b48"} 0 node_network_iface_link_mode{device="vethe75d481"} 0 node_network_iface_link_mode{device="vethf057b72"} 0 node_network_iface_link_mode{device="vethf0bb58e"} 0 node_network_iface_link_mode{device="vethf2aa402"} 0 node_network_iface_link_mode{device="vethfa79bd2"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:ba:56:0d:f0:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-49275f09ab36",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:7b:78:ba:22:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth643813c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:04:3d:e6:45:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82496ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:6b:31:40:54:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3d1c59fd7c39",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1e:bf:05:85:74:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06502b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:bf:34:9b:9c:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e14d17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:81:5d:0c:34:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3ad15e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:37:8e:61:85:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha06c145",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:39:af:95:64:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4cc6c5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:23:4b:ac:9e:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9eee620",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:8e:c5:f1:d2:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e60774",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:cd:5b:2d:f7:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00b7834",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:c3:14:c2:6f:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e72c8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:ce:d9:88:2b:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b70e59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:97:34:dc:1a:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd67b41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:fd:a9:89:e8:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f2885d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:1c:24:22:82:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="7a:80:cd:12:45:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd42fca4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:a1:03:8b:70:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth780a1c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:fa:8c:4e:88:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5d4b48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:20:28:b9:6e:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0be93d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f6:fd:51:47:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57c9c2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:01:2c:2d:b3:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd331276",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:dc:a8:a8:0f:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7192dd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:1c:09:ff:b4:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth182f029",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:81:1b:b1:99:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5623437",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:84:75:9d:53:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b46a62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:08:c7:7c:f0:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60a4598",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:0e:91:1d:21:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7e28e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:c0:40:b9:50:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a8bf4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:7a:ba:e0:72:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7b5f88bf8ca6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ae:08:5e:db:63:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth398aef7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:9e:90:cf:8c:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf057b72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:5a:ef:e7:b4:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcd88b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:77:55:bb:7b:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dd69a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:8d:85:dd:a8:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb37fc1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:a4:eb:d7:31:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8de76b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:e4:08:cc:45:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a59f73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:3b:88:7d:03:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe75d481",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:75:35:74:21:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa79bd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:2e:e4:50:58:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7d8ceb1e8c5a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:ae:0f:fe:93:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2aa402",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b3:5f:e5:fe:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc77eca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:18:03:5d:f1:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7d4ca1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5d:ca:b9:a9:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21b6b95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:16:3e:3c:18:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="ens3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:f8:e4:a4:f8:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0bb58e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:3b:2e:c3:71:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c53b3f",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-3d1c59fd7c39"} 1500 node_network_mtu_bytes{device="br-49275f09ab36"} 1500 node_network_mtu_bytes{device="br-7b5f88bf8ca6"} 1500 node_network_mtu_bytes{device="br-7d8ceb1e8c5a"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="ens3"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth00b7834"} 1500 node_network_mtu_bytes{device="veth06502b7"} 1500 node_network_mtu_bytes{device="veth0be93d2"} 1500 node_network_mtu_bytes{device="veth0f2885d"} 1500 node_network_mtu_bytes{device="veth182f029"} 1500 node_network_mtu_bytes{device="veth21b6b95"} 1500 node_network_mtu_bytes{device="veth398aef7"} 1500 node_network_mtu_bytes{device="veth3a8bf4a"} 1500 node_network_mtu_bytes{device="veth3e60774"} 1500 node_network_mtu_bytes{device="veth4cc6c5f"} 1500 node_network_mtu_bytes{device="veth5623437"} 1500 node_network_mtu_bytes{device="veth57c9c2b"} 1500 node_network_mtu_bytes{device="veth60a4598"} 1500 node_network_mtu_bytes{device="veth643813c"} 1500 node_network_mtu_bytes{device="veth6e14d17"} 1500 node_network_mtu_bytes{device="veth6e72c8d"} 1500 node_network_mtu_bytes{device="veth7192dd6"} 1500 node_network_mtu_bytes{device="veth780a1c2"} 1500 node_network_mtu_bytes{device="veth82496ae"} 1500 node_network_mtu_bytes{device="veth8a59f73"} 1500 node_network_mtu_bytes{device="veth8b46a62"} 1500 node_network_mtu_bytes{device="veth8dd69a0"} 1500 node_network_mtu_bytes{device="veth8de76b7"} 1500 node_network_mtu_bytes{device="veth9b70e59"} 1500 node_network_mtu_bytes{device="veth9c53b3f"} 1500 node_network_mtu_bytes{device="veth9eee620"} 1500 node_network_mtu_bytes{device="vetha06c145"} 1500 node_network_mtu_bytes{device="vetha7e28e1"} 1500 node_network_mtu_bytes{device="vethb37fc1b"} 1500 node_network_mtu_bytes{device="vethb3ad15e"} 1500 node_network_mtu_bytes{device="vethb7d4ca1"} 1500 node_network_mtu_bytes{device="vethbc77eca"} 1500 node_network_mtu_bytes{device="vethbcd88b5"} 1500 node_network_mtu_bytes{device="vethbd67b41"} 1500 node_network_mtu_bytes{device="vethd331276"} 1500 node_network_mtu_bytes{device="vethd42fca4"} 1500 node_network_mtu_bytes{device="vethd5d4b48"} 1500 node_network_mtu_bytes{device="vethe75d481"} 1500 node_network_mtu_bytes{device="vethf057b72"} 1500 node_network_mtu_bytes{device="vethf0bb58e"} 1500 node_network_mtu_bytes{device="vethf2aa402"} 1500 node_network_mtu_bytes{device="vethfa79bd2"} 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-3d1c59fd7c39"} 3 node_network_name_assign_type{device="br-49275f09ab36"} 3 node_network_name_assign_type{device="br-7b5f88bf8ca6"} 3 node_network_name_assign_type{device="br-7d8ceb1e8c5a"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="ens3"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth00b7834"} 3 node_network_name_assign_type{device="veth06502b7"} 3 node_network_name_assign_type{device="veth0be93d2"} 3 node_network_name_assign_type{device="veth0f2885d"} 3 node_network_name_assign_type{device="veth182f029"} 3 node_network_name_assign_type{device="veth21b6b95"} 3 node_network_name_assign_type{device="veth398aef7"} 3 node_network_name_assign_type{device="veth3a8bf4a"} 3 node_network_name_assign_type{device="veth3e60774"} 3 node_network_name_assign_type{device="veth4cc6c5f"} 3 node_network_name_assign_type{device="veth5623437"} 3 node_network_name_assign_type{device="veth57c9c2b"} 3 node_network_name_assign_type{device="veth60a4598"} 3 node_network_name_assign_type{device="veth643813c"} 3 node_network_name_assign_type{device="veth6e14d17"} 3 node_network_name_assign_type{device="veth6e72c8d"} 3 node_network_name_assign_type{device="veth7192dd6"} 3 node_network_name_assign_type{device="veth780a1c2"} 3 node_network_name_assign_type{device="veth82496ae"} 3 node_network_name_assign_type{device="veth8a59f73"} 3 node_network_name_assign_type{device="veth8b46a62"} 3 node_network_name_assign_type{device="veth8dd69a0"} 3 node_network_name_assign_type{device="veth8de76b7"} 3 node_network_name_assign_type{device="veth9b70e59"} 3 node_network_name_assign_type{device="veth9c53b3f"} 3 node_network_name_assign_type{device="veth9eee620"} 3 node_network_name_assign_type{device="vetha06c145"} 3 node_network_name_assign_type{device="vetha7e28e1"} 3 node_network_name_assign_type{device="vethb37fc1b"} 3 node_network_name_assign_type{device="vethb3ad15e"} 3 node_network_name_assign_type{device="vethb7d4ca1"} 3 node_network_name_assign_type{device="vethbc77eca"} 3 node_network_name_assign_type{device="vethbcd88b5"} 3 node_network_name_assign_type{device="vethbd67b41"} 3 node_network_name_assign_type{device="vethd331276"} 3 node_network_name_assign_type{device="vethd42fca4"} 3 node_network_name_assign_type{device="vethd5d4b48"} 3 node_network_name_assign_type{device="vethe75d481"} 3 node_network_name_assign_type{device="vethf057b72"} 3 node_network_name_assign_type{device="vethf0bb58e"} 3 node_network_name_assign_type{device="vethf2aa402"} 3 node_network_name_assign_type{device="vethfa79bd2"} 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-3d1c59fd7c39"} 0 node_network_net_dev_group{device="br-49275f09ab36"} 0 node_network_net_dev_group{device="br-7b5f88bf8ca6"} 0 node_network_net_dev_group{device="br-7d8ceb1e8c5a"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="ens3"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth00b7834"} 0 node_network_net_dev_group{device="veth06502b7"} 0 node_network_net_dev_group{device="veth0be93d2"} 0 node_network_net_dev_group{device="veth0f2885d"} 0 node_network_net_dev_group{device="veth182f029"} 0 node_network_net_dev_group{device="veth21b6b95"} 0 node_network_net_dev_group{device="veth398aef7"} 0 node_network_net_dev_group{device="veth3a8bf4a"} 0 node_network_net_dev_group{device="veth3e60774"} 0 node_network_net_dev_group{device="veth4cc6c5f"} 0 node_network_net_dev_group{device="veth5623437"} 0 node_network_net_dev_group{device="veth57c9c2b"} 0 node_network_net_dev_group{device="veth60a4598"} 0 node_network_net_dev_group{device="veth643813c"} 0 node_network_net_dev_group{device="veth6e14d17"} 0 node_network_net_dev_group{device="veth6e72c8d"} 0 node_network_net_dev_group{device="veth7192dd6"} 0 node_network_net_dev_group{device="veth780a1c2"} 0 node_network_net_dev_group{device="veth82496ae"} 0 node_network_net_dev_group{device="veth8a59f73"} 0 node_network_net_dev_group{device="veth8b46a62"} 0 node_network_net_dev_group{device="veth8dd69a0"} 0 node_network_net_dev_group{device="veth8de76b7"} 0 node_network_net_dev_group{device="veth9b70e59"} 0 node_network_net_dev_group{device="veth9c53b3f"} 0 node_network_net_dev_group{device="veth9eee620"} 0 node_network_net_dev_group{device="vetha06c145"} 0 node_network_net_dev_group{device="vetha7e28e1"} 0 node_network_net_dev_group{device="vethb37fc1b"} 0 node_network_net_dev_group{device="vethb3ad15e"} 0 node_network_net_dev_group{device="vethb7d4ca1"} 0 node_network_net_dev_group{device="vethbc77eca"} 0 node_network_net_dev_group{device="vethbcd88b5"} 0 node_network_net_dev_group{device="vethbd67b41"} 0 node_network_net_dev_group{device="vethd331276"} 0 node_network_net_dev_group{device="vethd42fca4"} 0 node_network_net_dev_group{device="vethd5d4b48"} 0 node_network_net_dev_group{device="vethe75d481"} 0 node_network_net_dev_group{device="vethf057b72"} 0 node_network_net_dev_group{device="vethf0bb58e"} 0 node_network_net_dev_group{device="vethf2aa402"} 0 node_network_net_dev_group{device="vethfa79bd2"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-3d1c59fd7c39"} 1 node_network_protocol_type{device="br-49275f09ab36"} 1 node_network_protocol_type{device="br-7b5f88bf8ca6"} 1 node_network_protocol_type{device="br-7d8ceb1e8c5a"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="ens3"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth00b7834"} 1 node_network_protocol_type{device="veth06502b7"} 1 node_network_protocol_type{device="veth0be93d2"} 1 node_network_protocol_type{device="veth0f2885d"} 1 node_network_protocol_type{device="veth182f029"} 1 node_network_protocol_type{device="veth21b6b95"} 1 node_network_protocol_type{device="veth398aef7"} 1 node_network_protocol_type{device="veth3a8bf4a"} 1 node_network_protocol_type{device="veth3e60774"} 1 node_network_protocol_type{device="veth4cc6c5f"} 1 node_network_protocol_type{device="veth5623437"} 1 node_network_protocol_type{device="veth57c9c2b"} 1 node_network_protocol_type{device="veth60a4598"} 1 node_network_protocol_type{device="veth643813c"} 1 node_network_protocol_type{device="veth6e14d17"} 1 node_network_protocol_type{device="veth6e72c8d"} 1 node_network_protocol_type{device="veth7192dd6"} 1 node_network_protocol_type{device="veth780a1c2"} 1 node_network_protocol_type{device="veth82496ae"} 1 node_network_protocol_type{device="veth8a59f73"} 1 node_network_protocol_type{device="veth8b46a62"} 1 node_network_protocol_type{device="veth8dd69a0"} 1 node_network_protocol_type{device="veth8de76b7"} 1 node_network_protocol_type{device="veth9b70e59"} 1 node_network_protocol_type{device="veth9c53b3f"} 1 node_network_protocol_type{device="veth9eee620"} 1 node_network_protocol_type{device="vetha06c145"} 1 node_network_protocol_type{device="vetha7e28e1"} 1 node_network_protocol_type{device="vethb37fc1b"} 1 node_network_protocol_type{device="vethb3ad15e"} 1 node_network_protocol_type{device="vethb7d4ca1"} 1 node_network_protocol_type{device="vethbc77eca"} 1 node_network_protocol_type{device="vethbcd88b5"} 1 node_network_protocol_type{device="vethbd67b41"} 1 node_network_protocol_type{device="vethd331276"} 1 node_network_protocol_type{device="vethd42fca4"} 1 node_network_protocol_type{device="vethd5d4b48"} 1 node_network_protocol_type{device="vethe75d481"} 1 node_network_protocol_type{device="vethf057b72"} 1 node_network_protocol_type{device="vethf0bb58e"} 1 node_network_protocol_type{device="vethf2aa402"} 1 node_network_protocol_type{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 6.59395777e+08 node_network_receive_bytes_total{device="br-49275f09ab36"} 1.75197457366e+11 node_network_receive_bytes_total{device="br-7b5f88bf8ca6"} 4.9048037e+07 node_network_receive_bytes_total{device="br-7d8ceb1e8c5a"} 6.0179575e+08 node_network_receive_bytes_total{device="docker0"} 1.4322145871e+10 node_network_receive_bytes_total{device="ens3"} 2.7928376364e+11 node_network_receive_bytes_total{device="lo"} 3.301509995e+09 node_network_receive_bytes_total{device="veth00b7834"} 4.069789033e+09 node_network_receive_bytes_total{device="veth06502b7"} 6.925515348e+09 node_network_receive_bytes_total{device="veth0be93d2"} 4.1505452e+07 node_network_receive_bytes_total{device="veth0f2885d"} 126 node_network_receive_bytes_total{device="veth182f029"} 1.2615938e+07 node_network_receive_bytes_total{device="veth21b6b95"} 4.338522766e+09 node_network_receive_bytes_total{device="veth398aef7"} 250694 node_network_receive_bytes_total{device="veth3a8bf4a"} 7.839365e+06 node_network_receive_bytes_total{device="veth3e60774"} 3.0575709e+08 node_network_receive_bytes_total{device="veth4cc6c5f"} 4.755193759e+09 node_network_receive_bytes_total{device="veth5623437"} 7.850356e+06 node_network_receive_bytes_total{device="veth57c9c2b"} 126 node_network_receive_bytes_total{device="veth60a4598"} 2.28607101e+08 node_network_receive_bytes_total{device="veth643813c"} 2.245658e+07 node_network_receive_bytes_total{device="veth6e14d17"} 5.4593473e+07 node_network_receive_bytes_total{device="veth6e72c8d"} 2.75741317e+09 node_network_receive_bytes_total{device="veth7192dd6"} 3.2505263326e+10 node_network_receive_bytes_total{device="veth780a1c2"} 1.25350132e+08 node_network_receive_bytes_total{device="veth82496ae"} 1.9367239715e+10 node_network_receive_bytes_total{device="veth8a59f73"} 3.9704931e+07 node_network_receive_bytes_total{device="veth8b46a62"} 772539 node_network_receive_bytes_total{device="veth8dd69a0"} 364984 node_network_receive_bytes_total{device="veth8de76b7"} 7.276103763e+09 node_network_receive_bytes_total{device="veth9b70e59"} 312958 node_network_receive_bytes_total{device="veth9c53b3f"} 126 node_network_receive_bytes_total{device="veth9eee620"} 5.577324e+06 node_network_receive_bytes_total{device="vetha06c145"} 6.1674692e+07 node_network_receive_bytes_total{device="vetha7e28e1"} 4.879036e+06 node_network_receive_bytes_total{device="vethb37fc1b"} 3.8259086e+07 node_network_receive_bytes_total{device="vethb3ad15e"} 266433 node_network_receive_bytes_total{device="vethb7d4ca1"} 3.6697389e+07 node_network_receive_bytes_total{device="vethbc77eca"} 1.3340820441e+11 node_network_receive_bytes_total{device="vethbcd88b5"} 4.3718406e+07 node_network_receive_bytes_total{device="vethbd67b41"} 1.6390211599e+10 node_network_receive_bytes_total{device="vethd331276"} 3.992551074e+09 node_network_receive_bytes_total{device="vethd42fca4"} 8.764787e+06 node_network_receive_bytes_total{device="vethd5d4b48"} 8631 node_network_receive_bytes_total{device="vethe75d481"} 126 node_network_receive_bytes_total{device="vethf057b72"} 151237 node_network_receive_bytes_total{device="vethf0bb58e"} 2.07978788e+09 node_network_receive_bytes_total{device="vethf2aa402"} 2.8810054e+07 node_network_receive_bytes_total{device="vethfa79bd2"} 3.6446684555e+10 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="br-3d1c59fd7c39"} 0 node_network_receive_compressed_total{device="br-49275f09ab36"} 0 node_network_receive_compressed_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_compressed_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="ens3"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="veth00b7834"} 0 node_network_receive_compressed_total{device="veth06502b7"} 0 node_network_receive_compressed_total{device="veth0be93d2"} 0 node_network_receive_compressed_total{device="veth0f2885d"} 0 node_network_receive_compressed_total{device="veth182f029"} 0 node_network_receive_compressed_total{device="veth21b6b95"} 0 node_network_receive_compressed_total{device="veth398aef7"} 0 node_network_receive_compressed_total{device="veth3a8bf4a"} 0 node_network_receive_compressed_total{device="veth3e60774"} 0 node_network_receive_compressed_total{device="veth4cc6c5f"} 0 node_network_receive_compressed_total{device="veth5623437"} 0 node_network_receive_compressed_total{device="veth57c9c2b"} 0 node_network_receive_compressed_total{device="veth60a4598"} 0 node_network_receive_compressed_total{device="veth643813c"} 0 node_network_receive_compressed_total{device="veth6e14d17"} 0 node_network_receive_compressed_total{device="veth6e72c8d"} 0 node_network_receive_compressed_total{device="veth7192dd6"} 0 node_network_receive_compressed_total{device="veth780a1c2"} 0 node_network_receive_compressed_total{device="veth82496ae"} 0 node_network_receive_compressed_total{device="veth8a59f73"} 0 node_network_receive_compressed_total{device="veth8b46a62"} 0 node_network_receive_compressed_total{device="veth8dd69a0"} 0 node_network_receive_compressed_total{device="veth8de76b7"} 0 node_network_receive_compressed_total{device="veth9b70e59"} 0 node_network_receive_compressed_total{device="veth9c53b3f"} 0 node_network_receive_compressed_total{device="veth9eee620"} 0 node_network_receive_compressed_total{device="vetha06c145"} 0 node_network_receive_compressed_total{device="vetha7e28e1"} 0 node_network_receive_compressed_total{device="vethb37fc1b"} 0 node_network_receive_compressed_total{device="vethb3ad15e"} 0 node_network_receive_compressed_total{device="vethb7d4ca1"} 0 node_network_receive_compressed_total{device="vethbc77eca"} 0 node_network_receive_compressed_total{device="vethbcd88b5"} 0 node_network_receive_compressed_total{device="vethbd67b41"} 0 node_network_receive_compressed_total{device="vethd331276"} 0 node_network_receive_compressed_total{device="vethd42fca4"} 0 node_network_receive_compressed_total{device="vethd5d4b48"} 0 node_network_receive_compressed_total{device="vethe75d481"} 0 node_network_receive_compressed_total{device="vethf057b72"} 0 node_network_receive_compressed_total{device="vethf0bb58e"} 0 node_network_receive_compressed_total{device="vethf2aa402"} 0 node_network_receive_compressed_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_receive_drop_total{device="br-49275f09ab36"} 0 node_network_receive_drop_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_drop_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="ens3"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="veth00b7834"} 0 node_network_receive_drop_total{device="veth06502b7"} 0 node_network_receive_drop_total{device="veth0be93d2"} 0 node_network_receive_drop_total{device="veth0f2885d"} 0 node_network_receive_drop_total{device="veth182f029"} 0 node_network_receive_drop_total{device="veth21b6b95"} 0 node_network_receive_drop_total{device="veth398aef7"} 0 node_network_receive_drop_total{device="veth3a8bf4a"} 0 node_network_receive_drop_total{device="veth3e60774"} 0 node_network_receive_drop_total{device="veth4cc6c5f"} 0 node_network_receive_drop_total{device="veth5623437"} 0 node_network_receive_drop_total{device="veth57c9c2b"} 0 node_network_receive_drop_total{device="veth60a4598"} 0 node_network_receive_drop_total{device="veth643813c"} 0 node_network_receive_drop_total{device="veth6e14d17"} 0 node_network_receive_drop_total{device="veth6e72c8d"} 0 node_network_receive_drop_total{device="veth7192dd6"} 0 node_network_receive_drop_total{device="veth780a1c2"} 0 node_network_receive_drop_total{device="veth82496ae"} 0 node_network_receive_drop_total{device="veth8a59f73"} 0 node_network_receive_drop_total{device="veth8b46a62"} 0 node_network_receive_drop_total{device="veth8dd69a0"} 0 node_network_receive_drop_total{device="veth8de76b7"} 0 node_network_receive_drop_total{device="veth9b70e59"} 0 node_network_receive_drop_total{device="veth9c53b3f"} 0 node_network_receive_drop_total{device="veth9eee620"} 0 node_network_receive_drop_total{device="vetha06c145"} 0 node_network_receive_drop_total{device="vetha7e28e1"} 0 node_network_receive_drop_total{device="vethb37fc1b"} 0 node_network_receive_drop_total{device="vethb3ad15e"} 0 node_network_receive_drop_total{device="vethb7d4ca1"} 0 node_network_receive_drop_total{device="vethbc77eca"} 0 node_network_receive_drop_total{device="vethbcd88b5"} 0 node_network_receive_drop_total{device="vethbd67b41"} 0 node_network_receive_drop_total{device="vethd331276"} 0 node_network_receive_drop_total{device="vethd42fca4"} 0 node_network_receive_drop_total{device="vethd5d4b48"} 0 node_network_receive_drop_total{device="vethe75d481"} 0 node_network_receive_drop_total{device="vethf057b72"} 0 node_network_receive_drop_total{device="vethf0bb58e"} 0 node_network_receive_drop_total{device="vethf2aa402"} 0 node_network_receive_drop_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_receive_errs_total{device="br-49275f09ab36"} 0 node_network_receive_errs_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_errs_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="ens3"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="veth00b7834"} 0 node_network_receive_errs_total{device="veth06502b7"} 0 node_network_receive_errs_total{device="veth0be93d2"} 0 node_network_receive_errs_total{device="veth0f2885d"} 0 node_network_receive_errs_total{device="veth182f029"} 0 node_network_receive_errs_total{device="veth21b6b95"} 0 node_network_receive_errs_total{device="veth398aef7"} 0 node_network_receive_errs_total{device="veth3a8bf4a"} 0 node_network_receive_errs_total{device="veth3e60774"} 0 node_network_receive_errs_total{device="veth4cc6c5f"} 0 node_network_receive_errs_total{device="veth5623437"} 0 node_network_receive_errs_total{device="veth57c9c2b"} 0 node_network_receive_errs_total{device="veth60a4598"} 0 node_network_receive_errs_total{device="veth643813c"} 0 node_network_receive_errs_total{device="veth6e14d17"} 0 node_network_receive_errs_total{device="veth6e72c8d"} 0 node_network_receive_errs_total{device="veth7192dd6"} 0 node_network_receive_errs_total{device="veth780a1c2"} 0 node_network_receive_errs_total{device="veth82496ae"} 0 node_network_receive_errs_total{device="veth8a59f73"} 0 node_network_receive_errs_total{device="veth8b46a62"} 0 node_network_receive_errs_total{device="veth8dd69a0"} 0 node_network_receive_errs_total{device="veth8de76b7"} 0 node_network_receive_errs_total{device="veth9b70e59"} 0 node_network_receive_errs_total{device="veth9c53b3f"} 0 node_network_receive_errs_total{device="veth9eee620"} 0 node_network_receive_errs_total{device="vetha06c145"} 0 node_network_receive_errs_total{device="vetha7e28e1"} 0 node_network_receive_errs_total{device="vethb37fc1b"} 0 node_network_receive_errs_total{device="vethb3ad15e"} 0 node_network_receive_errs_total{device="vethb7d4ca1"} 0 node_network_receive_errs_total{device="vethbc77eca"} 0 node_network_receive_errs_total{device="vethbcd88b5"} 0 node_network_receive_errs_total{device="vethbd67b41"} 0 node_network_receive_errs_total{device="vethd331276"} 0 node_network_receive_errs_total{device="vethd42fca4"} 0 node_network_receive_errs_total{device="vethd5d4b48"} 0 node_network_receive_errs_total{device="vethe75d481"} 0 node_network_receive_errs_total{device="vethf057b72"} 0 node_network_receive_errs_total{device="vethf0bb58e"} 0 node_network_receive_errs_total{device="vethf2aa402"} 0 node_network_receive_errs_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_receive_fifo_total{device="br-49275f09ab36"} 0 node_network_receive_fifo_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_fifo_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="ens3"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="veth00b7834"} 0 node_network_receive_fifo_total{device="veth06502b7"} 0 node_network_receive_fifo_total{device="veth0be93d2"} 0 node_network_receive_fifo_total{device="veth0f2885d"} 0 node_network_receive_fifo_total{device="veth182f029"} 0 node_network_receive_fifo_total{device="veth21b6b95"} 0 node_network_receive_fifo_total{device="veth398aef7"} 0 node_network_receive_fifo_total{device="veth3a8bf4a"} 0 node_network_receive_fifo_total{device="veth3e60774"} 0 node_network_receive_fifo_total{device="veth4cc6c5f"} 0 node_network_receive_fifo_total{device="veth5623437"} 0 node_network_receive_fifo_total{device="veth57c9c2b"} 0 node_network_receive_fifo_total{device="veth60a4598"} 0 node_network_receive_fifo_total{device="veth643813c"} 0 node_network_receive_fifo_total{device="veth6e14d17"} 0 node_network_receive_fifo_total{device="veth6e72c8d"} 0 node_network_receive_fifo_total{device="veth7192dd6"} 0 node_network_receive_fifo_total{device="veth780a1c2"} 0 node_network_receive_fifo_total{device="veth82496ae"} 0 node_network_receive_fifo_total{device="veth8a59f73"} 0 node_network_receive_fifo_total{device="veth8b46a62"} 0 node_network_receive_fifo_total{device="veth8dd69a0"} 0 node_network_receive_fifo_total{device="veth8de76b7"} 0 node_network_receive_fifo_total{device="veth9b70e59"} 0 node_network_receive_fifo_total{device="veth9c53b3f"} 0 node_network_receive_fifo_total{device="veth9eee620"} 0 node_network_receive_fifo_total{device="vetha06c145"} 0 node_network_receive_fifo_total{device="vetha7e28e1"} 0 node_network_receive_fifo_total{device="vethb37fc1b"} 0 node_network_receive_fifo_total{device="vethb3ad15e"} 0 node_network_receive_fifo_total{device="vethb7d4ca1"} 0 node_network_receive_fifo_total{device="vethbc77eca"} 0 node_network_receive_fifo_total{device="vethbcd88b5"} 0 node_network_receive_fifo_total{device="vethbd67b41"} 0 node_network_receive_fifo_total{device="vethd331276"} 0 node_network_receive_fifo_total{device="vethd42fca4"} 0 node_network_receive_fifo_total{device="vethd5d4b48"} 0 node_network_receive_fifo_total{device="vethe75d481"} 0 node_network_receive_fifo_total{device="vethf057b72"} 0 node_network_receive_fifo_total{device="vethf0bb58e"} 0 node_network_receive_fifo_total{device="vethf2aa402"} 0 node_network_receive_fifo_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_receive_frame_total{device="br-49275f09ab36"} 0 node_network_receive_frame_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_frame_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="ens3"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="veth00b7834"} 0 node_network_receive_frame_total{device="veth06502b7"} 0 node_network_receive_frame_total{device="veth0be93d2"} 0 node_network_receive_frame_total{device="veth0f2885d"} 0 node_network_receive_frame_total{device="veth182f029"} 0 node_network_receive_frame_total{device="veth21b6b95"} 0 node_network_receive_frame_total{device="veth398aef7"} 0 node_network_receive_frame_total{device="veth3a8bf4a"} 0 node_network_receive_frame_total{device="veth3e60774"} 0 node_network_receive_frame_total{device="veth4cc6c5f"} 0 node_network_receive_frame_total{device="veth5623437"} 0 node_network_receive_frame_total{device="veth57c9c2b"} 0 node_network_receive_frame_total{device="veth60a4598"} 0 node_network_receive_frame_total{device="veth643813c"} 0 node_network_receive_frame_total{device="veth6e14d17"} 0 node_network_receive_frame_total{device="veth6e72c8d"} 0 node_network_receive_frame_total{device="veth7192dd6"} 0 node_network_receive_frame_total{device="veth780a1c2"} 0 node_network_receive_frame_total{device="veth82496ae"} 0 node_network_receive_frame_total{device="veth8a59f73"} 0 node_network_receive_frame_total{device="veth8b46a62"} 0 node_network_receive_frame_total{device="veth8dd69a0"} 0 node_network_receive_frame_total{device="veth8de76b7"} 0 node_network_receive_frame_total{device="veth9b70e59"} 0 node_network_receive_frame_total{device="veth9c53b3f"} 0 node_network_receive_frame_total{device="veth9eee620"} 0 node_network_receive_frame_total{device="vetha06c145"} 0 node_network_receive_frame_total{device="vetha7e28e1"} 0 node_network_receive_frame_total{device="vethb37fc1b"} 0 node_network_receive_frame_total{device="vethb3ad15e"} 0 node_network_receive_frame_total{device="vethb7d4ca1"} 0 node_network_receive_frame_total{device="vethbc77eca"} 0 node_network_receive_frame_total{device="vethbcd88b5"} 0 node_network_receive_frame_total{device="vethbd67b41"} 0 node_network_receive_frame_total{device="vethd331276"} 0 node_network_receive_frame_total{device="vethd42fca4"} 0 node_network_receive_frame_total{device="vethd5d4b48"} 0 node_network_receive_frame_total{device="vethe75d481"} 0 node_network_receive_frame_total{device="vethf057b72"} 0 node_network_receive_frame_total{device="vethf0bb58e"} 0 node_network_receive_frame_total{device="vethf2aa402"} 0 node_network_receive_frame_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_receive_multicast_total{device="br-49275f09ab36"} 0 node_network_receive_multicast_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_multicast_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="ens3"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="veth00b7834"} 0 node_network_receive_multicast_total{device="veth06502b7"} 0 node_network_receive_multicast_total{device="veth0be93d2"} 0 node_network_receive_multicast_total{device="veth0f2885d"} 0 node_network_receive_multicast_total{device="veth182f029"} 0 node_network_receive_multicast_total{device="veth21b6b95"} 0 node_network_receive_multicast_total{device="veth398aef7"} 0 node_network_receive_multicast_total{device="veth3a8bf4a"} 0 node_network_receive_multicast_total{device="veth3e60774"} 0 node_network_receive_multicast_total{device="veth4cc6c5f"} 0 node_network_receive_multicast_total{device="veth5623437"} 0 node_network_receive_multicast_total{device="veth57c9c2b"} 0 node_network_receive_multicast_total{device="veth60a4598"} 0 node_network_receive_multicast_total{device="veth643813c"} 0 node_network_receive_multicast_total{device="veth6e14d17"} 0 node_network_receive_multicast_total{device="veth6e72c8d"} 0 node_network_receive_multicast_total{device="veth7192dd6"} 0 node_network_receive_multicast_total{device="veth780a1c2"} 0 node_network_receive_multicast_total{device="veth82496ae"} 0 node_network_receive_multicast_total{device="veth8a59f73"} 0 node_network_receive_multicast_total{device="veth8b46a62"} 0 node_network_receive_multicast_total{device="veth8dd69a0"} 0 node_network_receive_multicast_total{device="veth8de76b7"} 0 node_network_receive_multicast_total{device="veth9b70e59"} 0 node_network_receive_multicast_total{device="veth9c53b3f"} 0 node_network_receive_multicast_total{device="veth9eee620"} 0 node_network_receive_multicast_total{device="vetha06c145"} 0 node_network_receive_multicast_total{device="vetha7e28e1"} 0 node_network_receive_multicast_total{device="vethb37fc1b"} 0 node_network_receive_multicast_total{device="vethb3ad15e"} 0 node_network_receive_multicast_total{device="vethb7d4ca1"} 0 node_network_receive_multicast_total{device="vethbc77eca"} 0 node_network_receive_multicast_total{device="vethbcd88b5"} 0 node_network_receive_multicast_total{device="vethbd67b41"} 0 node_network_receive_multicast_total{device="vethd331276"} 0 node_network_receive_multicast_total{device="vethd42fca4"} 0 node_network_receive_multicast_total{device="vethd5d4b48"} 0 node_network_receive_multicast_total{device="vethe75d481"} 0 node_network_receive_multicast_total{device="vethf057b72"} 0 node_network_receive_multicast_total{device="vethf0bb58e"} 0 node_network_receive_multicast_total{device="vethf2aa402"} 0 node_network_receive_multicast_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_receive_nohandler_total{device="br-49275f09ab36"} 0 node_network_receive_nohandler_total{device="br-7b5f88bf8ca6"} 0 node_network_receive_nohandler_total{device="br-7d8ceb1e8c5a"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="ens3"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="veth00b7834"} 0 node_network_receive_nohandler_total{device="veth06502b7"} 0 node_network_receive_nohandler_total{device="veth0be93d2"} 0 node_network_receive_nohandler_total{device="veth0f2885d"} 0 node_network_receive_nohandler_total{device="veth182f029"} 0 node_network_receive_nohandler_total{device="veth21b6b95"} 0 node_network_receive_nohandler_total{device="veth398aef7"} 0 node_network_receive_nohandler_total{device="veth3a8bf4a"} 0 node_network_receive_nohandler_total{device="veth3e60774"} 0 node_network_receive_nohandler_total{device="veth4cc6c5f"} 0 node_network_receive_nohandler_total{device="veth5623437"} 0 node_network_receive_nohandler_total{device="veth57c9c2b"} 0 node_network_receive_nohandler_total{device="veth60a4598"} 0 node_network_receive_nohandler_total{device="veth643813c"} 0 node_network_receive_nohandler_total{device="veth6e14d17"} 0 node_network_receive_nohandler_total{device="veth6e72c8d"} 0 node_network_receive_nohandler_total{device="veth7192dd6"} 0 node_network_receive_nohandler_total{device="veth780a1c2"} 0 node_network_receive_nohandler_total{device="veth82496ae"} 0 node_network_receive_nohandler_total{device="veth8a59f73"} 0 node_network_receive_nohandler_total{device="veth8b46a62"} 0 node_network_receive_nohandler_total{device="veth8dd69a0"} 0 node_network_receive_nohandler_total{device="veth8de76b7"} 0 node_network_receive_nohandler_total{device="veth9b70e59"} 0 node_network_receive_nohandler_total{device="veth9c53b3f"} 0 node_network_receive_nohandler_total{device="veth9eee620"} 0 node_network_receive_nohandler_total{device="vetha06c145"} 0 node_network_receive_nohandler_total{device="vetha7e28e1"} 0 node_network_receive_nohandler_total{device="vethb37fc1b"} 0 node_network_receive_nohandler_total{device="vethb3ad15e"} 0 node_network_receive_nohandler_total{device="vethb7d4ca1"} 0 node_network_receive_nohandler_total{device="vethbc77eca"} 0 node_network_receive_nohandler_total{device="vethbcd88b5"} 0 node_network_receive_nohandler_total{device="vethbd67b41"} 0 node_network_receive_nohandler_total{device="vethd331276"} 0 node_network_receive_nohandler_total{device="vethd42fca4"} 0 node_network_receive_nohandler_total{device="vethd5d4b48"} 0 node_network_receive_nohandler_total{device="vethe75d481"} 0 node_network_receive_nohandler_total{device="vethf057b72"} 0 node_network_receive_nohandler_total{device="vethf0bb58e"} 0 node_network_receive_nohandler_total{device="vethf2aa402"} 0 node_network_receive_nohandler_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 4.914612e+06 node_network_receive_packets_total{device="br-49275f09ab36"} 1.29349983e+08 node_network_receive_packets_total{device="br-7b5f88bf8ca6"} 130350 node_network_receive_packets_total{device="br-7d8ceb1e8c5a"} 3.326881e+06 node_network_receive_packets_total{device="docker0"} 1.67175e+06 node_network_receive_packets_total{device="ens3"} 3.68216269e+08 node_network_receive_packets_total{device="lo"} 3.4738663e+07 node_network_receive_packets_total{device="veth00b7834"} 6.101284e+06 node_network_receive_packets_total{device="veth06502b7"} 1.5011049e+07 node_network_receive_packets_total{device="veth0be93d2"} 212093 node_network_receive_packets_total{device="veth0f2885d"} 3 node_network_receive_packets_total{device="veth182f029"} 113177 node_network_receive_packets_total{device="veth21b6b95"} 7.248078e+06 node_network_receive_packets_total{device="veth398aef7"} 125 node_network_receive_packets_total{device="veth3a8bf4a"} 50308 node_network_receive_packets_total{device="veth3e60774"} 3.364661e+06 node_network_receive_packets_total{device="veth4cc6c5f"} 1.0016443e+07 node_network_receive_packets_total{device="veth5623437"} 38388 node_network_receive_packets_total{device="veth57c9c2b"} 3 node_network_receive_packets_total{device="veth60a4598"} 2.624917e+06 node_network_receive_packets_total{device="veth643813c"} 38209 node_network_receive_packets_total{device="veth6e14d17"} 33585 node_network_receive_packets_total{device="veth6e72c8d"} 1.7442189e+07 node_network_receive_packets_total{device="veth7192dd6"} 1.1912399e+07 node_network_receive_packets_total{device="veth780a1c2"} 1.502029e+06 node_network_receive_packets_total{device="veth82496ae"} 6.52782e+06 node_network_receive_packets_total{device="veth8a59f73"} 66272 node_network_receive_packets_total{device="veth8b46a62"} 1202 node_network_receive_packets_total{device="veth8dd69a0"} 4556 node_network_receive_packets_total{device="veth8de76b7"} 5.356758e+06 node_network_receive_packets_total{device="veth9b70e59"} 1164 node_network_receive_packets_total{device="veth9c53b3f"} 3 node_network_receive_packets_total{device="veth9eee620"} 2403 node_network_receive_packets_total{device="vetha06c145"} 91464 node_network_receive_packets_total{device="vetha7e28e1"} 13333 node_network_receive_packets_total{device="vethb37fc1b"} 64668 node_network_receive_packets_total{device="vethb3ad15e"} 1824 node_network_receive_packets_total{device="vethb7d4ca1"} 19812 node_network_receive_packets_total{device="vethbc77eca"} 3.4344648e+07 node_network_receive_packets_total{device="vethbcd88b5"} 182960 node_network_receive_packets_total{device="vethbd67b41"} 5.734942e+06 node_network_receive_packets_total{device="vethd331276"} 4.890649e+06 node_network_receive_packets_total{device="vethd42fca4"} 3114 node_network_receive_packets_total{device="vethd5d4b48"} 64 node_network_receive_packets_total{device="vethe75d481"} 3 node_network_receive_packets_total{device="vethf057b72"} 1574 node_network_receive_packets_total{device="vethf0bb58e"} 1.213763e+07 node_network_receive_packets_total{device="vethf2aa402"} 248168 node_network_receive_packets_total{device="vethfa79bd2"} 1.9785701e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-3d1c59fd7c39"} 1.25e+09 node_network_speed_bytes{device="br-49275f09ab36"} 1.25e+09 node_network_speed_bytes{device="br-7b5f88bf8ca6"} 1.25e+09 node_network_speed_bytes{device="br-7d8ceb1e8c5a"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="ens3"} -125000 node_network_speed_bytes{device="veth00b7834"} 1.25e+09 node_network_speed_bytes{device="veth06502b7"} 1.25e+09 node_network_speed_bytes{device="veth0be93d2"} 1.25e+09 node_network_speed_bytes{device="veth0f2885d"} 1.25e+09 node_network_speed_bytes{device="veth182f029"} 1.25e+09 node_network_speed_bytes{device="veth21b6b95"} 1.25e+09 node_network_speed_bytes{device="veth398aef7"} 1.25e+09 node_network_speed_bytes{device="veth3a8bf4a"} 1.25e+09 node_network_speed_bytes{device="veth3e60774"} 1.25e+09 node_network_speed_bytes{device="veth4cc6c5f"} 1.25e+09 node_network_speed_bytes{device="veth5623437"} 1.25e+09 node_network_speed_bytes{device="veth57c9c2b"} 1.25e+09 node_network_speed_bytes{device="veth60a4598"} 1.25e+09 node_network_speed_bytes{device="veth643813c"} 1.25e+09 node_network_speed_bytes{device="veth6e14d17"} 1.25e+09 node_network_speed_bytes{device="veth6e72c8d"} 1.25e+09 node_network_speed_bytes{device="veth7192dd6"} 1.25e+09 node_network_speed_bytes{device="veth780a1c2"} 1.25e+09 node_network_speed_bytes{device="veth82496ae"} 1.25e+09 node_network_speed_bytes{device="veth8a59f73"} 1.25e+09 node_network_speed_bytes{device="veth8b46a62"} 1.25e+09 node_network_speed_bytes{device="veth8dd69a0"} 1.25e+09 node_network_speed_bytes{device="veth8de76b7"} 1.25e+09 node_network_speed_bytes{device="veth9b70e59"} 1.25e+09 node_network_speed_bytes{device="veth9c53b3f"} 1.25e+09 node_network_speed_bytes{device="veth9eee620"} 1.25e+09 node_network_speed_bytes{device="vetha06c145"} 1.25e+09 node_network_speed_bytes{device="vetha7e28e1"} 1.25e+09 node_network_speed_bytes{device="vethb37fc1b"} 1.25e+09 node_network_speed_bytes{device="vethb3ad15e"} 1.25e+09 node_network_speed_bytes{device="vethb7d4ca1"} 1.25e+09 node_network_speed_bytes{device="vethbc77eca"} 1.25e+09 node_network_speed_bytes{device="vethbcd88b5"} 1.25e+09 node_network_speed_bytes{device="vethbd67b41"} 1.25e+09 node_network_speed_bytes{device="vethd331276"} 1.25e+09 node_network_speed_bytes{device="vethd42fca4"} 1.25e+09 node_network_speed_bytes{device="vethd5d4b48"} 1.25e+09 node_network_speed_bytes{device="vethe75d481"} 1.25e+09 node_network_speed_bytes{device="vethf057b72"} 1.25e+09 node_network_speed_bytes{device="vethf0bb58e"} 1.25e+09 node_network_speed_bytes{device="vethf2aa402"} 1.25e+09 node_network_speed_bytes{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 7.71631411e+08 node_network_transmit_bytes_total{device="br-49275f09ab36"} 7.3453379212e+10 node_network_transmit_bytes_total{device="br-7b5f88bf8ca6"} 2.42070775e+08 node_network_transmit_bytes_total{device="br-7d8ceb1e8c5a"} 6.74511355e+08 node_network_transmit_bytes_total{device="docker0"} 1.5492601468e+10 node_network_transmit_bytes_total{device="ens3"} 2.56957307485e+11 node_network_transmit_bytes_total{device="lo"} 3.301509995e+09 node_network_transmit_bytes_total{device="veth00b7834"} 3.924289058e+09 node_network_transmit_bytes_total{device="veth06502b7"} 2.220203945e+09 node_network_transmit_bytes_total{device="veth0be93d2"} 4.3801442e+07 node_network_transmit_bytes_total{device="veth0f2885d"} 228366 node_network_transmit_bytes_total{device="veth182f029"} 3.7674445e+07 node_network_transmit_bytes_total{device="veth21b6b95"} 4.665677354e+09 node_network_transmit_bytes_total{device="veth398aef7"} 53821 node_network_transmit_bytes_total{device="veth3a8bf4a"} 1.1517707e+07 node_network_transmit_bytes_total{device="veth3e60774"} 3.0850745e+08 node_network_transmit_bytes_total{device="veth4cc6c5f"} 1.487296715e+09 node_network_transmit_bytes_total{device="veth5623437"} 1.3270844e+07 node_network_transmit_bytes_total{device="veth57c9c2b"} 87620 node_network_transmit_bytes_total{device="veth60a4598"} 1.33276744e+09 node_network_transmit_bytes_total{device="veth643813c"} 7.8901963e+07 node_network_transmit_bytes_total{device="veth6e14d17"} 6.707102e+06 node_network_transmit_bytes_total{device="veth6e72c8d"} 6.377050657e+09 node_network_transmit_bytes_total{device="veth7192dd6"} 7.758899486e+09 node_network_transmit_bytes_total{device="veth780a1c2"} 7.99377141e+08 node_network_transmit_bytes_total{device="veth82496ae"} 3.512656885e+09 node_network_transmit_bytes_total{device="veth8a59f73"} 1.58594895e+08 node_network_transmit_bytes_total{device="veth8b46a62"} 2.289229e+06 node_network_transmit_bytes_total{device="veth8dd69a0"} 1.5582302e+07 node_network_transmit_bytes_total{device="veth8de76b7"} 5.32719182e+08 node_network_transmit_bytes_total{device="veth9b70e59"} 2.700428e+06 node_network_transmit_bytes_total{device="veth9c53b3f"} 42720 node_network_transmit_bytes_total{device="veth9eee620"} 1.266218e+06 node_network_transmit_bytes_total{device="vetha06c145"} 2.09433152e+08 node_network_transmit_bytes_total{device="vetha7e28e1"} 1.9082543e+07 node_network_transmit_bytes_total{device="vethb37fc1b"} 1.33129133e+08 node_network_transmit_bytes_total{device="vethb3ad15e"} 3.5026809e+07 node_network_transmit_bytes_total{device="vethb7d4ca1"} 1.4285769e+07 node_network_transmit_bytes_total{device="vethbc77eca"} 1.855883815e+09 node_network_transmit_bytes_total{device="vethbcd88b5"} 4.1481571e+07 node_network_transmit_bytes_total{device="vethbd67b41"} 3.232666694e+09 node_network_transmit_bytes_total{device="vethd331276"} 3.808215375e+09 node_network_transmit_bytes_total{device="vethd42fca4"} 1.858966e+06 node_network_transmit_bytes_total{device="vethd5d4b48"} 1.205137e+06 node_network_transmit_bytes_total{device="vethe75d481"} 42608 node_network_transmit_bytes_total{device="vethf057b72"} 286007 node_network_transmit_bytes_total{device="vethf0bb58e"} 4.65919669e+09 node_network_transmit_bytes_total{device="vethf2aa402"} 6.9464312e+07 node_network_transmit_bytes_total{device="vethfa79bd2"} 3.6502035691e+10 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="br-3d1c59fd7c39"} 0 node_network_transmit_carrier_total{device="br-49275f09ab36"} 0 node_network_transmit_carrier_total{device="br-7b5f88bf8ca6"} 0 node_network_transmit_carrier_total{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="ens3"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="veth00b7834"} 0 node_network_transmit_carrier_total{device="veth06502b7"} 0 node_network_transmit_carrier_total{device="veth0be93d2"} 0 node_network_transmit_carrier_total{device="veth0f2885d"} 0 node_network_transmit_carrier_total{device="veth182f029"} 0 node_network_transmit_carrier_total{device="veth21b6b95"} 0 node_network_transmit_carrier_total{device="veth398aef7"} 0 node_network_transmit_carrier_total{device="veth3a8bf4a"} 0 node_network_transmit_carrier_total{device="veth3e60774"} 0 node_network_transmit_carrier_total{device="veth4cc6c5f"} 0 node_network_transmit_carrier_total{device="veth5623437"} 0 node_network_transmit_carrier_total{device="veth57c9c2b"} 0 node_network_transmit_carrier_total{device="veth60a4598"} 0 node_network_transmit_carrier_total{device="veth643813c"} 0 node_network_transmit_carrier_total{device="veth6e14d17"} 0 node_network_transmit_carrier_total{device="veth6e72c8d"} 0 node_network_transmit_carrier_total{device="veth7192dd6"} 0 node_network_transmit_carrier_total{device="veth780a1c2"} 0 node_network_transmit_carrier_total{device="veth82496ae"} 0 node_network_transmit_carrier_total{device="veth8a59f73"} 0 node_network_transmit_carrier_total{device="veth8b46a62"} 0 node_network_transmit_carrier_total{device="veth8dd69a0"} 0 node_network_transmit_carrier_total{device="veth8de76b7"} 0 node_network_transmit_carrier_total{device="veth9b70e59"} 0 node_network_transmit_carrier_total{device="veth9c53b3f"} 0 node_network_transmit_carrier_total{device="veth9eee620"} 0 node_network_transmit_carrier_total{device="vetha06c145"} 0 node_network_transmit_carrier_total{device="vetha7e28e1"} 0 node_network_transmit_carrier_total{device="vethb37fc1b"} 0 node_network_transmit_carrier_total{device="vethb3ad15e"} 0 node_network_transmit_carrier_total{device="vethb7d4ca1"} 0 node_network_transmit_carrier_total{device="vethbc77eca"} 0 node_network_transmit_carrier_total{device="vethbcd88b5"} 0 node_network_transmit_carrier_total{device="vethbd67b41"} 0 node_network_transmit_carrier_total{device="vethd331276"} 0 node_network_transmit_carrier_total{device="vethd42fca4"} 0 node_network_transmit_carrier_total{device="vethd5d4b48"} 0 node_network_transmit_carrier_total{device="vethe75d481"} 0 node_network_transmit_carrier_total{device="vethf057b72"} 0 node_network_transmit_carrier_total{device="vethf0bb58e"} 0 node_network_transmit_carrier_total{device="vethf2aa402"} 0 node_network_transmit_carrier_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_transmit_colls_total{device="br-49275f09ab36"} 0 node_network_transmit_colls_total{device="br-7b5f88bf8ca6"} 0 node_network_transmit_colls_total{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="ens3"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="veth00b7834"} 0 node_network_transmit_colls_total{device="veth06502b7"} 0 node_network_transmit_colls_total{device="veth0be93d2"} 0 node_network_transmit_colls_total{device="veth0f2885d"} 0 node_network_transmit_colls_total{device="veth182f029"} 0 node_network_transmit_colls_total{device="veth21b6b95"} 0 node_network_transmit_colls_total{device="veth398aef7"} 0 node_network_transmit_colls_total{device="veth3a8bf4a"} 0 node_network_transmit_colls_total{device="veth3e60774"} 0 node_network_transmit_colls_total{device="veth4cc6c5f"} 0 node_network_transmit_colls_total{device="veth5623437"} 0 node_network_transmit_colls_total{device="veth57c9c2b"} 0 node_network_transmit_colls_total{device="veth60a4598"} 0 node_network_transmit_colls_total{device="veth643813c"} 0 node_network_transmit_colls_total{device="veth6e14d17"} 0 node_network_transmit_colls_total{device="veth6e72c8d"} 0 node_network_transmit_colls_total{device="veth7192dd6"} 0 node_network_transmit_colls_total{device="veth780a1c2"} 0 node_network_transmit_colls_total{device="veth82496ae"} 0 node_network_transmit_colls_total{device="veth8a59f73"} 0 node_network_transmit_colls_total{device="veth8b46a62"} 0 node_network_transmit_colls_total{device="veth8dd69a0"} 0 node_network_transmit_colls_total{device="veth8de76b7"} 0 node_network_transmit_colls_total{device="veth9b70e59"} 0 node_network_transmit_colls_total{device="veth9c53b3f"} 0 node_network_transmit_colls_total{device="veth9eee620"} 0 node_network_transmit_colls_total{device="vetha06c145"} 0 node_network_transmit_colls_total{device="vetha7e28e1"} 0 node_network_transmit_colls_total{device="vethb37fc1b"} 0 node_network_transmit_colls_total{device="vethb3ad15e"} 0 node_network_transmit_colls_total{device="vethb7d4ca1"} 0 node_network_transmit_colls_total{device="vethbc77eca"} 0 node_network_transmit_colls_total{device="vethbcd88b5"} 0 node_network_transmit_colls_total{device="vethbd67b41"} 0 node_network_transmit_colls_total{device="vethd331276"} 0 node_network_transmit_colls_total{device="vethd42fca4"} 0 node_network_transmit_colls_total{device="vethd5d4b48"} 0 node_network_transmit_colls_total{device="vethe75d481"} 0 node_network_transmit_colls_total{device="vethf057b72"} 0 node_network_transmit_colls_total{device="vethf0bb58e"} 0 node_network_transmit_colls_total{device="vethf2aa402"} 0 node_network_transmit_colls_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_transmit_compressed_total{device="br-49275f09ab36"} 0 node_network_transmit_compressed_total{device="br-7b5f88bf8ca6"} 0 node_network_transmit_compressed_total{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="ens3"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="veth00b7834"} 0 node_network_transmit_compressed_total{device="veth06502b7"} 0 node_network_transmit_compressed_total{device="veth0be93d2"} 0 node_network_transmit_compressed_total{device="veth0f2885d"} 0 node_network_transmit_compressed_total{device="veth182f029"} 0 node_network_transmit_compressed_total{device="veth21b6b95"} 0 node_network_transmit_compressed_total{device="veth398aef7"} 0 node_network_transmit_compressed_total{device="veth3a8bf4a"} 0 node_network_transmit_compressed_total{device="veth3e60774"} 0 node_network_transmit_compressed_total{device="veth4cc6c5f"} 0 node_network_transmit_compressed_total{device="veth5623437"} 0 node_network_transmit_compressed_total{device="veth57c9c2b"} 0 node_network_transmit_compressed_total{device="veth60a4598"} 0 node_network_transmit_compressed_total{device="veth643813c"} 0 node_network_transmit_compressed_total{device="veth6e14d17"} 0 node_network_transmit_compressed_total{device="veth6e72c8d"} 0 node_network_transmit_compressed_total{device="veth7192dd6"} 0 node_network_transmit_compressed_total{device="veth780a1c2"} 0 node_network_transmit_compressed_total{device="veth82496ae"} 0 node_network_transmit_compressed_total{device="veth8a59f73"} 0 node_network_transmit_compressed_total{device="veth8b46a62"} 0 node_network_transmit_compressed_total{device="veth8dd69a0"} 0 node_network_transmit_compressed_total{device="veth8de76b7"} 0 node_network_transmit_compressed_total{device="veth9b70e59"} 0 node_network_transmit_compressed_total{device="veth9c53b3f"} 0 node_network_transmit_compressed_total{device="veth9eee620"} 0 node_network_transmit_compressed_total{device="vetha06c145"} 0 node_network_transmit_compressed_total{device="vetha7e28e1"} 0 node_network_transmit_compressed_total{device="vethb37fc1b"} 0 node_network_transmit_compressed_total{device="vethb3ad15e"} 0 node_network_transmit_compressed_total{device="vethb7d4ca1"} 0 node_network_transmit_compressed_total{device="vethbc77eca"} 0 node_network_transmit_compressed_total{device="vethbcd88b5"} 0 node_network_transmit_compressed_total{device="vethbd67b41"} 0 node_network_transmit_compressed_total{device="vethd331276"} 0 node_network_transmit_compressed_total{device="vethd42fca4"} 0 node_network_transmit_compressed_total{device="vethd5d4b48"} 0 node_network_transmit_compressed_total{device="vethe75d481"} 0 node_network_transmit_compressed_total{device="vethf057b72"} 0 node_network_transmit_compressed_total{device="vethf0bb58e"} 0 node_network_transmit_compressed_total{device="vethf2aa402"} 0 node_network_transmit_compressed_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_transmit_drop_total{device="br-49275f09ab36"} 0 node_network_transmit_drop_total{device="br-7b5f88bf8ca6"} 0 node_network_transmit_drop_total{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="ens3"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="veth00b7834"} 0 node_network_transmit_drop_total{device="veth06502b7"} 0 node_network_transmit_drop_total{device="veth0be93d2"} 0 node_network_transmit_drop_total{device="veth0f2885d"} 0 node_network_transmit_drop_total{device="veth182f029"} 0 node_network_transmit_drop_total{device="veth21b6b95"} 0 node_network_transmit_drop_total{device="veth398aef7"} 0 node_network_transmit_drop_total{device="veth3a8bf4a"} 0 node_network_transmit_drop_total{device="veth3e60774"} 0 node_network_transmit_drop_total{device="veth4cc6c5f"} 0 node_network_transmit_drop_total{device="veth5623437"} 0 node_network_transmit_drop_total{device="veth57c9c2b"} 0 node_network_transmit_drop_total{device="veth60a4598"} 0 node_network_transmit_drop_total{device="veth643813c"} 0 node_network_transmit_drop_total{device="veth6e14d17"} 0 node_network_transmit_drop_total{device="veth6e72c8d"} 0 node_network_transmit_drop_total{device="veth7192dd6"} 0 node_network_transmit_drop_total{device="veth780a1c2"} 0 node_network_transmit_drop_total{device="veth82496ae"} 0 node_network_transmit_drop_total{device="veth8a59f73"} 0 node_network_transmit_drop_total{device="veth8b46a62"} 0 node_network_transmit_drop_total{device="veth8dd69a0"} 0 node_network_transmit_drop_total{device="veth8de76b7"} 0 node_network_transmit_drop_total{device="veth9b70e59"} 0 node_network_transmit_drop_total{device="veth9c53b3f"} 0 node_network_transmit_drop_total{device="veth9eee620"} 0 node_network_transmit_drop_total{device="vetha06c145"} 0 node_network_transmit_drop_total{device="vetha7e28e1"} 0 node_network_transmit_drop_total{device="vethb37fc1b"} 0 node_network_transmit_drop_total{device="vethb3ad15e"} 0 node_network_transmit_drop_total{device="vethb7d4ca1"} 0 node_network_transmit_drop_total{device="vethbc77eca"} 0 node_network_transmit_drop_total{device="vethbcd88b5"} 0 node_network_transmit_drop_total{device="vethbd67b41"} 0 node_network_transmit_drop_total{device="vethd331276"} 0 node_network_transmit_drop_total{device="vethd42fca4"} 0 node_network_transmit_drop_total{device="vethd5d4b48"} 0 node_network_transmit_drop_total{device="vethe75d481"} 0 node_network_transmit_drop_total{device="vethf057b72"} 0 node_network_transmit_drop_total{device="vethf0bb58e"} 0 node_network_transmit_drop_total{device="vethf2aa402"} 0 node_network_transmit_drop_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_transmit_errs_total{device="br-49275f09ab36"} 0 node_network_transmit_errs_total{device="br-7b5f88bf8ca6"} 0 node_network_transmit_errs_total{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="ens3"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="veth00b7834"} 0 node_network_transmit_errs_total{device="veth06502b7"} 0 node_network_transmit_errs_total{device="veth0be93d2"} 0 node_network_transmit_errs_total{device="veth0f2885d"} 0 node_network_transmit_errs_total{device="veth182f029"} 0 node_network_transmit_errs_total{device="veth21b6b95"} 0 node_network_transmit_errs_total{device="veth398aef7"} 0 node_network_transmit_errs_total{device="veth3a8bf4a"} 0 node_network_transmit_errs_total{device="veth3e60774"} 0 node_network_transmit_errs_total{device="veth4cc6c5f"} 0 node_network_transmit_errs_total{device="veth5623437"} 0 node_network_transmit_errs_total{device="veth57c9c2b"} 0 node_network_transmit_errs_total{device="veth60a4598"} 0 node_network_transmit_errs_total{device="veth643813c"} 0 node_network_transmit_errs_total{device="veth6e14d17"} 0 node_network_transmit_errs_total{device="veth6e72c8d"} 0 node_network_transmit_errs_total{device="veth7192dd6"} 0 node_network_transmit_errs_total{device="veth780a1c2"} 0 node_network_transmit_errs_total{device="veth82496ae"} 0 node_network_transmit_errs_total{device="veth8a59f73"} 0 node_network_transmit_errs_total{device="veth8b46a62"} 0 node_network_transmit_errs_total{device="veth8dd69a0"} 0 node_network_transmit_errs_total{device="veth8de76b7"} 0 node_network_transmit_errs_total{device="veth9b70e59"} 0 node_network_transmit_errs_total{device="veth9c53b3f"} 0 node_network_transmit_errs_total{device="veth9eee620"} 0 node_network_transmit_errs_total{device="vetha06c145"} 0 node_network_transmit_errs_total{device="vetha7e28e1"} 0 node_network_transmit_errs_total{device="vethb37fc1b"} 0 node_network_transmit_errs_total{device="vethb3ad15e"} 0 node_network_transmit_errs_total{device="vethb7d4ca1"} 0 node_network_transmit_errs_total{device="vethbc77eca"} 0 node_network_transmit_errs_total{device="vethbcd88b5"} 0 node_network_transmit_errs_total{device="vethbd67b41"} 0 node_network_transmit_errs_total{device="vethd331276"} 0 node_network_transmit_errs_total{device="vethd42fca4"} 0 node_network_transmit_errs_total{device="vethd5d4b48"} 0 node_network_transmit_errs_total{device="vethe75d481"} 0 node_network_transmit_errs_total{device="vethf057b72"} 0 node_network_transmit_errs_total{device="vethf0bb58e"} 0 node_network_transmit_errs_total{device="vethf2aa402"} 0 node_network_transmit_errs_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 0 node_network_transmit_fifo_total{device="br-49275f09ab36"} 0 node_network_transmit_fifo_total{device="br-7b5f88bf8ca6"} 0 node_network_transmit_fifo_total{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="ens3"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="veth00b7834"} 0 node_network_transmit_fifo_total{device="veth06502b7"} 0 node_network_transmit_fifo_total{device="veth0be93d2"} 0 node_network_transmit_fifo_total{device="veth0f2885d"} 0 node_network_transmit_fifo_total{device="veth182f029"} 0 node_network_transmit_fifo_total{device="veth21b6b95"} 0 node_network_transmit_fifo_total{device="veth398aef7"} 0 node_network_transmit_fifo_total{device="veth3a8bf4a"} 0 node_network_transmit_fifo_total{device="veth3e60774"} 0 node_network_transmit_fifo_total{device="veth4cc6c5f"} 0 node_network_transmit_fifo_total{device="veth5623437"} 0 node_network_transmit_fifo_total{device="veth57c9c2b"} 0 node_network_transmit_fifo_total{device="veth60a4598"} 0 node_network_transmit_fifo_total{device="veth643813c"} 0 node_network_transmit_fifo_total{device="veth6e14d17"} 0 node_network_transmit_fifo_total{device="veth6e72c8d"} 0 node_network_transmit_fifo_total{device="veth7192dd6"} 0 node_network_transmit_fifo_total{device="veth780a1c2"} 0 node_network_transmit_fifo_total{device="veth82496ae"} 0 node_network_transmit_fifo_total{device="veth8a59f73"} 0 node_network_transmit_fifo_total{device="veth8b46a62"} 0 node_network_transmit_fifo_total{device="veth8dd69a0"} 0 node_network_transmit_fifo_total{device="veth8de76b7"} 0 node_network_transmit_fifo_total{device="veth9b70e59"} 0 node_network_transmit_fifo_total{device="veth9c53b3f"} 0 node_network_transmit_fifo_total{device="veth9eee620"} 0 node_network_transmit_fifo_total{device="vetha06c145"} 0 node_network_transmit_fifo_total{device="vetha7e28e1"} 0 node_network_transmit_fifo_total{device="vethb37fc1b"} 0 node_network_transmit_fifo_total{device="vethb3ad15e"} 0 node_network_transmit_fifo_total{device="vethb7d4ca1"} 0 node_network_transmit_fifo_total{device="vethbc77eca"} 0 node_network_transmit_fifo_total{device="vethbcd88b5"} 0 node_network_transmit_fifo_total{device="vethbd67b41"} 0 node_network_transmit_fifo_total{device="vethd331276"} 0 node_network_transmit_fifo_total{device="vethd42fca4"} 0 node_network_transmit_fifo_total{device="vethd5d4b48"} 0 node_network_transmit_fifo_total{device="vethe75d481"} 0 node_network_transmit_fifo_total{device="vethf057b72"} 0 node_network_transmit_fifo_total{device="vethf0bb58e"} 0 node_network_transmit_fifo_total{device="vethf2aa402"} 0 node_network_transmit_fifo_total{device="vethfa79bd2"} 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="br-3d1c59fd7c39"} 4.086668e+06 node_network_transmit_packets_total{device="br-49275f09ab36"} 1.07963257e+08 node_network_transmit_packets_total{device="br-7b5f88bf8ca6"} 121745 node_network_transmit_packets_total{device="br-7d8ceb1e8c5a"} 2.790067e+06 node_network_transmit_packets_total{device="docker0"} 1.518419e+06 node_network_transmit_packets_total{device="ens3"} 4.02782791e+08 node_network_transmit_packets_total{device="lo"} 3.4738663e+07 node_network_transmit_packets_total{device="veth00b7834"} 6.343586e+06 node_network_transmit_packets_total{device="veth06502b7"} 1.4985014e+07 node_network_transmit_packets_total{device="veth0be93d2"} 184349 node_network_transmit_packets_total{device="veth0f2885d"} 3364 node_network_transmit_packets_total{device="veth182f029"} 168310 node_network_transmit_packets_total{device="veth21b6b95"} 7.025972e+06 node_network_transmit_packets_total{device="veth398aef7"} 233 node_network_transmit_packets_total{device="veth3a8bf4a"} 55520 node_network_transmit_packets_total{device="veth3e60774"} 3.121954e+06 node_network_transmit_packets_total{device="veth4cc6c5f"} 1.000342e+07 node_network_transmit_packets_total{device="veth5623437"} 43687 node_network_transmit_packets_total{device="veth57c9c2b"} 1292 node_network_transmit_packets_total{device="veth60a4598"} 2.625736e+06 node_network_transmit_packets_total{device="veth643813c"} 42181 node_network_transmit_packets_total{device="veth6e14d17"} 40147 node_network_transmit_packets_total{device="veth6e72c8d"} 1.6585942e+07 node_network_transmit_packets_total{device="veth7192dd6"} 1.4127719e+07 node_network_transmit_packets_total{device="veth780a1c2"} 1.503517e+06 node_network_transmit_packets_total{device="veth82496ae"} 7.941198e+06 node_network_transmit_packets_total{device="veth8a59f73"} 57912 node_network_transmit_packets_total{device="veth8b46a62"} 4436 node_network_transmit_packets_total{device="veth8dd69a0"} 10075 node_network_transmit_packets_total{device="veth8de76b7"} 4.704595e+06 node_network_transmit_packets_total{device="veth9b70e59"} 5577 node_network_transmit_packets_total{device="veth9c53b3f"} 632 node_network_transmit_packets_total{device="veth9eee620"} 3658 node_network_transmit_packets_total{device="vetha06c145"} 82008 node_network_transmit_packets_total{device="vetha7e28e1"} 17347 node_network_transmit_packets_total{device="vethb37fc1b"} 56508 node_network_transmit_packets_total{device="vethb3ad15e"} 6724 node_network_transmit_packets_total{device="vethb7d4ca1"} 29548 node_network_transmit_packets_total{device="vethbc77eca"} 2.6419942e+07 node_network_transmit_packets_total{device="vethbcd88b5"} 211583 node_network_transmit_packets_total{device="vethbd67b41"} 6.863178e+06 node_network_transmit_packets_total{device="vethd331276"} 5.114083e+06 node_network_transmit_packets_total{device="vethd42fca4"} 3624 node_network_transmit_packets_total{device="vethd5d4b48"} 18247 node_network_transmit_packets_total{device="vethe75d481"} 630 node_network_transmit_packets_total{device="vethf057b72"} 1597 node_network_transmit_packets_total{device="vethf0bb58e"} 1.1552019e+07 node_network_transmit_packets_total{device="vethf2aa402"} 309375 node_network_transmit_packets_total{device="vethfa79bd2"} 2.5597148e+07 # 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-3d1c59fd7c39"} 0 node_network_transmit_queue_length{device="br-49275f09ab36"} 0 node_network_transmit_queue_length{device="br-7b5f88bf8ca6"} 0 node_network_transmit_queue_length{device="br-7d8ceb1e8c5a"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="ens3"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth00b7834"} 0 node_network_transmit_queue_length{device="veth06502b7"} 0 node_network_transmit_queue_length{device="veth0be93d2"} 0 node_network_transmit_queue_length{device="veth0f2885d"} 0 node_network_transmit_queue_length{device="veth182f029"} 0 node_network_transmit_queue_length{device="veth21b6b95"} 0 node_network_transmit_queue_length{device="veth398aef7"} 0 node_network_transmit_queue_length{device="veth3a8bf4a"} 0 node_network_transmit_queue_length{device="veth3e60774"} 0 node_network_transmit_queue_length{device="veth4cc6c5f"} 0 node_network_transmit_queue_length{device="veth5623437"} 0 node_network_transmit_queue_length{device="veth57c9c2b"} 0 node_network_transmit_queue_length{device="veth60a4598"} 0 node_network_transmit_queue_length{device="veth643813c"} 0 node_network_transmit_queue_length{device="veth6e14d17"} 0 node_network_transmit_queue_length{device="veth6e72c8d"} 0 node_network_transmit_queue_length{device="veth7192dd6"} 0 node_network_transmit_queue_length{device="veth780a1c2"} 0 node_network_transmit_queue_length{device="veth82496ae"} 0 node_network_transmit_queue_length{device="veth8a59f73"} 0 node_network_transmit_queue_length{device="veth8b46a62"} 0 node_network_transmit_queue_length{device="veth8dd69a0"} 0 node_network_transmit_queue_length{device="veth8de76b7"} 0 node_network_transmit_queue_length{device="veth9b70e59"} 0 node_network_transmit_queue_length{device="veth9c53b3f"} 0 node_network_transmit_queue_length{device="veth9eee620"} 0 node_network_transmit_queue_length{device="vetha06c145"} 0 node_network_transmit_queue_length{device="vetha7e28e1"} 0 node_network_transmit_queue_length{device="vethb37fc1b"} 0 node_network_transmit_queue_length{device="vethb3ad15e"} 0 node_network_transmit_queue_length{device="vethb7d4ca1"} 0 node_network_transmit_queue_length{device="vethbc77eca"} 0 node_network_transmit_queue_length{device="vethbcd88b5"} 0 node_network_transmit_queue_length{device="vethbd67b41"} 0 node_network_transmit_queue_length{device="vethd331276"} 0 node_network_transmit_queue_length{device="vethd42fca4"} 0 node_network_transmit_queue_length{device="vethd5d4b48"} 0 node_network_transmit_queue_length{device="vethe75d481"} 0 node_network_transmit_queue_length{device="vethf057b72"} 0 node_network_transmit_queue_length{device="vethf0bb58e"} 0 node_network_transmit_queue_length{device="vethf2aa402"} 0 node_network_transmit_queue_length{device="vethfa79bd2"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-3d1c59fd7c39"} 1 node_network_up{device="br-49275f09ab36"} 1 node_network_up{device="br-7b5f88bf8ca6"} 1 node_network_up{device="br-7d8ceb1e8c5a"} 1 node_network_up{device="docker0"} 0 node_network_up{device="ens3"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth00b7834"} 1 node_network_up{device="veth06502b7"} 1 node_network_up{device="veth0be93d2"} 1 node_network_up{device="veth0f2885d"} 1 node_network_up{device="veth182f029"} 1 node_network_up{device="veth21b6b95"} 1 node_network_up{device="veth398aef7"} 1 node_network_up{device="veth3a8bf4a"} 1 node_network_up{device="veth3e60774"} 1 node_network_up{device="veth4cc6c5f"} 1 node_network_up{device="veth5623437"} 1 node_network_up{device="veth57c9c2b"} 1 node_network_up{device="veth60a4598"} 1 node_network_up{device="veth643813c"} 1 node_network_up{device="veth6e14d17"} 1 node_network_up{device="veth6e72c8d"} 1 node_network_up{device="veth7192dd6"} 1 node_network_up{device="veth780a1c2"} 1 node_network_up{device="veth82496ae"} 1 node_network_up{device="veth8a59f73"} 1 node_network_up{device="veth8b46a62"} 1 node_network_up{device="veth8dd69a0"} 1 node_network_up{device="veth8de76b7"} 1 node_network_up{device="veth9b70e59"} 1 node_network_up{device="veth9c53b3f"} 1 node_network_up{device="veth9eee620"} 1 node_network_up{device="vetha06c145"} 1 node_network_up{device="vetha7e28e1"} 1 node_network_up{device="vethb37fc1b"} 1 node_network_up{device="vethb3ad15e"} 1 node_network_up{device="vethb7d4ca1"} 1 node_network_up{device="vethbc77eca"} 1 node_network_up{device="vethbcd88b5"} 1 node_network_up{device="vethbd67b41"} 1 node_network_up{device="vethd331276"} 1 node_network_up{device="vethd42fca4"} 1 node_network_up{device="vethd5d4b48"} 1 node_network_up{device="vethe75d481"} 1 node_network_up{device="vethf057b72"} 1 node_network_up{device="vethf0bb58e"} 1 node_network_up{device="vethf2aa402"} 1 node_network_up{device="vethfa79bd2"} 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 295 # 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_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 4801 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 16193 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 4801 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 55287 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # 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="debian",id_like="",image_id="",image_version="",name="Debian GNU/Linux",pretty_name="Debian GNU/Linux 12 (bookworm)",variant="",variant_id="",version="12 (bookworm)",version_codename="bookworm",version_id="12"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="debian",id_like="",name="Debian GNU/Linux"} 12 # 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 155881.799945 # 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 8888.947723 # 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 10508.872089 # 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 256.781377 # 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 263.10856199999995 # HELP node_processes_max_processes Number of max PIDs limit # TYPE node_processes_max_processes gauge node_processes_max_processes 4.194304e+06 # HELP node_processes_max_threads Limit of threads in the system # TYPE node_processes_max_threads gauge node_processes_max_threads 187631 # HELP node_processes_pids Number of PIDs # TYPE node_processes_pids gauge node_processes_pids 467 # HELP node_processes_state Number of processes in each state. # TYPE node_processes_state gauge node_processes_state{state="I"} 68 node_processes_state{state="R"} 1 node_processes_state{state="S"} 398 # HELP node_processes_threads Allocated threads in system # TYPE node_processes_threads gauge node_processes_threads 1744 # HELP node_processes_threads_state Number of threads in each state. # TYPE node_processes_threads_state gauge node_processes_threads_state{thread_state="I"} 68 node_processes_threads_state{thread_state="R"} 4 node_processes_threads_state{thread_state="S"} 1672 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 643238.225158704 node_schedstat_running_seconds_total{cpu="1"} 695457.819735219 node_schedstat_running_seconds_total{cpu="2"} 681385.095988883 node_schedstat_running_seconds_total{cpu="3"} 662246.202669886 node_schedstat_running_seconds_total{cpu="4"} 641601.220305173 node_schedstat_running_seconds_total{cpu="5"} 621272.378995007 node_schedstat_running_seconds_total{cpu="6"} 602705.013984178 node_schedstat_running_seconds_total{cpu="7"} 590555.592790591 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 5.2010532e+09 node_schedstat_timeslices_total{cpu="1"} 5.395661014e+09 node_schedstat_timeslices_total{cpu="2"} 5.342537444e+09 node_schedstat_timeslices_total{cpu="3"} 5.197202074e+09 node_schedstat_timeslices_total{cpu="4"} 5.0084367e+09 node_schedstat_timeslices_total{cpu="5"} 4.833604686e+09 node_schedstat_timeslices_total{cpu="6"} 4.693755939e+09 node_schedstat_timeslices_total{cpu="7"} 4.59695798e+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"} 144562.896269138 node_schedstat_waiting_seconds_total{cpu="1"} 146192.449724583 node_schedstat_waiting_seconds_total{cpu="2"} 144216.885789911 node_schedstat_waiting_seconds_total{cpu="3"} 140616.582385558 node_schedstat_waiting_seconds_total{cpu="4"} 130906.700943042 node_schedstat_waiting_seconds_total{cpu="5"} 116804.348434838 node_schedstat_waiting_seconds_total{cpu="6"} 105901.611340428 node_schedstat_waiting_seconds_total{cpu="7"} 101297.35740811 # 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.00142639 node_scrape_collector_duration_seconds{collector="bcache"} 2.7227e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.1155e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002324414 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000355262 node_scrape_collector_duration_seconds{collector="cpu"} 0.001560059 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000236778 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002830916 node_scrape_collector_duration_seconds{collector="dmi"} 2.9489e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.3836e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000239944 node_scrape_collector_duration_seconds{collector="fibrechannel"} 4.4722e-05 node_scrape_collector_duration_seconds{collector="filefd"} 7.8518e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.042512016 node_scrape_collector_duration_seconds{collector="hwmon"} 5.0751e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.907e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.5769e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.6524e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.785e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000458789 node_scrape_collector_duration_seconds{collector="netclass"} 0.126504588 node_scrape_collector_duration_seconds{collector="netdev"} 0.035266168 node_scrape_collector_duration_seconds{collector="netstat"} 0.001778217 node_scrape_collector_duration_seconds{collector="nfs"} 4.7459e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.6237e-05 node_scrape_collector_duration_seconds{collector="nvme"} 5.0958e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000113082 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.5069e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000339184 node_scrape_collector_duration_seconds{collector="processes"} 0.142039888 node_scrape_collector_duration_seconds{collector="rapl"} 5.3086e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000201176 node_scrape_collector_duration_seconds{collector="selinux"} 3.01e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000388614 node_scrape_collector_duration_seconds{collector="softnet"} 0.000291293 node_scrape_collector_duration_seconds{collector="stat"} 0.000369441 node_scrape_collector_duration_seconds{collector="systemd"} 0.271324369 node_scrape_collector_duration_seconds{collector="tapestats"} 2.1573e-05 node_scrape_collector_duration_seconds{collector="textfile"} 8.4919e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00120676 node_scrape_collector_duration_seconds{collector="time"} 0.027493623 node_scrape_collector_duration_seconds{collector="timex"} 5.2892e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000610621 node_scrape_collector_duration_seconds{collector="uname"} 2.4099e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000320919 node_scrape_collector_duration_seconds{collector="watchdog"} 4.1707e-05 node_scrape_collector_duration_seconds{collector="xfs"} 4.328e-05 node_scrape_collector_duration_seconds{collector="zfs"} 3.2281e-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"} 1 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"} 0 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"} 0 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"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="processes"} 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="systemd"} 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"} 0 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 9 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 659 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 29 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 2308 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 9.453568e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 1 # 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 4 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 0 # 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 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 352 # 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"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 1 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 # 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"} 5.36534075e+08 node_softnet_processed_total{cpu="1"} 1.356728543e+09 node_softnet_processed_total{cpu="2"} 5.56380021e+08 node_softnet_processed_total{cpu="3"} 5.00315316e+08 node_softnet_processed_total{cpu="4"} 4.6179022e+08 node_softnet_processed_total{cpu="5"} 3.65171868e+08 node_softnet_processed_total{cpu="6"} 3.02076286e+08 node_softnet_processed_total{cpu="7"} 2.92965369e+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"} 1085 node_softnet_times_squeezed_total{cpu="1"} 2712 node_softnet_times_squeezed_total{cpu="2"} 1155 node_softnet_times_squeezed_total{cpu="3"} 934 node_softnet_times_squeezed_total{cpu="4"} 826 node_softnet_times_squeezed_total{cpu="5"} 558 node_softnet_times_squeezed_total{cpu="6"} 373 node_softnet_times_squeezed_total{cpu="7"} 337 # HELP node_systemd_socket_accepted_connections_total Total number of accepted socket connections # TYPE node_systemd_socket_accepted_connections_total counter node_systemd_socket_accepted_connections_total{name="cloud-init-hotplugd.socket"} 0 node_systemd_socket_accepted_connections_total{name="dbus.socket"} 0 node_systemd_socket_accepted_connections_total{name="docker.socket"} 0 node_systemd_socket_accepted_connections_total{name="syslog.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-fsckd.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-initctl.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald-audit.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-networkd.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_accepted_connections_total{name="uuidd.socket"} 0 # HELP node_systemd_socket_current_connections Current number of socket connections # TYPE node_systemd_socket_current_connections gauge node_systemd_socket_current_connections{name="cloud-init-hotplugd.socket"} 0 node_systemd_socket_current_connections{name="dbus.socket"} 0 node_systemd_socket_current_connections{name="docker.socket"} 0 node_systemd_socket_current_connections{name="syslog.socket"} 0 node_systemd_socket_current_connections{name="systemd-fsckd.socket"} 0 node_systemd_socket_current_connections{name="systemd-initctl.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald-audit.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald.socket"} 0 node_systemd_socket_current_connections{name="systemd-networkd.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-control.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_current_connections{name="uuidd.socket"} 0 # HELP node_systemd_socket_refused_connections_total Total number of refused socket connections # TYPE node_systemd_socket_refused_connections_total gauge node_systemd_socket_refused_connections_total{name="cloud-init-hotplugd.socket"} 0 node_systemd_socket_refused_connections_total{name="dbus.socket"} 0 node_systemd_socket_refused_connections_total{name="docker.socket"} 0 node_systemd_socket_refused_connections_total{name="syslog.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-fsckd.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-initctl.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald-audit.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-networkd.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_refused_connections_total{name="uuidd.socket"} 0 # HELP node_systemd_system_running Whether the system is operational (see 'systemctl is-system-running') # TYPE node_systemd_system_running gauge node_systemd_system_running 1 # HELP node_systemd_timer_last_trigger_seconds Seconds since epoch of last trigger. # TYPE node_systemd_timer_last_trigger_seconds gauge node_systemd_timer_last_trigger_seconds{name="apt-daily-upgrade.timer"} 1.780382305760025e+09 node_systemd_timer_last_trigger_seconds{name="apt-daily.timer"} 1.780353366512923e+09 node_systemd_timer_last_trigger_seconds{name="dpkg-db-backup.timer"} 1.78035840653801e+09 node_systemd_timer_last_trigger_seconds{name="e2scrub_all.timer"} 1.780197057572487e+09 node_systemd_timer_last_trigger_seconds{name="exim4-base.timer"} 1.780358406536935e+09 node_systemd_timer_last_trigger_seconds{name="fstrim.timer"} 1.780273205677994e+09 node_systemd_timer_last_trigger_seconds{name="man-db.timer"} 1.780373315961081e+09 node_systemd_timer_last_trigger_seconds{name="set-sysctl.timer"} 1.779283325905392e+09 node_systemd_timer_last_trigger_seconds{name="systemd-tmpfiles-clean.timer"} 1.78032678660085e+09 # HELP node_systemd_unit_state Systemd unit # TYPE node_systemd_unit_state gauge node_systemd_unit_state{name="apparmor.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="apparmor.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="apparmor.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="apparmor.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="apparmor.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily-upgrade.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily-upgrade.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily-upgrade.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily-upgrade.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily-upgrade.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="apt-daily-upgrade.timer",state="activating",type=""} 0 node_systemd_unit_state{name="apt-daily-upgrade.timer",state="active",type=""} 1 node_systemd_unit_state{name="apt-daily-upgrade.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="apt-daily-upgrade.timer",state="failed",type=""} 0 node_systemd_unit_state{name="apt-daily-upgrade.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="apt-daily.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="apt-daily.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="apt-daily.timer",state="activating",type=""} 0 node_systemd_unit_state{name="apt-daily.timer",state="active",type=""} 1 node_systemd_unit_state{name="apt-daily.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="apt-daily.timer",state="failed",type=""} 0 node_systemd_unit_state{name="apt-daily.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="cloud-config.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-config.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="cloud-config.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-config.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="cloud-config.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="cloud-final.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-final.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="cloud-final.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-final.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="cloud-final.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init-hotplugd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="cloud-init-hotplugd.service",state="active",type="simple"} 0 node_systemd_unit_state{name="cloud-init-hotplugd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="cloud-init-hotplugd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="cloud-init-hotplugd.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="cloud-init-hotplugd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="cloud-init-hotplugd.socket",state="active",type=""} 1 node_systemd_unit_state{name="cloud-init-hotplugd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="cloud-init-hotplugd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="cloud-init-hotplugd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="cloud-init-local.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init-local.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="cloud-init-local.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init-local.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init-local.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="cloud-init.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="cloud-init.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="containerd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="containerd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="containerd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="containerd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="containerd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="cron.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="cron.service",state="active",type="simple"} 1 node_systemd_unit_state{name="cron.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="cron.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="cron.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="dbus.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="active",type="notify"} 1 node_systemd_unit_state{name="dbus.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="dbus.socket",state="activating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="active",type=""} 1 node_systemd_unit_state{name="dbus.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="failed",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="docker.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="docker.service",state="active",type="notify"} 1 node_systemd_unit_state{name="docker.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="docker.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="docker.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="docker.socket",state="activating",type=""} 0 node_systemd_unit_state{name="docker.socket",state="active",type=""} 1 node_systemd_unit_state{name="docker.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="docker.socket",state="failed",type=""} 0 node_systemd_unit_state{name="docker.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="dpkg-db-backup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="dpkg-db-backup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="dpkg-db-backup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="dpkg-db-backup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="dpkg-db-backup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="dpkg-db-backup.timer",state="activating",type=""} 0 node_systemd_unit_state{name="dpkg-db-backup.timer",state="active",type=""} 1 node_systemd_unit_state{name="dpkg-db-backup.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="dpkg-db-backup.timer",state="failed",type=""} 0 node_systemd_unit_state{name="dpkg-db-backup.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="e2scrub_all.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_all.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_all.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_all.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_all.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="e2scrub_all.timer",state="activating",type=""} 0 node_systemd_unit_state{name="e2scrub_all.timer",state="active",type=""} 1 node_systemd_unit_state{name="e2scrub_all.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="e2scrub_all.timer",state="failed",type=""} 0 node_systemd_unit_state{name="e2scrub_all.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="e2scrub_reap.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_reap.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_reap.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_reap.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="e2scrub_reap.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="emergency.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="active",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="exim4-base.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="exim4-base.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="exim4-base.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="exim4-base.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="exim4-base.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="exim4-base.timer",state="activating",type=""} 0 node_systemd_unit_state{name="exim4-base.timer",state="active",type=""} 1 node_systemd_unit_state{name="exim4-base.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="exim4-base.timer",state="failed",type=""} 0 node_systemd_unit_state{name="exim4-base.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="exim4.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="exim4.service",state="active",type="forking"} 1 node_systemd_unit_state{name="exim4.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="exim4.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="exim4.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="fail2ban.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="active",type="simple"} 1 node_systemd_unit_state{name="fail2ban.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="fstrim.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="fstrim.timer",state="activating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="active",type=""} 1 node_systemd_unit_state{name="fstrim.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="failed",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="getty-static.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="getty-static.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="getty-static.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="getty-static.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="getty-static.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="getty@tty1.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="active",type="idle"} 1 node_systemd_unit_state{name="getty@tty1.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="initrd-cleanup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-cleanup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="initrd-cleanup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-cleanup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="initrd-cleanup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="initrd-parse-etc.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-parse-etc.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="initrd-parse-etc.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-parse-etc.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="initrd-parse-etc.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="initrd-switch-root.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-switch-root.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="initrd-switch-root.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-switch-root.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="initrd-switch-root.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="initrd-udevadm-cleanup-db.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-udevadm-cleanup-db.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="initrd-udevadm-cleanup-db.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="initrd-udevadm-cleanup-db.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="initrd-udevadm-cleanup-db.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="kmod-static-nodes.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="kmod-static-nodes.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="man-db.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="man-db.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="man-db.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="man-db.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="man-db.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="man-db.timer",state="activating",type=""} 0 node_systemd_unit_state{name="man-db.timer",state="active",type=""} 1 node_systemd_unit_state{name="man-db.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="man-db.timer",state="failed",type=""} 0 node_systemd_unit_state{name="man-db.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@configfs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@dm_mod.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@dm_mod.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@dm_mod.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@dm_mod.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@dm_mod.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@drm.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@fuse.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@loop.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@loop.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@loop.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@loop.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@loop.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="netplan-ovs-cleanup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="netplan-ovs-cleanup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="netplan-ovs-cleanup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="netplan-ovs-cleanup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="netplan-ovs-cleanup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nftables.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="nftables.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="polkit.service",state="activating",type="dbus"} 0 node_systemd_unit_state{name="polkit.service",state="active",type="dbus"} 1 node_systemd_unit_state{name="polkit.service",state="deactivating",type="dbus"} 0 node_systemd_unit_state{name="polkit.service",state="failed",type="dbus"} 0 node_systemd_unit_state{name="polkit.service",state="inactive",type="dbus"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="prometheus-node-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="qemu-guest-agent.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="qemu-guest-agent.service",state="active",type="simple"} 1 node_systemd_unit_state{name="qemu-guest-agent.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="qemu-guest-agent.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="qemu-guest-agent.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="rc-local.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="rc-local.service",state="active",type="forking"} 0 node_systemd_unit_state{name="rc-local.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="rc-local.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="rc-local.service",state="inactive",type="forking"} 1 node_systemd_unit_state{name="rescue.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="active",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="serial-getty@ttyS0.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="serial-getty@ttyS0.service",state="active",type="idle"} 1 node_systemd_unit_state{name="serial-getty@ttyS0.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="serial-getty@ttyS0.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="serial-getty@ttyS0.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="set-sysctl.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="set-sysctl.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="set-sysctl.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="set-sysctl.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="set-sysctl.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="set-sysctl.timer",state="activating",type=""} 0 node_systemd_unit_state{name="set-sysctl.timer",state="active",type=""} 1 node_systemd_unit_state{name="set-sysctl.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="set-sysctl.timer",state="failed",type=""} 0 node_systemd_unit_state{name="set-sysctl.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="ssh.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="ssh.service",state="active",type="notify"} 1 node_systemd_unit_state{name="ssh.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="ssh.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="ssh.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="syslog.socket",state="activating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="active",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="failed",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="active",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="active",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="systemd-binfmt.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-binfmt.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-binfmt.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-binfmt.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-binfmt.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-firstboot.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-firstboot.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-firstboot.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-firstboot.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-firstboot.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-fsck-root.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-fsck-root.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsckd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="systemd-fsckd.service",state="active",type="simple"} 0 node_systemd_unit_state{name="systemd-fsckd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="systemd-fsckd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="systemd-fsckd.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="systemd-fsckd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-fsckd.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-fsckd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-fsckd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-fsckd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-growfs@-.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-growfs@-.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-growfs@-.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-growfs@-.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-growfs@-.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-initctl.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="systemd-initctl.service",state="active",type="simple"} 0 node_systemd_unit_state{name="systemd-initctl.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="systemd-initctl.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="systemd-initctl.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="systemd-initctl.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-initctl.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-initctl.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-initctl.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-initctl.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald-audit.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald-audit.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-journald.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-journald.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-logind.service",state="activating",type="dbus"} 0 node_systemd_unit_state{name="systemd-logind.service",state="active",type="dbus"} 1 node_systemd_unit_state{name="systemd-logind.service",state="deactivating",type="dbus"} 0 node_systemd_unit_state{name="systemd-logind.service",state="failed",type="dbus"} 0 node_systemd_unit_state{name="systemd-logind.service",state="inactive",type="dbus"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-modules-load.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-network-generator.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-network-generator.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-network-generator.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-network-generator.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-network-generator.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-networkd-wait-online.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-networkd-wait-online.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-networkd-wait-online.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-networkd-wait-online.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-networkd-wait-online.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-networkd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-networkd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-networkd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-networkd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-networkd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-networkd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-networkd.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-networkd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-networkd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-networkd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-pcrphase-initrd.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-initrd.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-initrd.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-initrd.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-initrd.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-pcrphase-sysinit.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-sysinit.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-sysinit.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-sysinit.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase-sysinit.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-pcrphase.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pcrphase.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-remount-fs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-repart.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-repart.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-repart.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-repart.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-repart.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-resolved.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-resolved.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-resolved.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-resolved.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-resolved.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-sysctl.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysctl.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysext.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysext.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysext.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysext.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysext.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-sysusers.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysusers.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-sysusers.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysusers.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-sysusers.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-timesyncd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-timesyncd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="active",type=""} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-settle.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-control.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="systemd-udevd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="systemd-update-utmp-runlevel.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp-runlevel.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp-runlevel.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp-runlevel.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp-runlevel.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-user-sessions.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="unattended-upgrades.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="unattended-upgrades.service",state="active",type="simple"} 1 node_systemd_unit_state{name="unattended-upgrades.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="unattended-upgrades.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="unattended-upgrades.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="uuidd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="uuidd.service",state="active",type="simple"} 0 node_systemd_unit_state{name="uuidd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="uuidd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="uuidd.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="uuidd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="uuidd.socket",state="active",type=""} 1 node_systemd_unit_state{name="uuidd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="uuidd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="uuidd.socket",state="inactive",type=""} 0 # HELP node_systemd_units Summary of systemd unit states # TYPE node_systemd_units gauge node_systemd_units{state="activating"} 0 node_systemd_units{state="active"} 350 node_systemd_units{state="deactivating"} 0 node_systemd_units{state="failed"} 0 node_systemd_units{state="inactive"} 92 # HELP node_systemd_version Detected systemd version # TYPE node_systemd_version gauge node_systemd_version{version="252.39-1~deb12u2"} 252.39 # 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="kvm-clock",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",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.7803904959110718e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000013352355956 # 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.8705 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -5.247e-06 # 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 24577 # 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="stg-02.gra.pmtech.io",release="6.1.0-40-cloud-amd64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20)"} 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 7.211093296e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 451994 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 7.727624e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 4.804671572e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 62024.12 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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 4.83109607832e+11 # 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 8.34416233929e+11 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 10 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4035328e+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.76468673359e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.80504576e+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"} 250113 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0