Commit Graph

71 Commits (468d1844c7a32b51eebce6c5f35c44a66b9acf64)

Author SHA1 Message Date
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
Elad bb724080ca cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api/http: add instrumentation (#18274) 6 years ago
Kurkó Mihály f574c4e74b metrics, p2p: add ephemeral registry (#18067) 6 years ago
holisticode 4466c7b971 metrics: added NewCounterForced (#17919) 6 years ago
gary rong 5d1d1a808d consensus, ethdb, metrics: implement forced-meter (#17667) 6 years ago
Oleg Kovalov d42ce0f2c1 all: simplify switches (#17267) 6 years ago
Anton Evangelatov b3711af051 swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150) 6 years ago
Anton Evangelatov 1990c9e621 cmd/geth: export metrics to InfluxDB (#16979) 6 years ago
Elad 1836366ac1 all: library changes for swarm-network-rewrite (#16898) 6 years ago
Péter Szilágyi 3f06da7b5f
metrics: fix gofmt linter warnings 6 years ago
Clayton Jacobs b487bdf0ba metrics: removed repetitive calculations (#16944) 6 years ago
Anton Evangelatov 7f0726f706 metrics: return an empty snapshot for NilResettingTimer (#16930) 6 years ago