build(deps): use hashicorp/go-metrics instead of armon/go-metrics (backport #16790) (#16800)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-06-30 15:27:05 +00:00
committed by GitHub
co-authored by Julien Robert
parent 950b910030
commit 9f4a4e416f
26 changed files with 64 additions and 52 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ and is rich with ecosystem tooling.
We must also aim to integrate metrics into the Cosmos SDK in the most seamless way possible such that
metrics may be added or removed at will and without much friction. To do this, we will use the
[go-metrics](https://github.com/armon/go-metrics) library.
[go-metrics](https://github.com/hashicorp/go-metrics) library.
Finally, operators may enable telemetry along with specific configuration options. If enabled, metrics
will be exposed via `/metrics?format={text|prometheus}` via the API server.