OvalMoney / celery-exporter

Prometheus metrics exporter for Celery
MIT License
142 stars 37 forks source link

celery_workers always 0.0 #61

Open franchuk82 opened 3 years ago

franchuk82 commented 3 years ago

Hi. I'm using celery==5.1.2 and your exporter from branch for ver5, exporter was build in docker, connected fine, but metric celery_workers always show 0 count, can somebody help me with this?

iproha94 commented 3 years ago

this exporter only works with celery 4 (from readme.md)

Celery Exporter is a Prometheus metrics exporter for Celery 4, written in python.

I have the same problem always 0.0 when I migrate from 4 to 5 Celery version.

@OvalMoney Is there a plan to support version 5?