Skip to content

Commit

Permalink
Bump node exporter to 1.5.0
Browse files Browse the repository at this point in the history
This fixes a crash seen on HPE DL385 nodes [1]:

    panic: "node_rapl_package-0-die-0_joules_total" is not a valid metric name

[1] prometheus/node_exporter#2299
  • Loading branch information
priteau committed Mar 15, 2023
1 parent 2937560 commit edf5c1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ kolla_build_args:
haproxy_exporter_version: "0.13.0"
memcached_exporter_version: "0.9.0"
mysqld_exporter_version: "0.13.0"
node_exporter_version: "1.3.1"
node_exporter_version: "1.5.0"
prometheus_version: "2.35.0"
prometheus_alertmanager_version: "0.24.0"
prometheus_cadvisor_sha256sum: "8e3df91eee70c72ac3f3184b9fab1229b037c2e850ff1593103b2bd9028c57c0"
Expand Down
9 changes: 9 additions & 0 deletions releasenotes/notes/node-exporter-1.5.0-5e3764790a5a0190.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
features:
- |
Updates Prometheus Node exporter to version 1.5.0.
fixes:
- |
Fixes a `Prometheus Node exporter crash
<https://github.com/prometheus/node_exporter/issues/2299>`__ which may
affect nodes with AMD processors (first seen on HPE DL385).

0 comments on commit edf5c1a

Please sign in to comment.