Commit Graph

82 Commits (311b742c840471d084c298fe268a9a934d1e5e1d)

Author SHA1 Message Date
Exca-DK a340721aa9
metrics: use sync.map in registry (#27159) 1 year ago
s7v7nislands ae93e0b484
metrics: use atomic type (#27121) 1 year ago
Exca-DK b4dcd1a391
metrics: make gauge_float64 and counter_float64 lock free (#27025) 1 year ago
Delweng 117530b0e6
metrics/librato: ensure resp.body closed (#26969) 2 years ago
Martin Holst Swende f6c3a534a4
metrics/influxdb: use smaller dependency and reuse code between v1 and v2 reporters (#26963) 2 years ago
turboboost55 7dc100714d
metrics: add cpu counters (#26796) 2 years ago
turboboost55 544e4a700b
metrics: improve accuracy of CPU gauges (#26793) 2 years ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 2 years ago
Shude Li 163e996d0e
all: use http package to replace http method names (#26535) 2 years ago
ucwong 297ec0669d
metrics/influxdb: fix time ticker leaks (#26507) 2 years ago
Felix Lange c539bda166
metrics: improve reading Go runtime metrics (#25886) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
rjl493456442 59ac229f87
core/state/snapshot: detect and clean up dangling storage snapshot in generation (#24811) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
s7v7nislands 7caa2d8163
all: replace strings.Replace with string.ReplaceAll (#24835) 2 years ago
Felix Lange 8a134014b4
all: add go:build lines (#23468) 3 years ago
Felix Lange a789dcc978
metrics: fix compilation for GOOS=js (#23449) 3 years ago
jwasinger 6902485767
cmd, metrics: add support for influxdb-v2 (cherry-picking from italoacasas' changes), leave existing support for v1 to maintain backwards-compatibility. (#23194) 3 years ago
Mathijs de Bruin 2dee31930c
metrics: use golang.org/x/sys/unix to support Solaris (#22584) 3 years ago
Péter Szilágyi 62379f02c6
metrics/influxdb: don't push empty histograms, no measurement != 0 4 years ago
Péter Szilágyi 2550e46269
eth/protocols, metrics: use resetting histograms for rare packets 4 years ago
Péter Szilágyi 6d7ff6acea
eth/protocols, metrics, p2p: add handler performance metrics 4 years ago
isdyaufh8o7cq 477fd420b3
metrics: fix cast omission in cpu_syscall.go (#22262) 4 years ago
Alex Prut ef84da8481
all: remove unneeded parentheses (#21921) 4 years ago
Marius van der Wijden 10555d4684
cmd/geth: dump config for metrics (#22083) 4 years ago
gary rong b9ff57c59e
metrics: fix the panic for reading empty cpu stats (#21864) 4 years ago
Marius van der Wijden 4e54b1a45e
metrics: zero temp variable in updateMeter (#21470) 4 years ago
Marius van der Wijden f3bafecef7
metrics: make meter updates lock-free (#21446) 4 years ago
meowsbits 490b380a04
cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) 4 years ago
rene a35382de94
metrics: replace gosigar with gopsutil (#21041) 4 years ago
Richard Patel 2f66a8d614
metrics/prometheus: define TYPE once, add tests (#21068) 4 years ago
ucwong 53e034ce0b
metrics: add missing calls to Ticker.Stop in tests (#20866) 5 years ago
Martin Holst Swende 32d31c31af
metrics: improve TestTimerFunc (#20818) 5 years ago
Péter Szilágyi 42e02ac03b
metrics: disable CPU stats (gosigar) on iOS 5 years ago
Guillaume Ballet 58f2ce8671 metrics: fix issues reported by staticcheck (#20365) 5 years ago
Felix Lange afe0b65405
dashboard: remove the dashboard (#20279) 5 years ago
Guillaume Ballet de2259d27c travis: enable test suite on ARM64 (#20219) 5 years ago
Marius Kjærstad 08953e42c1 metrics: change links in README.md to https (#20182) 5 years ago
Péter Szilágyi 72d5a27a39
core, metrics, p2p: switch some invalid counters to gauges 5 years ago
Péter Szilágyi 5298eb7519
metrics: gather and export threads and goroutines 5 years ago
Péter Szilágyi b02958b9c5
core, ethdb, metrics, p2p: expose various counter metrics for grafana 5 years ago
Maxim Krasilnikov 31bc2a2434 metrics/prometheus: expose metrics in prometheus format too (#17077) 6 years ago
Péter Szilágyi 88c756c83d
metrics: fix expensive metrics flag processing 6 years ago
Péter Szilágyi 86989e3fcd
core: split out detailed trie access metrics from insertion time (#19316) 6 years ago
Anton Evangelatov baded64d88
swarm/network: measure time of messages in priority queue (#19250) 6 years ago
Matthew Halpern f57c80d22e metrics: remove redundant type specifiers (#19090) 6 years ago
Jerzy Lasyk f28da4f602 swarm/metrics: Send the accounting registry to InfluxDB (#18470) 6 years ago