cyberdelia / instax

Monitoring celery with statsd

Home Page:https://github.com/cyberdelia/instax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instax

Making celery monitoring easier, using statsd.

Usage

You first need to configure the statsd client like explained in the docs : http://statsd.readthedocs.org/en/latest/configure.html#from-the-environment

Launch your celery worker with the --events argument

celery worker --events

Then run instax with the following arguments

celery events -c instax.Instax --frequency=10.0

Frequency in the number of seconds that elapse between two data gatherings.

About

Monitoring celery with statsd

https://github.com/cyberdelia/instax

License:MIT License


Languages

Language:Python 100.0%