-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go package upgrades #60
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
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.
Recommendation for using zlog instead og zap
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.
LGTM
This PR contains the following updates:
v1.10.0
->v1.14.0
v0.25.0
->v0.39.0
v3.0.0-20210107192922-496545a6307b
->v3.0.1
Release Notes
prometheus/client_golang
v1.14.0
: 1.14.0 / 2022-11-08Compare Source
It might look like a small release, but it's quite opposite 😱 There were many non user facing changes and fixes and enormous work from engineers from Grafana to add native histograms in 💪🏾 Enjoy! 😍
What's Changed
prometheus.Registry
to implementprometheus.Collector
interface. #1103New Contributors
Full Changelog: prometheus/client_golang@v1.13.1...v1.14.0
v1.13.1
: 1.13.1 / 2022-11-02Compare Source
CumulativeCount
value of+Inf
bucket created from exemplar. #1148promhttp.InstrumentRoundTripperCounter
. #1118Full Changelog: prometheus/client_golang@v1.13.0...v1.13.1
v1.13.0
: 1.13.0 / 2022-08-06Compare Source
prometheus.TransactionalGatherer
interface forpromhttp.Handler
use which allows using low allocation update techniques for custom collectors. #989prometheus.NewConstHistogram
. SeeExampleNewConstHistogram_WithExemplar
example on how to use it. #986prometheus/push.Pusher
now has context-aware methods that pass context to HTTP requests. #1028prometheus/push.Pusher
has nowError
method that retrieve last error. #1075testutil.GatherAndCompare
provides now readable diff on failed comparisons. #998MetricVec
methodDeletePartialMatch(labels Labels)
for deleting all metrics that match provided labels. #1013api.Config
now accepts passing custom*http.Client
. #1025promhttp.Instrument*
middlewares now support adding exemplars to metrics. This allows hooking those to your tracing middleware that retrieves trace ID and puts it in exemplar if present. #1055testutil.ScrapeAndCompare
method. #1043GopherJS
build support. #897runtime/metrics
collectors.NewGoCollector
should use. SeeExampleGoCollector_WithAdvancedGoMetrics
. #1102New Contributors ❤️
Commits
NewBuildInfoCollector
API by @alissa-tung in https://github.com/prometheus/client_golang/pull/1000v1.12.2
: 1.12.2 / 2022-05-13Compare Source
collectors.WithGoCollections
that allows to choose what collection of Go runtime metrics user wants: Equivalent ofMemStats
structure configured usingGoRuntimeMemStatsCollection
, new based on dedicated runtime/metrics metrics represented byGoRuntimeMetricsCollection
option, or both by specifyingGoRuntimeMemStatsCollection | GoRuntimeMetricsCollection
flag.collectors.NewGoCollector
metrics: Reverting addition of new ~80 runtime metrics by default. You can enable this back withGoRuntimeMetricsCollection
option orGoRuntimeMemStatsCollection | 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: prometheus/client_golang@v1.12.1...v1.12.2
v1.12.1
: 1.12.1 / 2022-01-29Compare Source
Full Changelog: prometheus/client_golang@v1.12.0...v1.12.1
v1.12.0
: 1.12.0 / 2022-01-19Compare Source
CVE-2022-21698
)What's Changed
New Contributors
Full Changelog: prometheus/client_golang@v1.11.0...v1.12.0
v1.11.1
: 1.11.1 / 2022-02-15Compare Source
CVE-2022-21698
)What's Changed
Full Changelog: prometheus/client_golang@v1.11.0...v1.11.1
v1.11.0
: / 2021-06-07Compare Source
prometheus.NewExpvarCollector
is deprecated, usecollectors.NewExpvarCollector
instead. #862prometheus.NewGoCollector
is deprecated, usecollectors.NewGoCollector
instead. #862prometheus.NewBuildInfoCollector
is deprecated, usecollectors.NewBuildInfoCollector
instead. #862What's Changed
New Contributors
Full Changelog: prometheus/client_golang@v1.10.0...v1.11.0
prometheus/common
v0.39.0
Compare Source
v0.38.0
Compare Source
v0.37.1
Compare Source
v0.37.0
Compare Source
v0.36.0
Compare Source
v0.35.0
Compare Source
v0.34.0
Compare Source
v0.33.0
Compare Source
v0.32.1
Compare Source
v0.32.0
Compare Source
tls_config
field to OAuth 2.0 Config #331v0.31.1
Compare Source
Do not marshal secrets in URL's (#328)
v0.31.0
Compare Source
v0.30.1
Compare Source
Do not marshal secrets in URL's (#328)
v0.30.0
Compare Source
Add the ability to enable HTTP2 again via an env variable
v0.29.0
Compare Source
Add WithIdleConnTimeout HTTP client option
v0.28.0
Compare Source
Client golang dependency update.
v0.27.0
: / 2021-06-03Compare Source
log
package #306v0.26.0
: / 2021-06-03Compare Source
go-yaml/yaml
v3.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - "before 7am on Monday" (UTC), Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.