dependabot[bot] opened a new pull request, #1120: URL: https://github.com/apache/apisix-ingress-controller/pull/1120
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>1.12.2 / 2022-05-13</h2> <ul> <li>[CHANGE] Added <code>collectors.WithGoCollections</code> that allows to choose what collection of Go runtime metrics user wants: Equivalent of <a href="https://pkg.go.dev/runtime#MemStats"><code>MemStats</code> structure</a> configured using <code>GoRuntimeMemStatsCollection</code>, new based on dedicated <a href="https://pkg.go.dev/runtime/metrics">runtime/metrics</a> metrics represented by <code>GoRuntimeMetricsCollection</code> option, or both by specifying <code>GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection</code> flag.</li> <li>[CHANGE] :warning: Change in <code>collectors.NewGoCollector</code> metrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back with <code>GoRuntimeMetricsCollection</code> option or <code>GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection</code> for smooth transition.</li> <li>[BUGFIX] Fixed the bug that causes generated histogram metric names to end with <code>_total</code>. ⚠️ This changes 3 metric names in the new Go collector that was reverted from default in this release. <ul> <li><code>go_gc_heap_allocs_by_size_bytes_total</code> -> <code>go_gc_heap_allocs_by_size_bytes</code>,</li> <li><code>go_gc_heap_frees_by_size_bytes_total</code> -> <code>go_gc_heap_allocs_by_size_bytes</code></li> <li><code>go_gc_pauses_seconds_total</code> -> <code>go_gc_pauses_seconds</code>.</li> </ul> </li> <li>[CHANCE] Removed <code>-Inf</code> buckets from new Go Collector histograms.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2">https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2</a></p> <h2>1.12.1 / 2022-01-29</h2> <ul> <li>[BUGFIX] Make the Go 1.17 collector concurrency-safe <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/969">#969</a> <ul> <li>Use simpler locking in the Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/975">#975</a></li> </ul> </li> <li>[BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/974">#974</a></li> <li>[ENHANCEMENT] API client: make HTTP reads more efficient <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/976">#976</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1">https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1</a></p> <h2>1.12.0 / 2022-01-19</h2> <ul> <li>[CHANGE] example/random: Move flags and metrics into main() <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/935">#935</a></li> <li>[FEATURE] API client: Support wal replay status api <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/944">#944</a></li> <li>[FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/955">#955</a></li> <li>[ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/925">#925</a></li> <li>[SECURITY FIX] promhttp: Check validity of method and code label values <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/962">#962</a> (Addressed <a href="https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"><code>CVE-2022-21698</code></a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>Address minor issues on the changelog by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/879">prometheus/client_golang#879</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/888">prometheus/client_golang#888</a></li> <li>Update status badgets by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/885">prometheus/client_golang#885</a></li> <li>Updating dependency versions + cleanup by <a href="https://github.com/sivabalan"><code>@sivabalan</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/881">prometheus/client_golang#881</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/892">prometheus/client_golang#892</a></li> <li>add ExponentialBucketsRange function by <a href="https://github.com/sbunce"><code>@sbunce</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/899">prometheus/client_golang#899</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/909">prometheus/client_golang#909</a></li> <li>Update cespare/xxhash dependency by <a href="https://github.com/dtrudg"><code>@dtrudg</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/913">prometheus/client_golang#913</a></li> <li>example/random: Move flags and metrics into main() by <a href="https://github.com/beorn7"><code>@beorn7</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/935">prometheus/client_golang#935</a></li> <li>Fix typo by <a href="https://github.com/gozeloglu"><code>@gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/939">prometheus/client_golang#939</a></li> <li>Add support for go 1.17 by <a href="https://github.com/mrueg"><code>@mrueg</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/950">prometheus/client_golang#950</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/928">prometheus/client_golang#928</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/952">prometheus/client_golang#952</a></li> <li>API: support wal replay status api by <a href="https://github.com/yeya24"><code>@yeya24</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/944">prometheus/client_golang#944</a></li> <li>Update /api/v1/status/tsdb to include headStats by <a href="https://github.com/prymitive"><code>@prymitive</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/925">prometheus/client_golang#925</a></li> <li>Use the runtime/metrics package for the Go collector for 1.17+ by <a href="https://github.com/mknyszek"><code>@mknyszek</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/955">prometheus/client_golang#955</a></li> <li>promhttp: Check validity of method and code label values by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/962">prometheus/client_golang#962</a></li> <li>go.*: Update dependencies by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/965">prometheus/client_golang#965</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sivabalan"><code>@sivabalan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/881">prometheus/client_golang#881</a></li> <li><a href="https://github.com/sbunce"><code>@sbunce</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/899">prometheus/client_golang#899</a></li> <li><a href="https://github.com/dtrudg"><code>@dtrudg</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/913">prometheus/client_golang#913</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.12.2 / 2022-05-13</h2> <ul> <li>[CHANGE] Added <code>collectors.WithGoCollections</code> that allows to choose what collection of Go runtime metrics user wants: Equivalent of <a href="https://pkg.go.dev/runtime#MemStats"><code>MemStats</code> structure</a> configured using <code>GoRuntimeMemStatsCollection</code>, new based on dedicated <a href="https://pkg.go.dev/runtime/metrics">runtime/metrics</a> metrics represented by <code>GoRuntimeMetricsCollection</code> option, or both by specifying <code>GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection</code> flag.</li> <li>[CHANGE] :warning: Change in <code>collectors.NewGoCollector</code> metrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back with <code>GoRuntimeMetricsCollection</code> option or <code>GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection</code> for smooth transition.</li> <li>[BUGFIX] Fixed the bug that causes generated histogram metric names to end with <code>_total</code>. ⚠️ This changes 3 metric names in the new Go collector that was reverted from default in this release. <ul> <li><code>go_gc_heap_allocs_by_size_bytes_total</code> -> <code>go_gc_heap_allocs_by_size_bytes</code>,</li> <li><code>go_gc_heap_frees_by_size_bytes_total</code> -> <code>go_gc_heap_allocs_by_size_bytes</code></li> <li><code>go_gc_pauses_seconds_total</code> -> <code>go_gc_pauses_seconds</code>.</li> </ul> </li> <li>[CHANCE] Removed <code>-Inf</code> buckets from new Go Collector histograms.</li> </ul> <h2>1.12.1 / 2022-01-29</h2> <ul> <li>[BUGFIX] Make the Go 1.17 collector concurrency-safe <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/969">#969</a> <ul> <li>Use simpler locking in the Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/975">#975</a></li> </ul> </li> <li>[BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/974">#974</a></li> <li>[ENHANCEMENT] API client: make HTTP reads more efficient <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/976">#976</a></li> </ul> <h2>1.12.0 / 2022-01-19</h2> <ul> <li>[CHANGE] example/random: Move flags and metrics into main() <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/935">#935</a></li> <li>[FEATURE] API client: Support wal replay status api <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/944">#944</a></li> <li>[FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/955">#955</a></li> <li>[ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/925">#925</a></li> <li>[ENHANCEMENT] promhttp: Check validity of method and code label values <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/962">#962</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/e203144f43306c1f344fbc548fd02c4b79962e30"><code>e203144</code></a> Merge branch 'release-1.12' of github.com:prometheus/client_golang into relea...</li> <li><a href="https://github.com/prometheus/client_golang/commit/0e136d10da543305a896bfed9f0a68f12697af5d"><code>0e136d1</code></a> Cut v1.12.2 (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1052">#1052</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/a27b6d74f6b1b711b3c5b3d8088057c83be9fdc4"><code>a27b6d7</code></a> Fix conflicts</li> <li><a href="https://github.com/prometheus/client_golang/commit/5fe1d33cea76068edd4ece5f58e52f81d225b13c"><code>5fe1d33</code></a> Remove -Inf buckets from go collector histograms (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1049">#1049</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/049d0fe55b7ae7a00e3d15ab9fdd5053a2cbf04a"><code>049d0fe</code></a> prometheus: Fix convention violating names for generated collector metrics (#...</li> <li><a href="https://github.com/prometheus/client_golang/commit/7eb9d111f99f25fecf9ae3825563bcedefbe93b9"><code>7eb9d11</code></a> gocollector: Reverted client_golang v1.12 addition of runtime/metrics metrics...</li> <li><a href="https://github.com/prometheus/client_golang/commit/d498b3cdd90d3ef23c85e96ced33035cc6013739"><code>d498b3c</code></a> gocollector: Added options to Go Collector for changing the (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1031">#1031</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/585540a010b33e60cb4755c0ab50649fd2b91c3c"><code>585540a</code></a> Fix deprecated <code>NewBuildInfoCollector</code> API</li> <li><a href="https://github.com/prometheus/client_golang/commit/39cf574e9943feaf0a61a9aa259139a2a6c3e02c"><code>39cf574</code></a> Cut v1.12.1 (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/978">#978</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/9b785b0349a44934ac080294365eab060e7c1122"><code>9b785b0</code></a> Reduce granularity of histogram buckets for Go 1.17 collector (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/974">#974</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
