consul_exporter
consul_exporter copied to clipboard
Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
Bumps github.com/prometheus/client_golang from 1.12.1 to 1.12.2.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
1.12.2 / 2022-05-13
- [CHANGE] Added
collectors.WithGoCollectionsthat allows to choose what collection of Go runtime metrics user wants: Equivalent ofMemStatsstructure configured usingGoRuntimeMemStatsCollection, new based on dedicated runtime/metrics metrics represented byGoRuntimeMetricsCollectionoption, or both by specifyingGoRuntimeMemStatsCollection | GoRuntimeMetricsCollectionflag.- [CHANGE] :warning: Change in
collectors.NewGoCollectormetrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back withGoRuntimeMetricsCollectionoption orGoRuntimeMemStatsCollection | GoRuntimeMetricsCollectionfor 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_bytesgo_gc_pauses_seconds_total->go_gc_pauses_seconds.- [CHANCE] Removed
-Infbuckets from new Go Collector histograms.Full Changelog: https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.12.2 / 2022-05-13
- [CHANGE] Added
collectors.WithGoCollectionsthat allows to choose what collection of Go runtime metrics user wants: Equivalent ofMemStatsstructure configured usingGoRuntimeMemStatsCollection, new based on dedicated runtime/metrics metrics represented byGoRuntimeMetricsCollectionoption, or both by specifyingGoRuntimeMemStatsCollection | GoRuntimeMetricsCollectionflag.- [CHANGE] :warning: Change in
collectors.NewGoCollectormetrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back withGoRuntimeMetricsCollectionoption orGoRuntimeMemStatsCollection | GoRuntimeMetricsCollectionfor 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_bytesgo_gc_pauses_seconds_total->go_gc_pauses_seconds.- [CHANCE] Removed
-Infbuckets from new Go Collector histograms.
Commits
e203144Merge branch 'release-1.12' of github.com:prometheus/client_golang into relea...0e136d1Cut v1.12.2 (#1052)a27b6d7Fix conflicts5fe1d33Remove -Inf buckets from go collector histograms (#1049)049d0feprometheus: Fix convention violating names for generated collector metrics (#...7eb9d11gocollector: Reverted client_golang v1.12 addition of runtime/metrics metrics...d498b3cgocollector: Added options to Go Collector for changing the (#1031)585540aFix deprecatedNewBuildInfoCollectorAPI39cf574Cut v1.12.1 (#978)9b785b0Reduce granularity of histogram buckets for Go 1.17 collector (#974)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)