Skip to content

Commit e4bd887

Browse files
Update module github.com/prometheus/client_golang to v1.18.0 (#30250)
[![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://togithub.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://togithub.com/prometheus/client_golang/releases/tag/v1.18.0) [Compare Source](https://togithub.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://togithub.com/prometheus/client_golang/issues/1311) - \[FEATURE] Go programs using client_golang can be built in wasip1 OS. [#&#8203;1350](https://togithub.com/prometheus/client_golang/issues/1350) - \[BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. [#&#8203;1367](https://togithub.com/prometheus/client_golang/issues/1367) - \[BUGFIX] testutil: Fix comparison of metrics with empty Help strings. [#&#8203;1378](https://togithub.com/prometheus/client_golang/issues/1378) - \[ENHANCEMENT] Improved performance of `MetricVec.WithLabelValues(...)`. [#&#8203;1360](https://togithub.com/prometheus/client_golang/issues/1360) #### New Contributors - [@&#8203;srenatus](https://togithub.com/srenatus) made their first contribution in [https://github.com/prometheus/client_golang/pull/1350](https://togithub.com/prometheus/client_golang/pull/1350) - [@&#8203;jadolg](https://togithub.com/jadolg) made their first contribution in [https://github.com/prometheus/client_golang/pull/1342](https://togithub.com/prometheus/client_golang/pull/1342) - [@&#8203;manas-rust](https://togithub.com/manas-rust) made their first contribution in [https://github.com/prometheus/client_golang/pull/1383](https://togithub.com/prometheus/client_golang/pull/1383) - [@&#8203;bluekeyes](https://togithub.com/bluekeyes) made their first contribution in [https://github.com/prometheus/client_golang/pull/1378](https://togithub.com/prometheus/client_golang/pull/1378) - [@&#8203;tsipo](https://togithub.com/tsipo) made their first contribution in [https://github.com/prometheus/client_golang/pull/1387](https://togithub.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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent e91ef70 commit e4bd887

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ require (
560560
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
561561
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
562562
github.com/pquerna/cachecontrol v0.1.0 // indirect
563-
github.com/prometheus/client_golang v1.17.0 // indirect
563+
github.com/prometheus/client_golang v1.18.0 // indirect
564564
github.com/prometheus/client_model v0.5.0 // indirect
565565
github.com/prometheus/common v0.45.0 // indirect
566566
github.com/prometheus/common/sigv4 v0.1.0 // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ require (
583583
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
584584
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
585585
github.com/pquerna/cachecontrol v0.1.0 // indirect
586-
github.com/prometheus/client_golang v1.17.0 // indirect
586+
github.com/prometheus/client_golang v1.18.0 // indirect
587587
github.com/prometheus/client_model v0.5.0 // indirect
588588
github.com/prometheus/common v0.45.0 // indirect
589589
github.com/prometheus/common/sigv4 v0.1.0 // indirect

cmd/otelcontribcol/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.

cmd/oteltestbedcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ require (
193193
github.com/pkg/errors v0.9.1 // indirect
194194
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
195195
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
196-
github.com/prometheus/client_golang v1.17.0 // indirect
196+
github.com/prometheus/client_golang v1.18.0 // indirect
197197
github.com/prometheus/client_model v0.5.0 // indirect
198198
github.com/prometheus/common v0.45.0 // indirect
199199
github.com/prometheus/common/sigv4 v0.1.0 // indirect

cmd/oteltestbedcol/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/prometheusexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.91.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.91.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.91.0
10-
github.com/prometheus/client_golang v1.17.0
10+
github.com/prometheus/client_golang v1.18.0
1111
github.com/prometheus/client_model v0.5.0
1212
github.com/prometheus/common v0.45.0
1313
github.com/prometheus/prometheus v0.48.1

exporter/prometheusexporter/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.

extension/healthcheckextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ require (
7979
github.com/openzipkin/zipkin-go v0.4.2 // indirect
8080
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8181
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
82-
github.com/prometheus/client_golang v1.17.0 // indirect
82+
github.com/prometheus/client_golang v1.18.0 // indirect
8383
github.com/prometheus/client_model v0.5.0 // indirect
8484
github.com/prometheus/common v0.45.0 // indirect
8585
github.com/prometheus/procfs v0.12.0 // indirect

extension/healthcheckextension/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.

0 commit comments

Comments
 (0)