hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.91k stars 1.95k forks source link

cleanup: migrate to hashicorp/go-metrics #16078

Open shoenig opened 1 year ago

shoenig commented 1 year ago

https://github.com/hashicorp/go-metrics replaces https://github.com/armon/go-metrics, we should refactor our code to refer to the new package home.

shoenig commented 1 year ago

Needs a new tag, latest still contains old go.mod file

go: github.com/hashicorp/go-metrics@v0.4.1: parsing go.mod:
    module declares its path as: github.com/armon/go-metrics
            but was required as: github.com/hashicorp/go-metrics