Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

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 elizabethengelman committed Dec 20, 2019
1 parent f801dc9 commit 1b2cdc2
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 1b2cdc2

Please sign in to comment.