korfuri / django-prometheus

Export Django monitoring metrics for Prometheus.io
Apache License 2.0
1.44k stars 244 forks source link

custom metrics from celery tasks #253

Open a472 opened 3 years ago

a472 commented 3 years ago

Hi all,

custom metrics from celery task are not exported to /metrics endpoint. does anyone encountered this problem?

ghost commented 3 years ago

Iwould guess that this is simply not implemented yet ... But yes I would also love to see this feature

danihodovic commented 3 years ago

I wrote https://github.com/danihodovic/celery-exporter/ to workaround this issue