Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fault detection and stats collection in live overlay (opt-in only) #39

Closed
synctext opened this issue Mar 18, 2013 · 1 comment
Closed

Comments

@synctext
Copy link
Member

Problem: understanding the health, bugs and faults in deployed P2P software is hard
Goal: use a package with wide usage that solves this, instead of our own custom code.

Only enable with user consent (plus enabled by default in test releases).

Backend: http://graphite.wikidot.com/
Network deamon: https://github.com/etsy/statsd
Python wrapper: https://github.com/WoLpH/python-statsd/

@synctext
Copy link
Member Author

Finding a bug is all about reproducing it in the lab.

We usually are not even aware what can go wrong. The easy bugs appear in our standard unit tests. They get removed. The hard ones remain. Ongoing epic effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants