Skip to content
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

Bump prometheus/node_exporter to latest release #3117

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ projects:
repos:
- name: node_exporter
versions:
- tag: v1.7.0
go_version: "1.21"
- tag: v1.8.1
go_version: "1.22"
- name: prometheus
versions:
- tag: v2.49.1
Expand Down
2 changes: 1 addition & 1 deletion projects/prometheus/node_exporter/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0
v1.8.1
2 changes: 1 addition & 1 deletion projects/prometheus/node_exporter/GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.22
2 changes: 1 addition & 1 deletion projects/prometheus/node_exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Prometheus Node Exporter**
![Version](https://img.shields.io/badge/version-v1.7.0-blue)
![Version](https://img.shields.io/badge/version-v1.8.1-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVk9qbzVQdVlyQmVSNE44amtYY0U0YVJDM25yWnJjQlExd25ycDZQWnU1czlVMGt5M2hWMDBSaWlSL1JVU0cwMXBQeUIzczlkWkRZWVhleUpBWFdkOUY4PSIsIml2UGFyYW1ldGVyU3BlYyI6Im1nbzJUbTE1ZUN5SmowN2EiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

The [Prometheus Node Exporter](https://github.com/prometheus/node_exporter) is a Prometheus exporter that exposes a wide variety of hardware and OS metrics. It directly monitors and scrapes metrics from the host machines.
Expand Down