fix(deps): update module github.com/armon/go-metrics to v0.5.4 #372
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.10
->v0.5.4
Release Notes
armon/go-metrics (github.com/armon/go-metrics)
v0.5.4
Compare Source
What's Changed
compat
package to ease migration from the old armon/go-metrice module name to the current hashicorp/go-metrics name by @mkeeler in https://github.com/hashicorp/go-metrics/pull/169Full Changelog: hashicorp/go-metrics@v0.5.3...v0.5.4
v0.5.3
Compare Source
What's Changed
Full Changelog: hashicorp/go-metrics@v0.5.2...v0.5.3
v0.5.2
Compare Source
What's Changed
Full Changelog: hashicorp/go-metrics@v0.5.1...v0.5.2
v0.5.1
Compare Source
What's Changed
Full Changelog: hashicorp/go-metrics@v0.5.0...v0.5.1
v0.5.0
Breaking Changes
What's Changed
Full Changelog: hashicorp/go-metrics@v0.4.1...v0.5.0
v0.4.1
Compare Source
Includes a performance improvement in the Prometheus sink that was identified as wasting CPU time in Nomad where metrics are recorded in a hot code path.
See https://github.com/armon/go-metrics/pull/138
v0.4.0
Compare Source
Updates supported Go versions to 1.16, 1.17 and 1.18.
Adds a Shutdown function that attempts to insure buffered metrics are flushed to the underlying sink for short-lived processes. See https://github.com/armon/go-metrics/pull/132 and https://github.com/armon/go-metrics/pull/134.
Note that Shutdown was initially added and released as a 0.3.11 but contained a breaking change for library users that have their own
MetricsSink
implementation since it added an interface method.This release retracts the 0.3.11 release and re-introduces the
Shutdown
change in a backwards compatible manner. See https://github.com/armon/go-metrics/pull/134.v0.3.11
Compare Source
Adds a
Shutdown
function that attempts to insure buffered metrics are flushed to the underlying sink for short-lived processes. Not all sinks support this. See #132.Configuration
📅 Schedule: Branch creation - "before 3am on tuesday" (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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.