diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index ecf149b81e..a187cfbe08 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -227,8 +227,8 @@ projects: repos: - name: node_exporter versions: - - tag: v1.5.0 - go_version: "1.17" + - tag: v1.7.0 + go_version: "1.21" - name: prometheus versions: - tag: v2.43.0 diff --git a/projects/prometheus/node_exporter/GIT_TAG b/projects/prometheus/node_exporter/GIT_TAG index 2e7bd91085..a20e2d82d2 100644 --- a/projects/prometheus/node_exporter/GIT_TAG +++ b/projects/prometheus/node_exporter/GIT_TAG @@ -1 +1 @@ -v1.5.0 +v1.7.0 diff --git a/projects/prometheus/node_exporter/GOLANG_VERSION b/projects/prometheus/node_exporter/GOLANG_VERSION index b48f322609..d2ab029d32 100644 --- a/projects/prometheus/node_exporter/GOLANG_VERSION +++ b/projects/prometheus/node_exporter/GOLANG_VERSION @@ -1 +1 @@ -1.17 +1.21 diff --git a/projects/prometheus/node_exporter/README.md b/projects/prometheus/node_exporter/README.md index 897a9c86ab..61c3e5ae09 100644 --- a/projects/prometheus/node_exporter/README.md +++ b/projects/prometheus/node_exporter/README.md @@ -1,5 +1,5 @@ ## **Prometheus Node Exporter** -![Version](https://img.shields.io/badge/version-v1.5.0-blue) +![Version](https://img.shields.io/badge/version-v1.7.0-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.