celery-prometheus-exporter icon indicating copy to clipboard operation
celery-prometheus-exporter copied to clipboard

Support custom metrics on celery tasks

Open iscOlivares14 opened this issue 6 years ago • 1 comments

Is there a possibility to create a module that could be used to expose custom metrics living inside my celery tasks? I'm thinking about to have a module constructed using the same celery instance that runs the tasks not just pointing to the broker.

iscOlivares14 avatar Jun 18 '19 23:06 iscOlivares14

I'm not completely sure what you mean. You could just expose custom metrics from the application itself. Can you perhaps give a concrete example?

zerok avatar Jul 30 '19 14:07 zerok