Anton Kaliaev
d470945503
update gometalinter to 3.0.0 ( #3233 )
in the attempt to fix https://circleci.com/gh/tendermint/tendermint/43165
also
code is simplified by running gofmt -s .
remove unused vars
enable linters we're currently passing
remove deprecated linters
6 years ago
Zach
8ce588d984
fixes for tools repo merge ( #1945 )
fixes for tools repo merge (#1943 )
6 years ago
Zach Ramsay
2f4ab0c068
mv tools files to tools repo
6 years ago
rao yunkun
db419a308e
Fix unable to query status endpoint issue. ( #103 )
* Fix unable to query status endpoint issue.
* Revert "Fix unable to query status endpoint issue."
This reverts commit 73f02cdaea
.
* Replace amino unsafe tag for float fields.
6 years ago
zhangyelong
2914b73e30
Rename queries to queryToMetricMap
7 years ago
zhangyelong
858cad05f1
Rename eventType to query
7 years ago
zhangyelong
d42a308887
dependency upgrade
7 years ago
Anton Kaliaev
c36867e971
upgrade tm-monitor to use tm 0.12.1 and tmlibs 0.4.1
7 years ago
Anton Kaliaev
e1e50843ed
update tm-monitor
7 years ago
Anton Kaliaev
42f58ceb4b
[tm-monitor] call latency callback in a separate goroutine
7 years ago
Anton Kaliaev
330f38a77a
[tm-monitor] update WSClient
7 years ago
Anton Kaliaev
af04238bb9
[tm-monitor] rename var
7 years ago
Anton Kaliaev
9181822f65
[tm-monitor] update deps
7 years ago
Ethan Buchman
309812389a
[tm-monitor] update to tendermint 0.10.0
8 years ago
Anton Kaliaev
9442a069a3
[tm-monitor] use BaseService.Reset method
8 years ago
Anton Kaliaev
3044f66ba9
[tm-monitor] now EventMeter can be restarted multiple times (Refs #6 )
with one caveat: go-common and go-rpc need to be updated as well
8 years ago
Anton Kaliaev
6e00ce9bbd
[tm-monitor] fix blocking issue
as you can see the mistake is that we listen for quit instead of closing
it.
8 years ago
Anton Kaliaev
dee06a92d9
[tm-monitor] rewrite eventmeter to use go-kit/log
8 years ago
Anton Kaliaev
df98d5e1af
merge go-event-meter into tm-monitor (Refs #4 )
https://github.com/tendermint/go-event-meter
8 years ago