celery-prometheus-exporter
                                
                                
                                
                                    celery-prometheus-exporter copied to clipboard
                            
                            
                            
                        Support custom metrics on celery tasks
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.
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?