aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
Commit message (Collapse)AuthorAgeFilesLines
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-3/+2
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+4
|
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-7/+8
| | | | | go get github.com/gordonklaus/ineffassign ineffassign .
* core: metrics collection for transaction events (#3157)Martin Holst Swende2016-11-011-0/+9
| | | | | | | | | | | | | | | | * core: Add metrics collection for transaction events; replace/discard for pending and future queues, as well as invalid transactions * core: change namespace for txpool metrics * core: define more metrics (not yet used) * core: implement more tx metrics for when transactions are dropped * core: minor formatting tweeks (will squash later) * core: remove superfluous meter, fix missing pending nofunds * core, metrics: switch txpool meters to counters
* metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexpNick Johnson2016-10-141-0/+2
|
* all: fix go vet warningsFelix Lange2016-04-151-1/+0
|
* eth, metrics, p2p: prepare metrics and net packets to eth/62Péter Szilágyi2015-08-211-6/+6
|
* metrics: fix file descriptor leak when reading disk stats on linuxFelix Lange2015-08-031-0/+1
| | | | The disk stats file was not closed after reading.
* all: fix license headers one more timeFelix Lange2015-07-244-4/+4
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-234-16/+16
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-074-0/+64
|
* cmd, core, eth, metrics, p2p: require enabling metricsPéter Szilágyi2015-06-301-0/+42
|
* cmd/geth, metrics: separate process metric collection, add diskPéter Szilágyi2015-06-304-0/+128