Update module github.com/hashicorp/go-metrics to v0.5.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/hashicorp/go-metrics | require | minor |
v0.4.2-0.20221220172610-8cabd9eab1be -> v0.5.3
|
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hashicorp/go-metrics (github.com/hashicorp/go-metrics)
v0.5.3
What's Changed
- prometheus: prevent panic when incrmenting counter in https://github.com/hashicorp/go-metrics/pull/146
Full Changelog: https://github.com/hashicorp/go-metrics/compare/v0.5.2...v0.5.3
v0.5.2
What's Changed
- Add support for WASM by @swenson in https://github.com/hashicorp/go-metrics/pull/158
Full Changelog: https://github.com/hashicorp/go-metrics/compare/v0.5.1...v0.5.2
v0.5.1
What's Changed
Full Changelog: https://github.com/hashicorp/go-metrics/compare/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
- Renamed module to hashicorp/go-metrics
- Add GaugeFloat64 API
- Prevent dogstatsd sink from clobbering the metric key for other sinks
Full Changelog: https://github.com/hashicorp/go-metrics/compare/v0.4.1...v0.5.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.