From dc2e02d39773c146712aceba1f9fa7d5afe11259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:38:49 +0000 Subject: [PATCH] build(deps): bump github.com/prometheus/node_exporter Bumps [github.com/prometheus/node_exporter](https://github.com/prometheus/node_exporter) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/prometheus/node_exporter/releases) - [Changelog](https://github.com/prometheus/node_exporter/blob/v1.8.2/CHANGELOG.md) - [Commits](https://github.com/prometheus/node_exporter/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/prometheus/node_exporter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- .../prometheus/node_exporter/collector/pressure_linux.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 8ee6e851..a7866caf 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/prometheus/client_golang v1.19.0 github.com/prometheus/client_model v0.6.1 github.com/prometheus/common v0.53.0 - github.com/prometheus/node_exporter v1.8.1 + github.com/prometheus/node_exporter v1.8.2 github.com/prometheus/procfs v0.14.0 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 216e6352..88eec04b 100644 --- a/go.sum +++ b/go.sum @@ -76,8 +76,8 @@ github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= github.com/prometheus/common v0.53.0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE= github.com/prometheus/common v0.53.0/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U= -github.com/prometheus/node_exporter v1.8.1 h1:qYIN+ghn7kEggHe4pcIRp9oXkljU8ARWyEHBr286RPY= -github.com/prometheus/node_exporter v1.8.1/go.mod h1:rJMoAQMglUjAZ7nggHnRuwfJ0hKUVW6+Gv+IaMxh6js= +github.com/prometheus/node_exporter v1.8.2 h1:G8NryhgftPSXTnD+DuaNZTHDqmHF3zLWgPeG5RUtcHg= +github.com/prometheus/node_exporter v1.8.2/go.mod h1:rJMoAQMglUjAZ7nggHnRuwfJ0hKUVW6+Gv+IaMxh6js= github.com/prometheus/procfs v0.14.0 h1:Lw4VdGGoKEZilJsayHf0B+9YgLGREba2C6xr+Fdfq6s= github.com/prometheus/procfs v0.14.0/go.mod h1:XL+Iwz8k8ZabyZfMFHPiilCniixqQarAy5Mu67pHlNQ= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= diff --git a/vendor/github.com/prometheus/node_exporter/collector/pressure_linux.go b/vendor/github.com/prometheus/node_exporter/collector/pressure_linux.go index 4dbdc539..f64d004f 100644 --- a/vendor/github.com/prometheus/node_exporter/collector/pressure_linux.go +++ b/vendor/github.com/prometheus/node_exporter/collector/pressure_linux.go @@ -106,7 +106,7 @@ func (c *pressureStatsCollector) Update(ch chan<- prometheus.Metric) error { level.Debug(c.logger).Log("msg", "pressure information returned no 'some' data") return ErrNoData } - if vals.Full == nil { + if vals.Full == nil && res != "cpu" { level.Debug(c.logger).Log("msg", "pressure information returned no 'full' data") return ErrNoData } diff --git a/vendor/modules.txt b/vendor/modules.txt index a2ba0f27..af8997f3 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -115,7 +115,7 @@ github.com/prometheus/client_model/go github.com/prometheus/common/expfmt github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/common/model -# github.com/prometheus/node_exporter v1.8.1 +# github.com/prometheus/node_exporter v1.8.2 ## explicit; go 1.21 github.com/prometheus/node_exporter/collector # github.com/prometheus/procfs v0.14.0