-
Notifications
You must be signed in to change notification settings - Fork 107
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
Issue #2747 upgrade node_exporter #2761
Conversation
Why not upgrading to v1.3.0? https://github.com/prometheus/node_exporter/releases/ |
/azp run |
|
/azp run |
@przemyslavic We have a GO for 1.3.0 so I've updated this PR by changing the node-exporter ver to 1.3.0. |
/azp run |
|
/azp run |
Upgrade fails:
and it still complains about
Maybe this is an issue with escaping the path as the directory already exists or access permissions. |
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run)($|/)' | ||
- '--collector.netdev.device-blacklist="^$"' | ||
- '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|run)($|/)' | ||
- '--collector.netdev.device-exclude="^$"' | ||
- '--collector.textfile.directory="/var/lib/prometheus/node-exporter"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should probably be
- '--collector.textfile.directory="/var/lib/prometheus/node-exporter"' | |
- '--collector.textfile.directory=/var/lib/prometheus/node-exporter' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azp run |
|
docs/home/COMPONENTS.md
Outdated
@@ -27,7 +27,7 @@ Note that versions are default versions and can be changed in certain cases thro | |||
| Logstash OSS | 7.12.0 | https://github.com/elastic/logstash | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | |||
| Prometheus | 2.10.0 | https://github.com/prometheus/prometheus | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | |||
| Grafana | 7.3.5 | https://github.com/grafana/grafana | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | |||
| Node Exporter | 1.0.1 | https://github.com/prometheus/node_exporter | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | |||
| Node Exporter | 1.3.0 | https://github.com/prometheus/node_exporter | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's 1.3.1 now
As discussed yesterday with @romsok24, we still need to update the helm chart. |
/azp run |
@romsok24 please resolve conflicts in COMPONENTS.md. Then I can approve (already tested ✔️ :) ) |
1bbfb8c
Issue #2747: upgrade node_exporter |
This PR was created to satisfy the work scope described in EPI#2747, that is to upgrade Prometheus Node Exporter to the newest version.
What was done:
epicli test -b ....... -g <component ie. node_exporter>
epicli upgrade -b build/dir/
(node_exporter is not in the scope of epicli upgrade command )