File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go-metrics
55
66Go port of Coda Hale's Metrics library: < https://github.com/dropwizard/metrics > .
77
8- Documentation: < http ://godoc.org/github.com/rcrowley/go-metrics> .
8+ Documentation: < https ://godoc.org/github.com/rcrowley/go-metrics> .
99
1010Usage
1111-----
@@ -128,7 +128,7 @@ go stathat.Stathat(metrics.DefaultRegistry, 10e9, "
[email protected] ")
128128
129129Maintain all metrics along with expvars at ` /debug/metrics ` :
130130
131- This uses the same mechanism as [ the official expvar] ( http ://golang.org/pkg/expvar/)
131+ This uses the same mechanism as [ the official expvar] ( https ://golang.org/pkg/expvar/)
132132but exposed under ` /debug/metrics ` , which shows a json representation of all your usual expvars
133133as well as all your go-metrics.
134134
You can’t perform that action at this time.
0 commit comments