-
Notifications
You must be signed in to change notification settings - Fork 2k
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
deps: update go-metrics to v0.5.3 #19190
Conversation
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
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!
$ ag "github.com/armon/go-metrics"
go.mod
165: github.com/armon/go-metrics v0.4.1 // indirect
CHANGELOG.md
1012:* deps: Updated `github.com/armon/go-metrics` to `v0.4.1` which includes a performance improvement for Prometheus sink [[GH-14493](https://github.com/hashicorp/nomad/issues/14493)]
go.sum
298:github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
299:github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg=
300:github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=
301:github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4=
Did we want to backport this, so that future dep updates can also be backported that include bug fixes?
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! We should probably do the CE->ENT merge (and fixup) right after merging this because we're definitely going to run into compilation issues in the ENT repo because of the import path change.
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
…rp#19374) * Revert "deps: update go-metrics to v0.5.3 (hashicorp#19190)" This reverts commit ddb060d. * changelog: add entry for hashicorp#19374
Update `go-metrics` to v0.5.3 to pick hashicorp/go-metrics#146.
…rp#19374) * Revert "deps: update go-metrics to v0.5.3 (hashicorp#19190)" This reverts commit ddb060d. * changelog: add entry for hashicorp#19374
Update
go-metrics
to v0.5.3 to pick hashicorp/go-metrics#146.go-metrics
v0.5.0 switch fromarmon/go-metrics
tohashicorp/go-metrics
, so update those references as well.The indirect reference in
go.mod
comes fromhashicorp/memberlist
.