From 0d31ac88c3f8b16e8631167a4248a2508b85d4b8 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Sun, 5 Sep 2021 18:34:51 +0200 Subject: [PATCH] Add celery-exporter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7fa5d0..6f02f27 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-redis](https://github.com/niwinz/django-redis) - Full featured Redis cache backend for Django. - [celery](https://github.com/celery/celery) - Robust and broker-agnostic task queues for bigger, performance-focused projects. - [django-celery-beat](https://github.com/celery/django-celery-beat) - A periodic task scheduler with database configured by Django's Admin Panel. +- [celery-exporter](https://github.com/danihodovic/celery-exporter) - Prometheus & Grafana monitoring of Celery tasks. - [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability and performance. ### Testing