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
This commit is contained in:
Matthew Slipper
2018-09-25 13:14:38 +02:00
committed by Alexander Simmerl
parent eb0da7f9cb
commit 587116dae1
16 changed files with 202 additions and 43 deletions
+3
View File
@@ -227,4 +227,7 @@ prometheus_listen_addr = ":26660"
# you increase your OS limits.
# 0 - unlimited.
max_open_connections = 3
# Instrumentation namespace
namespace = "tendermint"
```