Redis – How to monitor Celery task completion with Prometheus
I am trying to use Prometheus for monitoring Celery tasks for which I am relatively new and I have a problem with incrementing a counter. It's just not incrementing if I am trying to do it inside of Celery.task E.g.…