In 1.9.0, the Linux pressure collector fails if your kernel is not recent enough to have /proc/pressure/irq, which was added only in Linux 6.1. Many currently supported Linux distribution kernels are older than this; for example, Ubuntu LTS 22.04's server kernel is based on 5.15 (and I'm sure there are older LTS kernels out there). Unless node_exporter wants to require a minimum 6.1 kernel for the pressure collector, it should still work if /proc/pressure/irq is missing.