-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path.rootfs stripping strips path.rootfs itself to the empty string #1463
Comments
dt-rush
added a commit
to dt-rush/node_exporter
that referenced
this issue
Sep 9, 2019
Change-type: patch Connects-to: prometheus#1463 Signed-off-by: dt-rush <[email protected]>
SuperQ
pushed a commit
that referenced
this issue
Sep 9, 2019
Change-type: patch Connects-to: #1463 Signed-off-by: dt-rush <[email protected]>
Fixed by #1464 |
oblitorum
pushed a commit
to shatteredsilicon/node_exporter
that referenced
this issue
Apr 9, 2024
Change-type: patch Connects-to: prometheus#1463 Signed-off-by: dt-rush <[email protected]>
oblitorum
pushed a commit
to shatteredsilicon/node_exporter
that referenced
this issue
Apr 9, 2024
Change-type: patch Connects-to: prometheus#1463 Signed-off-by: dt-rush <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Host operating system: output of
uname -a
all OS
node_exporter version: output of
node_exporter --version
this is on master but not yet released.
node_exporter command line flags
See below
Are you running node_exporter in Docker?
Yes
What did you do that produced an error?
Dockerfile:
Build:
Then run the container:
Then, curl the container and grep for the empty string in the
mountpoint
label:What did you expect to see?
The
mountpoint
label should strip down to"/"
, not the empty string.What did you see instead?
mountpoint
has""
as its value.The text was updated successfully, but these errors were encountered: