From c04d5564fb9f71aa071a7121ebbb78c71c9409a7 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Wed, 11 Jan 2023 15:32:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d7e8c..da85b3d 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Prometheus in real-time. ## Features +- Tested for both Redis and RabbitMQ - Uses the built in [real-time monitoring component in Celery](https://docs.celeryproject.org/en/latest/userguide/monitoring.html#real-time-processing) to expose Prometheus metrics - Tracks task status (task-started, task-succeeded, task-failed etc) - Tracks which workers are running and the number of active tasks - Follows the Prometheus exporter [best practises](https://prometheus.io/docs/instrumenting/writing_exporters/) -- Works with both Redis and RabbitMQ - Deployed as a Docker image or Python single-file binary (via PyInstaller) - Exposes a health check endpoint at /health - Grafana dashboards provided by the Celery-mixin