Hacker News new | ask | show | jobs
Show HN: Tapes, sane metrics for Python (github.com)
2 points by emilssolmanis 4106 days ago
1 comments

So I got tired of not having any reasonable metrics library, because scales

* uses a thread for the decay ticker, which breaks it if you use Tornado with fork()

* uses "clever tricks" and gets frisky with stack-frames to figure out the metric paths; needless to say, this breaks in weird ways, including if you use @staticmethod

* is basically Java and flake8 gives you over 9000 warnings

Any feedback welcome and much appreciated, PRs even more so.