https://github.com/dataquestio/celery-statsd
https://github.com/dataquestio/celery-statsd
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataquestio/celery-statsd
- Owner: dataquestio
- License: lgpl-3.0
- Created: 2015-05-09T22:53:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T01:34:47.000Z (almost 11 years ago)
- Last Synced: 2025-10-14T17:07:16.643Z (6 months ago)
- Language: Python
- Size: 134 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
celery-statsd
=============
Fork of [celery-statsd](https://github.com/ssaw/celery-statsd) to work with [datadog](https://www.datadoghq.com/).
In your `tasks.py`
```python
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.