Already a Heroku user? Get started.
Librato seamlessly integrates with Heroku's rich logging capabilities to access native router, application & database performance metrics.
$ heroku addons:add librato
$ heroku labs:enable log-runtime-metrics
Enabling log-runtime-metrics for ... done
$ heroku restart
Router metrics provide details about the number of bytes sent and the amount of time spent connecting to and servicing each request. Librato calculates percentiles for each of these metrics that make it easy to understand and optimize the performance of your application.
Postgres metrics provisioned by Heroku are designed to keep you informed about the usage and performance of your database. They are reported directly into a beautiful easy to understand dashboard.
Per-dyno runtime metrics Dyno metrics keep you informed about how much memory and CPU are being used on each of your dynos. You can tell at a glance if the number or type of dynos needs to change, and track their behavior over time for capacity planning purposes.
Perhaps even more exciting, you can use the same log integration to submit any custom metrics through a simple, intuitive, logging format. If your application can write to standard out (stdout), than you can report custom metrics and have access to powerful statistical aggregations like distributed counting and percentiles.