danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
431 stars 94 forks source link

Option to see how long the task was waiting in the queue before being handled #316

Open matancarmeli7 opened 3 months ago

matancarmeli7 commented 3 months ago

Is there an option to see how long the task was waiting in the queue before being handled with the exporter metrics?

danihodovic commented 3 months ago

I don't think so, but if celery_queue_length is larger than 0 it's guaranteed to be put on hold.

matancarmeli7 commented 3 months ago

Thanks for the quick answer :), there is a plan to add it in the future? because I see [here], that they have done here something that can be relevant to that image

danihodovic commented 3 months ago

Feel free to open a pull-request :-)

azhar1038 commented 1 month ago

I need this too! Are you working on this @matancarmeli7 ?