# 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"} 6.3575e-05 go_gc_duration_seconds{quantile="0.25"} 8.8853e-05 go_gc_duration_seconds{quantile="0.5"} 0.000101049 go_gc_duration_seconds{quantile="0.75"} 0.000120312 go_gc_duration_seconds{quantile="1"} 0.00028006 go_gc_duration_seconds_sum 4.632710065 go_gc_duration_seconds_count 42480 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.429264e+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 6.5385046664e+10 # 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 1.685739e+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 4.76683017e+08 # 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.399952e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.429264e+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 2.70336e+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 5.16096e+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 7880 # 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 2.113536e+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 7.86432e+06 # 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.7625858166300697e+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 4.76690897e+08 # 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 55200 # 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 81600 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.240346e+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 672501 # 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 524288 # 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 524288 # 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.4244104e+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 7 # 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 # 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"} 791113.29 node_cpu_seconds_total{cpu="0",mode="iowait"} 96.64 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 3025.71 node_cpu_seconds_total{cpu="0",mode="steal"} 295.07 node_cpu_seconds_total{cpu="0",mode="system"} 9071.74 node_cpu_seconds_total{cpu="0",mode="user"} 17235.28 node_cpu_seconds_total{cpu="1",mode="idle"} 791553.29 node_cpu_seconds_total{cpu="1",mode="iowait"} 74.42 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 3098.49 node_cpu_seconds_total{cpu="1",mode="steal"} 291.83 node_cpu_seconds_total{cpu="1",mode="system"} 9082.07 node_cpu_seconds_total{cpu="1",mode="user"} 17125.73 # 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="dm-0"} 0 node_disk_discard_time_seconds_total{device="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0.05 # 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="dm-0"} 0 node_disk_discarded_sectors_total{device="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 2.0979592e+07 # 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="dm-0"} 0 node_disk_discards_completed_total{device="sda"} 0 node_disk_discards_completed_total{device="sdb"} 94 # 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="dm-0"} 0 node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="sda"} 8.817 node_disk_flush_requests_time_seconds_total{device="sdb"} 0.846 # 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="dm-0"} 0 node_disk_flush_requests_total{device="sda"} 81629 node_disk_flush_requests_total{device="sdb"} 5359 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sdb"} 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="dm-0"} 141.782 node_disk_io_time_seconds_total{device="sda"} 290.133 node_disk_io_time_seconds_total{device="sdb"} 15.894 # 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="dm-0"} 79.964 node_disk_io_time_weighted_seconds_total{device="sda"} 3846.574 node_disk_io_time_weighted_seconds_total{device="sdb"} 64.973 # 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="dm-0"} 1.076596736e+09 node_disk_read_bytes_total{device="sda"} 4.474771968e+09 node_disk_read_bytes_total{device="sdb"} 2.7722752e+07 # 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="dm-0"} 79.964 node_disk_read_time_seconds_total{device="sda"} 194.108 node_disk_read_time_seconds_total{device="sdb"} 1.8980000000000001 # 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="dm-0"} 34284 node_disk_reads_completed_total{device="sda"} 114169 node_disk_reads_completed_total{device="sdb"} 1177 # 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="dm-0"} 0 node_disk_reads_merged_total{device="sda"} 127394 node_disk_reads_merged_total{device="sdb"} 397 # 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="dm-0"} 0 node_disk_write_time_seconds_total{device="sda"} 3643.648 node_disk_write_time_seconds_total{device="sdb"} 62.178000000000004 # 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="dm-0"} 0 node_disk_writes_completed_total{device="sda"} 713509 node_disk_writes_completed_total{device="sdb"} 11183 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="sda"} 377018 node_disk_writes_merged_total{device="sdb"} 4897 # 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="dm-0"} 0 node_disk_written_bytes_total{device="sda"} 1.0248967168e+10 node_disk_written_bytes_total{device="sdb"} 3.9262208e+08 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # 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/root",device_error="",fstype="ext2",mountpoint="/"} 1.1711127552e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 1.1711127552e+10 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 1.1711127552e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.1711127552e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 0 node_filesystem_device_error{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/stateful_partition"} 1 node_filesystem_device_error{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/containerd"} 1 node_filesystem_device_error{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/docker"} 1 node_filesystem_device_error{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/google"} 1 node_filesystem_device_error{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/toolbox"} 1 node_filesystem_device_error{device="/dev/sda8",device_error="no such file or directory",fstype="ext4",mountpoint="/usr/share/oem"} 1 node_filesystem_device_error{device="/dev/sdb",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/disks/data"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/etc/machine-id"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/mnt/disks"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/var/lib/cloud"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 1.03632e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 1.03632e+06 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 1.03632e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.03632e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 855276 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 855276 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 855276 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 855276 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 1.1727904768e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 1.1727904768e+10 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 1.1727904768e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.1727904768e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/root",major="253",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/home"} 1 node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/var"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="35",mountpoint="/tmp"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 1 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/stateful_partition"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/containerd"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/docker"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/google"} 0 node_filesystem_readonly{device="/dev/sda1",device_error="no such file or directory",fstype="ext4",mountpoint="/var/lib/toolbox"} 0 node_filesystem_readonly{device="/dev/sda8",device_error="no such file or directory",fstype="ext4",mountpoint="/usr/share/oem"} 1 node_filesystem_readonly{device="/dev/sdb",device_error="no such file or directory",fstype="ext4",mountpoint="/mnt/disks/data"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/etc/machine-id"} 1 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/mnt/disks"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/var/lib/cloud"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/root",device_error="",fstype="ext2",mountpoint="/"} 1.6656896e+10 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/home"} 1.6656896e+10 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/var"} 1.6656896e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/tmp"} 1.6656896e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.02 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.08 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.08 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.9709952e+07 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.93945344e+08 # 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.74235392e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 6.5345536e+08 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.5214976e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.5324288e+08 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.033109504e+09 # 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.152191488e+09 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 0 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.07618048e+09 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 6.7944448e+07 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 32768 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 6.78223872e+08 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 8.37955584e+08 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.59731712e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 7.913472e+06 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.3691264e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.040449536e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.16500992e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.066219008e+09 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # 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.9750912e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.14688e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.95616e+07 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.3872256e+07 # 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 4.4498944e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 9.3433856e+07 # 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 0 # 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 1.4815232e+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_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="cpu"} 0.000474516 node_scrape_collector_duration_seconds{collector="diskstats"} 0.003230018 node_scrape_collector_duration_seconds{collector="filesystem"} 0.004882099 node_scrape_collector_duration_seconds{collector="loadavg"} 5.8275e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000292137 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="meminfo"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 622.4 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 4.2949229e+07 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.20174777e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6900096e+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.76175519765e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273257984e+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"} 55153 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0