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

Commits on Jun 9, 2023

  1. Upgrade armon/go-metrics to hashicorp/go-metrics

    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.
    mkeeler committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5e95b01 View commit details
    Browse the repository at this point in the history
  2. Setup GitHub Actions

    mkeeler committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f26a591 View commit details
    Browse the repository at this point in the history