good morning!!!!

Skip to content
Snippets Groups Projects
Commit b295b5ea authored by Marius Kjærstad's avatar Marius Kjærstad Committed by Igor Mandrigin
Browse files

metrics: change links in README.md to https (#20182)

parent 7e7e07db
No related branches found
No related tags found
No related merge requests found
......@@ -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
-----
......@@ -128,7 +128,7 @@ go stathat.Stathat(metrics.DefaultRegistry, 10e9, "example@example.com")
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment