I would be grepping for /dev/nvme0n1p1, /dev/nvme1n1p1 and /home/ec2-user/data
A thought: does the user that you're running node_exporter as, have permissions to access /home/ec2-user/data? Try: sudo -u <username> ls -l /home/ec2-user/data -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/386126ef-00c8-425a-88d4-5546a568374bn%40googlegroups.com.

