Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/prometheus/client_golang to v1.16…
….0 (#709) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | require | minor | `v1.15.1` -> `v1.16.0` | --- ### Release Notes <details> <summary>prometheus/client_golang</summary> ### [`v1.16.0`](https://github.com/prometheus/client_golang/releases/tag/v1.16.0) [Compare Source](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0) #### What's Changed - \[BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. [#​1252](https://github.com/prometheus/client_golang/issues/1252) - \[BUGFIX] api: Fix undefined execution order in return statements. [#​1260](https://github.com/prometheus/client_golang/issues/1260) - \[BUGFIX] native histograms: Fix bug in bucket key calculation. [#​1279](https://github.com/prometheus/client_golang/issues/1279) - \[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. [#​1272](https://github.com/prometheus/client_golang/issues/1272) - \[ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. [#​1278](https://github.com/prometheus/client_golang/issues/1278) - \[ENHANCEMENT] promlint: Improve metricUnits runtime. [#​1286](https://github.com/prometheus/client_golang/issues/1286) <details> <summary> Commits </summary> - Merge v1.15 to main by [@​bwplotka](https://github.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1250](https://github.com/prometheus/client_golang/pull/1250) - Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback by [@​jacksontj](https://github.com/jacksontj) in [https://github.com/prometheus/client_golang/pull/1252](https://github.com/prometheus/client_golang/pull/1252) - ✏️ \[collectors]: fix typo in test assertion by [@​vegerot](https://github.com/vegerot) in [https://github.com/prometheus/client_golang/pull/1153](https://github.com/prometheus/client_golang/pull/1153) - Added interactive tutorial \[kubeCon] by [@​bwplotka](https://github.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1255](https://github.com/prometheus/client_golang/pull/1255) - Fixed tutorial. by [@​bwplotka](https://github.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1256](https://github.com/prometheus/client_golang/pull/1256) - Bump golang.org/x/sys from 0.6.0 to 0.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1265](https://github.com/prometheus/client_golang/pull/1265) - Cleanup proto use in tests by [@​SuperQ](https://github.com/SuperQ) in [https://github.com/prometheus/client_golang/pull/1264](https://github.com/prometheus/client_golang/pull/1264) - Fix tutorial on WSL-based systems by [@​marevers](https://github.com/marevers) in [https://github.com/prometheus/client_golang/pull/1257](https://github.com/prometheus/client_golang/pull/1257) - Fix undefined execution order in return statements by [@​PiotrLewandowski323](https://github.com/PiotrLewandowski323) in [https://github.com/prometheus/client_golang/pull/1260](https://github.com/prometheus/client_golang/pull/1260) - Merge release 1.15.1 to main by [@​bwplotka](https://github.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1267](https://github.com/prometheus/client_golang/pull/1267) - GitHub Workflows security hardening by [@​sashashura](https://github.com/sashashura) in [https://github.com/prometheus/client_golang/pull/1180](https://github.com/prometheus/client_golang/pull/1180) - add process start time header to client_golang prometheus by [@​logicalhan](https://github.com/logicalhan) in [https://github.com/prometheus/client_golang/pull/1278](https://github.com/prometheus/client_golang/pull/1278) - Fix bug in bucket key calculation by [@​beorn7](https://github.com/beorn7) in [https://github.com/prometheus/client_golang/pull/1279](https://github.com/prometheus/client_golang/pull/1279) - Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1283](https://github.com/prometheus/client_golang/pull/1283) - Reduce constrainLabels allocations by [@​khasanovbi](https://github.com/khasanovbi) in [https://github.com/prometheus/client_golang/pull/1272](https://github.com/prometheus/client_golang/pull/1272) - added circleci as gh action YAML by [@​krishnaduttPanchagnula](https://github.com/krishnaduttPanchagnula) in [https://github.com/prometheus/client_golang/pull/1281](https://github.com/prometheus/client_golang/pull/1281) - Improve metricUnits runtime by [@​avlitman](https://github.com/avlitman) in [https://github.com/prometheus/client_golang/pull/1286](https://github.com/prometheus/client_golang/pull/1286) - Moving fully to GH actions. by [@​bwplotka](https://github.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1288](https://github.com/prometheus/client_golang/pull/1288) - Fix docstring references to renamed native histogram fields / functions. by [@​juliusv](https://github.com/juliusv) in [https://github.com/prometheus/client_golang/pull/1290](https://github.com/prometheus/client_golang/pull/1290) - Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. by [@​bwplotka](https://github.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1289](https://github.com/prometheus/client_golang/pull/1289) - </details> #### New Contributors * @​vegerot made their first contributi[https://github.com/prometheus/client_golang/pull/1153](https://github.com/prometheus/client_golang/pull/1153)l/1153 * @​marevers made their first contributi[https://github.com/prometheus/client_golang/pull/1257](https://github.com/prometheus/client_golang/pull/1257)l/1257 * @​PiotrLewandowski323 made their first contributi[https://github.com/prometheus/client_golang/pull/1260](https://github.com/prometheus/client_golang/pull/1260)l/1260 * @​sashashura made their first contributi[https://github.com/prometheus/client_golang/pull/1180](https://github.com/prometheus/client_golang/pull/1180)l/1180 * @​logicalhan made their first contributi[https://github.com/prometheus/client_golang/pull/1278](https://github.com/prometheus/client_golang/pull/1278)l/1278 * @​khasanovbi made their first contributi[https://github.com/prometheus/client_golang/pull/1272](https://github.com/prometheus/client_golang/pull/1272)l/1272 * @​krishnaduttPanchagnula made their first contributi[https://github.com/prometheus/client_golang/pull/1281](https://github.com/prometheus/client_golang/pull/1281)l/1281 * @​avlitman made their first contributi[https://github.com/prometheus/client_golang/pull/1286](https://github.com/prometheus/client_golang/pull/1286)l/1286 **Full Changelog**: prometheus/client_golang@v1.15.1...v1.16.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://app.renovatebot.com/dashboard#github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
b8bedd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.BenchmarkResolveBooleanValue/test_staticBoolFlag
2175
ns/op 304 B/op 7 allocs/op1540
ns/op 304 B/op 7 allocs/op1.41
This comment was automatically generated by workflow using github-action-benchmark.
b8bedd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.BenchmarkResolveBooleanValue/test_staticBoolFlag
2544
ns/op 304 B/op 7 allocs/op1540
ns/op 304 B/op 7 allocs/op1.65
BenchmarkResolveBooleanValue/test_targetingBoolFlag
17486
ns/op 5025 B/op 83 allocs/op12818
ns/op 5025 B/op 83 allocs/op1.36
BenchmarkResolveStringValue/test_targetingStringFlag
16797
ns/op 5049 B/op 85 allocs/op12878
ns/op 5049 B/op 85 allocs/op1.30
BenchmarkResolveFloatValue/test:_targetingFloatFlag
17302
ns/op 5049 B/op 85 allocs/op12778
ns/op 5049 B/op 85 allocs/op1.35
BenchmarkFlag_Evaluation_ResolveFloat/happy_path
12433
ns/op 3248 B/op 35 allocs/op9555
ns/op 3248 B/op 35 allocs/op1.30
This comment was automatically generated by workflow using github-action-benchmark.