Git Product home page Git Product logo

Comments (5)

robbiet480 avatar robbiet480 commented on August 28, 2024

👍

from node_exporter.

roman-vynar avatar roman-vynar commented on August 28, 2024

On my machines, I have noticed the following redundant filesystems:

  1. device="none",fstype="selinuxfs",mountpoint="/selinux"
    There is even no such mountpoint shown in "df" output. Something must be related to SELINUX.
  2. device="rootfs",fstype="rootfs",mountpoint="/"
    Not sure what it stands for but I have another normal device for mountpoint /, for example:
    device="/dev/mapper/rootvg-rootlv",fstype="ext4",mountpoint="/"

It would be great to have an option to ignore certain fstypes, e.g. fstype!~"rootfs|selinuxfs"

from node_exporter.

brian-brazil avatar brian-brazil commented on August 28, 2024

rootfs

Is is part of the kernel boot process that's usually mounted over. https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt explains. It's basically a tmpfs.

Considering all the problems we're seeing with users running the node exporter in Docker, is this something we want to support long term? Doing machine-level monitoring in something designed to provide isolation from the machine seems a bit odd to me.

from node_exporter.

lyda avatar lyda commented on August 28, 2024

Right now (I'm running the nightly node-exporter nightlies that @brian-brazil provides) this seems to kill all node_filesystem_* stats. I think ignoring errors from statfs calls would be better. Or perhaps making a node_filesystem_statfs_error metric?

from node_exporter.

brian-brazil avatar brian-brazil commented on August 28, 2024

We're ignoring errors from filesystems now, so this should be mostly okay now.

from node_exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.