good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Erigon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
a
Erigon
Commits
b295b5ea
Commit
b295b5ea
authored
5 years ago
by
Marius Kjærstad
Committed by
Igor Mandrigin
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
metrics: change links in README.md to https (#20182)
parent
7e7e07db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
metrics/README.md
+2
-2
2 additions, 2 deletions
metrics/README.md
with
2 additions
and
2 deletions
metrics/README.md
+
2
−
2
View file @
b295b5ea
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment