Skip to content

Commit a0238ca

Browse files
Update module github.com/prometheus/client_golang to v1.18.0 (#9199)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `v1.17.0` -> `v1.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.17.0/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.17.0/v1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.18.0`](https://github.com/prometheus/client_golang/releases/tag/v1.18.0) [Compare Source](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0) #### What's Changed - \[FEATURE] promlint: Allow creation of custom metric validations. [#&#8203;1311](https://github.com/prometheus/client_golang/issues/1311) - \[FEATURE] Go programs using client_golang can be built in wasip1 OS. [#&#8203;1350](https://github.com/prometheus/client_golang/issues/1350) - \[BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. [#&#8203;1367](https://github.com/prometheus/client_golang/issues/1367) - \[BUGFIX] testutil: Fix comparison of metrics with empty Help strings. [#&#8203;1378](https://github.com/prometheus/client_golang/issues/1378) - \[ENHANCEMENT] Improved performance of `MetricVec.WithLabelValues(...)`. [#&#8203;1360](https://github.com/prometheus/client_golang/issues/1360) #### New Contributors - [@&#8203;srenatus](https://github.com/srenatus) made their first contribution in [https://github.com/prometheus/client_golang/pull/1350](https://github.com/prometheus/client_golang/pull/1350) - [@&#8203;jadolg](https://github.com/jadolg) made their first contribution in [https://github.com/prometheus/client_golang/pull/1342](https://github.com/prometheus/client_golang/pull/1342) - [@&#8203;manas-rust](https://github.com/manas-rust) made their first contribution in [https://github.com/prometheus/client_golang/pull/1383](https://github.com/prometheus/client_golang/pull/1383) - [@&#8203;bluekeyes](https://github.com/bluekeyes) made their first contribution in [https://github.com/prometheus/client_golang/pull/1378](https://github.com/prometheus/client_golang/pull/1378) - [@&#8203;tsipo](https://github.com/tsipo) made their first contribution in [https://github.com/prometheus/client_golang/pull/1387](https://github.com/prometheus/client_golang/pull/1387) **Full Changelog**: prometheus/client_golang@v1.17.0...v1.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 7f7b826 commit a0238ca

File tree

26 files changed

+72
-72
lines changed

26 files changed

+72
-72
lines changed

cmd/otelcorecol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ require (
6363
github.com/mostynb/go-grpc-compression v1.2.2 // indirect
6464
github.com/pmezard/go-difflib v1.0.0 // indirect
6565
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
66-
github.com/prometheus/client_golang v1.17.0 // indirect
66+
github.com/prometheus/client_golang v1.18.0 // indirect
6767
github.com/prometheus/client_model v0.5.0 // indirect
6868
github.com/prometheus/common v0.45.0 // indirect
69-
github.com/prometheus/procfs v0.11.1 // indirect
69+
github.com/prometheus/procfs v0.12.0 // indirect
7070
github.com/prometheus/statsd_exporter v0.22.7 // indirect
7171
github.com/rs/cors v1.10.1 // indirect
7272
github.com/shirou/gopsutil/v3 v3.23.11 // indirect

cmd/otelcorecol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configgrpc/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ require (
4949
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5050
github.com/modern-go/reflect2 v1.0.2 // indirect
5151
github.com/pmezard/go-difflib v1.0.0 // indirect
52-
github.com/prometheus/client_golang v1.17.0 // indirect
52+
github.com/prometheus/client_golang v1.18.0 // indirect
5353
github.com/prometheus/client_model v0.5.0 // indirect
5454
github.com/prometheus/common v0.45.0 // indirect
55-
github.com/prometheus/procfs v0.11.1 // indirect
55+
github.com/prometheus/procfs v0.12.0 // indirect
5656
github.com/prometheus/statsd_exporter v0.22.7 // indirect
5757
go.opencensus.io v0.24.0 // indirect
5858
go.opentelemetry.io/collector/config/configtelemetry v0.91.0 // indirect

config/configgrpc/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/debugexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ require (
4949
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5050
github.com/modern-go/reflect2 v1.0.2 // indirect
5151
github.com/pmezard/go-difflib v1.0.0 // indirect
52-
github.com/prometheus/client_golang v1.17.0 // indirect
52+
github.com/prometheus/client_golang v1.18.0 // indirect
5353
github.com/prometheus/client_model v0.5.0 // indirect
5454
github.com/prometheus/common v0.45.0 // indirect
55-
github.com/prometheus/procfs v0.11.1 // indirect
55+
github.com/prometheus/procfs v0.12.0 // indirect
5656
github.com/prometheus/statsd_exporter v0.22.7 // indirect
5757
go.opentelemetry.io/collector/confmap v0.91.0 // indirect
5858
go.opentelemetry.io/otel/exporters/prometheus v0.44.1-0.20231201153405-6027c1ae76f2 // indirect

exporter/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/loggingexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/otlpexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/otlphttpexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
contrib.go.opencensus.io/exporter/prometheus v0.4.2
7-
github.com/prometheus/client_golang v1.17.0
7+
github.com/prometheus/client_golang v1.18.0
88
github.com/prometheus/client_model v0.5.0
99
github.com/prometheus/common v0.45.0
1010
github.com/shirou/gopsutil/v3 v3.23.11
@@ -53,7 +53,7 @@ require (
5353
github.com/modern-go/reflect2 v1.0.2 // indirect
5454
github.com/pmezard/go-difflib v1.0.0 // indirect
5555
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
56-
github.com/prometheus/procfs v0.11.1 // indirect
56+
github.com/prometheus/procfs v0.12.0 // indirect
5757
github.com/prometheus/statsd_exporter v0.22.7 // indirect
5858
github.com/tklauser/go-sysconf v0.3.12 // indirect
5959
github.com/tklauser/numcpus v0.6.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/e2e/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ require (
5353
github.com/modern-go/reflect2 v1.0.2 // indirect
5454
github.com/pmezard/go-difflib v1.0.0 // indirect
5555
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
56-
github.com/prometheus/client_golang v1.17.0 // indirect
56+
github.com/prometheus/client_golang v1.18.0 // indirect
5757
github.com/prometheus/client_model v0.5.0 // indirect
5858
github.com/prometheus/common v0.45.0 // indirect
59-
github.com/prometheus/procfs v0.11.1 // indirect
59+
github.com/prometheus/procfs v0.12.0 // indirect
6060
github.com/prometheus/statsd_exporter v0.22.7 // indirect
6161
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
6262
github.com/shoenig/go-m1cpu v0.1.6 // indirect

0 commit comments

Comments
 (0)