Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
/ celery-statsd Public archive
forked from lyst/celery-statsd

Send data about Celery events to statsd

License

Notifications You must be signed in to change notification settings

ssaw/celery-statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

celery-statsd

In your tasks.py

import celery_statsd

And in your settings file set STATSD_HOST and STATSD_PORT.

You will now have stats about your tasks in statsd.

By default stats will be published with a key prefix of "celery.". Change the CELERYD_STATS_PREFIX if you want something different.

About

Send data about Celery events to statsd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%