Skip to content
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

fix(deps): update module github.com/armon/go-metrics to v0.5.4 #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/armon/go-metrics v0.3.10 -> v0.5.4 age adoption passing confidence

Release Notes

armon/go-metrics (github.com/armon/go-metrics)

v0.5.4

Compare Source

What's Changed

Full 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

  • Due to renaming the Go module from armon/go-metrics to hashicorp/go-metrics all libraries within a program that use the global metrics handler will need updating. If not they may be sending metrics to either the old modules global handler or the new modules handler.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@renovate renovate bot requested a review from a team as a code owner January 21, 2025 02:17
@renovate renovate bot added the golang label Jan 21, 2025
Copy link
Contributor Author

renovate bot commented Jan 21, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/armon/[email protected]: parsing go.mod:
	module declares its path as: github.com/hashicorp/go-metrics
	        but was required as: github.com/armon/go-metrics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file golang
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants