Send Thumbor runtime metrics to your Librato account.
# master branch
pip install -e git://github.com/thumbor-community/librato.git@master#egg=tc_librato
# latest stable
pip install tc_librato
# thumbor.conf
METRICS = 'tc_librato.metrics.librato_metrics'
LIBRATO_USER = 'username' # Librato api username
LIBRATO_TOKEN = 'token' # Librato api token
# optional with defaults
LIBRATO_NAME_PREFIX = 'thumbor' # Librato metrics prefix
LIBRATO_QUEUE_LENGTH = 1000 # Librato autosubmit queue size