You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux 5.5.0-050500-generic #202001262030 SMP Mon Jan 27 01:33:36 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of node_exporter --version
node_exporter, version 1.0.1 (branch: HEAD, revision: 3715be6ae899f2a9b9dbfd9c39f3e09a7bd4559f)
build user: root@1f76dbbcfa55
build date: 20200616-12:44:12
go version: go1.14.4
node_exporter command line flags
I'm trying to run v1.0.1 of the Dockerized version of node_exporter with the following flag:
--collector.ipvs.backend-labels=remote_port
Are you running node_exporter in Docker?
Yes.
What did you do that produced an error?
docker run --rm quay.io/prometheus/node-exporter:v1.0.1 --collector.ipvs.backend-labels=remote_port
node_exporter: error: unknown long flag '--collector.ipvs.backend-labels', try --help
What did you expect to see?
I'm expecting to see the node_exporter start with the new backend-labels flag. This is working using the master tag of the image. To me it looks like that the fix is missing from v1.0.1 and that the released Docker image didn't include all changes done in the release-1.0 branch. Not at all sure about this though!
The text was updated successfully, but these errors were encountered:
Host operating system: output of
uname -a
Linux 5.5.0-050500-generic #202001262030 SMP Mon Jan 27 01:33:36 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of
node_exporter --version
node_exporter command line flags
I'm trying to run
v1.0.1
of the Dockerized version ofnode_exporter
with the following flag:Are you running node_exporter in Docker?
Yes.
What did you do that produced an error?
What did you expect to see?
I'm expecting to see the
node_exporter
start with the newbackend-labels
flag. This is working using themaster
tag of the image. To me it looks like that the fix is missing fromv1.0.1
and that the released Docker image didn't include all changes done in therelease-1.0
branch. Not at all sure about this though!The text was updated successfully, but these errors were encountered: