Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberdelia/instax

Monitoring celery with statsd
https://github.com/cyberdelia/instax

Last synced: 29 days ago
JSON representation

Monitoring celery with statsd

Awesome Lists containing this project

README

        

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.