Skip to content

Commit

Permalink
metrics: change links in README.md to https (ethereum#20182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandakersmann authored and enriquefynn committed Feb 15, 2021
1 parent 8a9d1d9 commit da8cc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go-metrics

Go port of Coda Hale's Metrics library: <https://github.com/dropwizard/metrics>.

Documentation: <http://godoc.org/github.com/rcrowley/go-metrics>.
Documentation: <https://godoc.org/github.com/rcrowley/go-metrics>.

Usage
-----
Expand Down Expand Up @@ -128,7 +128,7 @@ go stathat.Stathat(metrics.DefaultRegistry, 10e9, "[email protected]")

Maintain all metrics along with expvars at `/debug/metrics`:

This uses the same mechanism as [the official expvar](http://golang.org/pkg/expvar/)
This uses the same mechanism as [the official expvar](https://golang.org/pkg/expvar/)
but exposed under `/debug/metrics`, which shows a json representation of all your usual expvars
as well as all your go-metrics.

Expand Down

0 comments on commit da8cc45

Please sign in to comment.