fix(deps): update module github.com/prometheus/client_golang to v1.12.2 #1166

Merged
konrad merged 1 commits from renovate/github.com-prometheus-client_golang-1.x into main 2022-05-14 15:08:02 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/client_golang require patch v1.12.1 -> v1.12.2

Release Notes

prometheus/client_golang

v1.12.2

Compare Source

  • CHANGE] Added `collectors.WithGoCollections` that allows to choose what collection of Go runtime metrics user wants: Equivalent of [`MemStats` structure](https://pkg.go.dev/runtime#MemStats) configured using `GoRuntimeMemStatsCollection`, new based on dedicated [runtime/metrics](https://pkg.go.dev/runtime/metrics) metrics represented by `GoRuntimeMetricsCollection` option, or both by specifying `GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection` flag.
    
  • CHANGE] :warning: Change in `collectors.NewGoCollector` metrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back with `GoRuntimeMetricsCollection` option or `GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection` for smooth transition.
    
  • BUGFIX] Fixed the bug that causes generated histogram metric names to end with `_total`. ⚠️ This changes 3 metric names in the new Go collector that was reverted from default in this release.
    -   `go_gc_heap_allocs_by_size_bytes_total` -> `go_gc_heap_allocs_by_size_bytes`,
    -   `go_gc_heap_frees_by_size_bytes_total` -> `go_gc_heap_allocs_by_size_bytes`
    -   `go_gc_pauses_seconds_total` -> `go_gc_pauses_seconds`.
    
  • CHANCE] Removed `-Inf` buckets from new Go Collector histograms.
    
    

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | require | patch | `v1.12.1` -> `v1.12.2` | --- ### Release Notes <details> <summary>prometheus/client_golang</summary> ### [`v1.12.2`](https://github.com/prometheus/client_golang/releases/v1.12.2) [Compare Source](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2) - \[CHANGE] Added `collectors.WithGoCollections` that allows to choose what collection of Go runtime metrics user wants: Equivalent of [`MemStats` structure](https://pkg.go.dev/runtime#MemStats) configured using `GoRuntimeMemStatsCollection`, new based on dedicated [runtime/metrics](https://pkg.go.dev/runtime/metrics) metrics represented by `GoRuntimeMetricsCollection` option, or both by specifying `GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection` flag. - \[CHANGE] :warning: Change in `collectors.NewGoCollector` metrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back with `GoRuntimeMetricsCollection` option or `GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection` for smooth transition. - \[BUGFIX] Fixed the bug that causes generated histogram metric names to end with `_total`. ⚠️ This changes 3 metric names in the new Go collector that was reverted from default in this release. - `go_gc_heap_allocs_by_size_bytes_total` -> `go_gc_heap_allocs_by_size_bytes`, - `go_gc_heap_frees_by_size_bytes_total` -> `go_gc_heap_allocs_by_size_bytes` - `go_gc_pauses_seconds_total` -> `go_gc_pauses_seconds`. - \[CHANCE] Removed `-Inf` buckets from new Go Collector histograms. **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2 </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-05-13 11:00:54 +00:00
renovate added 1 commit 2022-05-13 11:00:56 +00:00
konrad merged commit 9ab00fd2e6 into main 2022-05-14 15:08:02 +00:00
konrad deleted branch renovate/github.com-prometheus-client_golang-1.x 2022-05-14 15:08:02 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1166
No description provided.