aboutsummaryrefslogtreecommitdiffstats
path: root/metrics/registry.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm/metrics: Send the accounting registry to InfluxDB (#18470)Jerzy Lasyk2019-01-251-2/+3
|
* metrics, p2p: add ephemeral registry (#18067)Kurkó Mihály2018-11-091-1/+4
| | | | | | * metrics, p2p: add ephemeral registry * metrics: fix linter issue
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter ↵Anton Evangelatov2018-02-231-0/+354
(#15910) * go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter. * vendor: change nonsense/go-metrics to ethersphere/go-metrics * go-metrics: add tests. move ResettingTimer logic from reporter to type. * all, metrics: pull in metrics package in go-ethereum * metrics/test: make sure metrics are enabled for tests * metrics: apply gosimple rules * metrics/exp, internal/debug: init expvar endpoint when starting pprof server * internal/debug: tiny comment formatting fix