You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose adding a new collector named vm_sysctl to the Node Exporter that exposes tunable values from /proc/sys/vm/, such as:
vm.max_map_count
vm.swappiness
vm.dirty_ratio
These are important for monitoring system-level kernel memory limits and are especially critical for applications like Elasticsearch, which depend on specific vm.max_map_count values.