Skip to content

thumbor-community/librato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📈 🗻 Thumbor Librato metrics addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages