NFS mount not being scraped with hostmetrics reciever filesystem scraper. #42599
Unanswered
qsc-mattskogmo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am having an issue instrumenting a AI training machine with OTEL. 99.9% of it works, but I am having one last problem -- I cannot for the life of me figure out how to get the filesystem scraper to scrape the NFS mount.
I have otel-collector-contrib running in a container and a stupid simple config.yaml file to help me troubleshoot.
config.yaml:
Docker run:
I get zero metrics out.
I know that the NFS is 'findable' both from command line (cat /proc/mounts) and by way of container:
I spun up a busybox/alpine with the exact same parameters as the docker run above and can successfully "see" the NAS.
OR
docker run --rm -it --pid host -v /:/hostfs:ro,rslave -v /proc:/hostfs/proc:ro -v /sys:/hostfs/sys:ro busybox sh -c "stat -f /hostfs/data_remote || echo statfs-failed"
I have run out of ideas -- please help! Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions