forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metrics: change links in README.md to https (ethereum#20182)
- Loading branch information
1 parent
8a9d1d9
commit da8cc45
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, "[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. | ||
|
||
|