Honeycomb is the observability tool we use everyday at Buser. They help us tracking application bottlenecks, slow database queries, slow requests, requests with too many queries and much more.
Their automatic instrumentation with beeline is a good start, but at some point we had to extend the default behaviour.
During last december, I attended to 24pullrequests.com, a project to engage people to make one pull request per day until Christmas.
After it, I want to know how much a simple gamification over a common task can improve the results. Yes, I always helped some projects with pull requests …
In last days, after I upgraded to Ubuntu 12.10 (it may be related with the issue or not), I experienced a weird slowness in the whole OS. Using top, I found a Chrome tab consuming around 1.2GB.
It was a tab with a Google Analytics realtime view. I …
Python has awesome tools for logging, including standard logging module. Also, through WSGI protocol we have the wsgilog middleware. Using it is easy with any Python web framework.
You can easily integrate it in bottle environment.