From 09eb442de7ca1c6100697d0bd87b687233bd2528 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 2 Mar 2017 22:07:03 +0400 Subject: [PATCH] done all items from the TODO --- tm-monitor/README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/tm-monitor/README.md b/tm-monitor/README.md index 7e06c2233..f2022b686 100644 --- a/tm-monitor/README.md +++ b/tm-monitor/README.md @@ -68,17 +68,9 @@ POST requests. The JSONRPC methods are also exposed over websocket. ### Ideas -1. Currently we get IPs and dial, but should reverse so the nodes dial the - netmon, both for node privacy and easier reconfig (validators changing - ip/port). -2. Uptime over last day, month, year +1. Currently we get IPs and dial, but should reverse so the nodes dial the netmon, both for node privacy and easier reconfig (validators changing ip/port). +2. Uptime over last day, month, year (Q: how do I get this?) 3. `statsd` metrics -4. log metrics for charts +4. log metrics for charts (Q: what charts?) 5. show network size (Q: how do I get the number?) -6. metrics RPC - -### TODO - -- [ ] `NumValidators` -- [ ] docker container -- [ ] binary +6. metrics RPC (Q: do we need this?)