Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
08953e42
Commit
08953e42
authored
Oct 20, 2019
by
Marius Kjærstad
Committed by
Felix Lange
Oct 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metrics: change links in README.md to https (#20182)
parent
b9299bbc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
metrics/README.md
+2
-2
No files found.
metrics/README.md
View file @
08953e42
...
...
@@ -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:
<http
s
://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
](
http
s
://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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment