Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 787 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 787 Bytes

Thumbor Librato Metrics Plugin

Send Thumbor runtime metrics to your Librato account.

Status

Circle CI

Installation

# master branch
pip install -e git://github.com/thumbor-community/librato.git@master#egg=tc_librato

# latest stable
pip install tc_librato

Configuration

# 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