Hi,<p>I used graphite and now I'm using influxdb, in the other hand kibana+logstash+ES.<p>With statsd and influxdb you can measure all the events in a database, it's pretty easy and you have statsd libraries in some languages. I measure all the events in my products, from response timings, database queries, logins, sign-ups, calls, all go to statsd.<p>Logs are good to debug, but if you want to measure all events in your platform, statsd+influxdb+grafana are your best friends, and your manages will be happy with that ;-)<p>A few weeks ago I gave a talk about this, you can see the slides here + a few examples+ deploy in docker:<p><a href="http://acalustra.com/statsd-talk-at-python-vigo-meetup.html" rel="nofollow">http://acalustra.com/statsd-talk-at-python-vigo-meetup.html</a><p>Regards ;-)