Skip to content

Commit 4dc885f

Browse files
renovate[bot]opentelemetrybotsongy23
authored andcommitted
Update module github.com/prometheus/client_golang to v1.20.2 (open-telemetry#34859)
[![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.20.1` -> `v1.20.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.20.2?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.2?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.1/v1.20.2?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.1/v1.20.2?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.2`](https://togithub.com/prometheus/client_golang/releases/tag/v1.20.2) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.20.1...v1.20.2) - \[BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. [#&open-telemetry#8203;1596](https://togithub.com/prometheus/client_golang/issues/1596) </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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent ca07e12 commit 4dc885f

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
@@ -692,7 +692,7 @@ require (
692692
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
693693
github.com/pquerna/cachecontrol v0.1.0 // indirect
694694
github.com/prometheus-community/windows_exporter v0.27.2 // indirect
695-
github.com/prometheus/client_golang v1.20.1 // indirect
695+
github.com/prometheus/client_golang v1.20.2 // indirect
696696
github.com/prometheus/client_model v0.6.1 // indirect
697697
github.com/prometheus/common v0.55.0 // indirect
698698
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
@@ -205,7 +205,7 @@ require (
205205
github.com/pkg/errors v0.9.1 // indirect
206206
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
207207
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
208-
github.com/prometheus/client_golang v1.20.1 // indirect
208+
github.com/prometheus/client_golang v1.20.2 // indirect
209209
github.com/prometheus/client_model v0.6.1 // indirect
210210
github.com/prometheus/common v0.55.0 // indirect
211211
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
@@ -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-20220216144756-c35f1ee13d7c // indirect
196-
github.com/prometheus/client_golang v1.20.1 // indirect
196+
github.com/prometheus/client_golang v1.20.2 // indirect
197197
github.com/prometheus/client_model v0.6.1 // indirect
198198
github.com/prometheus/common v0.55.0 // indirect
199199
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
@@ -282,7 +282,7 @@ require (
282282
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
283283
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
284284
github.com/prometheus-community/windows_exporter v0.27.2 // indirect
285-
github.com/prometheus/client_golang v1.20.1 // indirect
285+
github.com/prometheus/client_golang v1.20.2 // indirect
286286
github.com/prometheus/client_model v0.6.1 // indirect
287287
github.com/prometheus/common v0.55.0 // indirect
288288
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
@@ -255,7 +255,7 @@ require (
255255
github.com/pkg/errors v0.9.1 // indirect
256256
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
257257
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
258-
github.com/prometheus/client_golang v1.20.1 // indirect
258+
github.com/prometheus/client_golang v1.20.2 // indirect
259259
github.com/prometheus/client_model v0.6.1 // indirect
260260
github.com/prometheus/common v0.55.0 // indirect
261261
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)