done all items from the TODO

This commit is contained in:
Anton Kaliaev 2017-03-02 22:07:03 +04:00
parent 94b8e28b21
commit 09eb442de7
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 4 additions and 12 deletions

View File

@ -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?)