forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit b44fbaf
fix(deps): update module github.com/prometheus/client_golang to v1.20.1 (open-telemetry#34775)
[](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.19.1` -> `v1.20.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.1`](https://togithub.com/prometheus/client_golang/releases/tag/v1.20.1)
[Compare
Source](https://togithub.com/prometheus/client_golang/compare/v1.20.0...v1.20.1)
- \[BUGFIX] process-collector: Fixed unregistered descriptor error when
using process collector with PedanticRegistry on Linux machines.
[#&open-telemetry#8203;1587](https://togithub.com/prometheus/client_golang/issues/1587)
###
[`v1.20.0`](https://togithub.com/prometheus/client_golang/releases/tag/v1.20.0)
[Compare
Source](https://togithub.com/prometheus/client_golang/compare/v1.19.1...v1.20.0)
Thanks everyone for contributions!
:warning: In this release we remove one (broken anyway, given Go runtime
changes) metric and add three new (representing GOGC, GOMEMLIMIT and
GOMAXPROCS flags) to the default `collectors.NewGoCollector()`
collector. Given its popular usage, expect your binary to expose two
additional metric.
#### Changes
- \[CHANGE] :warning: go-collector: Remove `go_memstat_lookups_total`
metric which was always 0; Go runtime stopped sharing pointer lookup
statistics.
[#&open-telemetry#8203;1577](https://togithub.com/prometheus/client_golang/issues/1577)
- \[FEATURE] 1 parent c5461d3 commit b44fbafCopy full SHA for b44fbaf
File tree
Expand file treeCollapse file tree
26 files changed
+49
-42
lines changedFilter options
- cmd
- otelcontribcol
- oteltestbedcol
- connector/datadogconnector
- exporter
- datadogexporter
- integrationtest
- elasticsearchexporter/integrationtest
- prometheusexporter
- receiver
- prometheusreceiver
- purefareceiver
- purefbreceiver
- simpleprometheusreceiver
- examples/federation/prom-counter
- testbed
Expand file treeCollapse file tree
26 files changed
+49
-42
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 |
| - | |
| 690 | + | |
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
|
+2-2Lines 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
Copy file name to clipboardExpand all lines: connector/datadogconnector/go.mod+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
connector/datadogconnector/go.sum
Copy file name to clipboardExpand all lines: connector/datadogconnector/go.sum+2-2Lines 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
Copy file name to clipboardExpand all lines: exporter/datadogexporter/go.mod+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
| 285 | + | |
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
|
exporter/datadogexporter/go.sum
Copy file name to clipboardExpand all lines: exporter/datadogexporter/go.sum+2-2Lines 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
Copy file name to clipboardExpand all lines: exporter/datadogexporter/integrationtest/go.mod+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
| 258 | + | |
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
|
exporter/datadogexporter/integrationtest/go.sum
Copy file name to clipboardExpand all lines: exporter/datadogexporter/integrationtest/go.sum+2-2Lines 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