Skip to content

Commit ba3bdb3

Browse files
fix(deps): update module github.com/prometheus/client_golang to v1.20.4 (#35245)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.20.3` -> `v1.20.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.20.3/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.20.3/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.20.4`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.20.4) [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.20.3...v1.20.4) - \[BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. [#&#8203;1623](https://redirect.github.com/prometheus/client_golang/issues/1623) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 00e27db commit ba3bdb3

File tree

26 files changed

+39
-39
lines changed

26 files changed

+39
-39
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ require (
702702
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
703703
github.com/pquerna/cachecontrol v0.1.0 // indirect
704704
github.com/prometheus-community/windows_exporter v0.27.2 // indirect
705-
github.com/prometheus/client_golang v1.20.3 // indirect
705+
github.com/prometheus/client_golang v1.20.4 // indirect
706706
github.com/prometheus/client_model v0.6.1 // indirect
707707
github.com/prometheus/common v0.59.1 // indirect
708708
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
@@ -207,7 +207,7 @@ require (
207207
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
208208
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
209209
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
210-
github.com/prometheus/client_golang v1.20.3 // indirect
210+
github.com/prometheus/client_golang v1.20.4 // indirect
211211
github.com/prometheus/client_model v0.6.1 // indirect
212212
github.com/prometheus/common v0.59.1 // indirect
213213
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.

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ require (
196196
github.com/pkg/errors v0.9.1 // indirect
197197
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
198198
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
199-
github.com/prometheus/client_golang v1.20.3 // indirect
199+
github.com/prometheus/client_golang v1.20.4 // indirect
200200
github.com/prometheus/client_model v0.6.1 // indirect
201201
github.com/prometheus/common v0.59.1 // indirect
202202
github.com/prometheus/procfs v0.15.1 // indirect

connector/datadogconnector/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/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ require (
287287
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
288288
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
289289
github.com/prometheus-community/windows_exporter v0.27.2 // indirect
290-
github.com/prometheus/client_golang v1.20.3 // indirect
290+
github.com/prometheus/client_golang v1.20.4 // indirect
291291
github.com/prometheus/client_model v0.6.1 // indirect
292292
github.com/prometheus/common v0.59.1 // indirect
293293
github.com/prometheus/common/sigv4 v0.1.0 // indirect

exporter/datadogexporter/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/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ require (
259259
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
260260
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
261261
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
262-
github.com/prometheus/client_golang v1.20.3 // indirect
262+
github.com/prometheus/client_golang v1.20.4 // indirect
263263
github.com/prometheus/client_model v0.6.1 // indirect
264264
github.com/prometheus/common v0.59.1 // indirect
265265
github.com/prometheus/common/sigv4 v0.1.0 // indirect

exporter/datadogexporter/integrationtest/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)