Update module github.com/prometheus/client_golang to v1.12.2
Compare changes
Files
187+ 0
− 8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/prometheus/client_golang | require | minor |
v1.11.0 -> v1.12.2
|
v1.12.2
collectors.WithGoCollections
that allows to choose what collection of Go runtime metrics user wants: Equivalent of MemStats
structure configured using GoRuntimeMemStatsCollection
, new based on dedicated runtime/metrics metrics represented by GoRuntimeMetricsCollection
option, or both by specifying GoRuntimeMemStatsCollection | GoRuntimeMetricsCollection
flag.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._total
. 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
.-Inf
buckets from new Go Collector histograms.Full Changelog: https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2
v1.12.1
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1
v1.12.0
CVE-2022-21698
)Full Changelog: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0
v1.11.1
CVE-2022-21698
)Full Changelog: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1
This MR has been generated by Renovate Bot.