Matthew Slipper
|
92343ef484
|
Add additional metrics (#2500)
* Add additional metrics
Continues addressing https://github.com/cosmos/cosmos-sdk/issues/2169.
* Add nop metrics to fix NPE
* Tweak buckets, code review
* Update buckets
* Update docs with new metrics
* Code review updates
|
6 years ago |
Matthew Slipper
|
587116dae1
|
metrics: Add additional metrics to p2p and consensus (#2425)
* Add additional metrics to p2p and consensus
Partially addresses https://github.com/cosmos/cosmos-sdk/issues/2169.
* WIP
* Updates from code review
* Updates from code review
* Add instrumentation namespace to configuration
* Fix test failure
* Updates from code review
* Add quotes
* Add atomic load
* Use storeint64
* Use addInt64 in writePacketMsgTo
|
6 years ago |
Zarko Milosevic
|
f99e4010f2
|
Add stats related channel between consensus state and reactor (#2388)
|
6 years ago |
Anton Kaliaev
|
788474d08d
|
change consensus_block_interval_seconds metric type to gauge
Otherwise, it's impossible to see outliers
https://github.com/tendermint/tendermint/issues/1835#issuecomment-402054099
|
6 years ago |
Zach Ramsay
|
44dad6d70b
|
Revert "detele everything"
This reverts commit d02c5d1e30 .
|
6 years ago |
Zach Ramsay
|
d02c5d1e30
|
detele everything
|
6 years ago |
Liamsi
|
d2c05bc5b9
|
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
|
6 years ago |
Liamsi
|
96a3502126
|
delete everything
|
6 years ago |
Anton Kaliaev
|
205d8b8062
|
fixes after @xla review
- move prometheus metrics into internal packages
- *Option structs
- misc. format changes
|
6 years ago |
Anton Kaliaev
|
e4bb3566a0
|
move metrics constructors to a separate package
|
6 years ago |
Anton Kaliaev
|
b10b0da3fd
|
bundle imports
|
6 years ago |
Anton Kaliaev
|
19699d644f
|
p2p metric, make height and totalTxs gauges
|
6 years ago |
Anton Kaliaev
|
0cb50c05fc
|
add rounds metric
|
6 years ago |
Anton Kaliaev
|
e58d674f4c
|
add validators power gauges
|
6 years ago |
Anton Kaliaev
|
fad76e103b
|
extract metrics to provider, remove height label
|
6 years ago |
Anton Kaliaev
|
489d9b9184
|
more metrics
|
6 years ago |
Anton Kaliaev
|
5c869b5888
|
validator metrics
|
6 years ago |
Anton Kaliaev
|
5c7093cc9f
|
go-kit metrics plus prometheus: one metric
|
6 years ago |