We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9299bb commit 08953e4Copy full SHA for 08953e4
metrics/README.md
@@ -5,7 +5,7 @@ go-metrics
5
6
Go port of Coda Hale's Metrics library: <https://github.com/dropwizard/metrics>.
7
8
-Documentation: <http://godoc.org/github.com/rcrowley/go-metrics>.
+Documentation: <https://godoc.org/github.com/rcrowley/go-metrics>.
9
10
Usage
11
-----
@@ -128,7 +128,7 @@ go stathat.Stathat(metrics.DefaultRegistry, 10e9, "[email protected]")
128
129
Maintain all metrics along with expvars at `/debug/metrics`:
130
131
-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/)
132
but exposed under `/debug/metrics`, which shows a json representation of all your usual expvars
133
as well as all your go-metrics.
134
0 commit comments