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

Upgrade armon/go-metrics to hashicorp/go-metrics #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mkeeler
Copy link
Member

@mkeeler mkeeler commented Jun 9, 2023

Also fixup the library to remove the dual v1 & v2 paths. Now the main branch will support only v3.

v3 is API compatible and on-disk-storage compatible with v2. The main difference is that it requires the application to be using hashicorp/go-metrics instead of armon/go-metrics in order for metrics to be emitted properly.

For users still on v1 they should upgrade to v2, do the migration and then do a subsequent upgrade to v3.

Once this is merged a new v3.0.0 tag of the library will be made.

Also fixup the library to remove the dual v1 & v2 paths. Now the main branch will support only v3.

v3 is API compatible and on-disk-storage compatible with v2. The main difference is that it requires the application to be using hashicorp/go-metrics instead of armon/go-metrics in order for metrics to be emitted properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant