You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for creating and supporting such a helpful project!
I have a question - we use celery==5.2.6 and the latest celery-exporter (docker) and using Grafana Cloud (free version)
After a week I see that ran out of free tier on Grafana and we have more then 10 000 metrics for celery!
What happened:
There're a lot of metric with hostname=gen1234@myhostname and only one with celery@myhostname
Look like gen1234 metrics are created for each thread in worker and after restart of celery worker daemon celery-exporter keep sending these metrics to prometheus even if they don't have new data. Restaring help here, so I just configured CD process and we restart celery-exporter's docker after celery workers.
The question is - is there a way to filter out them from the metrics and what is their purpose?
The text was updated successfully, but these errors were encountered:
Oh, I see, gen123 probably django instances who send tasks. celery_task_received_total is increased in celery@hostname metric and celery_task_sent_total is increased in gen123 metric
Hi! Thank you for creating and supporting such a helpful project!
I have a question - we use
celery==5.2.6
and the latestcelery-exporter
(docker) and using Grafana Cloud (free version)After a week I see that ran out of free tier on Grafana and we have more then 10 000 metrics for celery!
What happened:
There're a lot of metric with
hostname=gen1234@myhostname
and only one withcelery@myhostname
Look like
gen1234
metrics are created for each thread in worker and after restart of celery worker daemon celery-exporter keep sending these metrics to prometheus even if they don't have new data. Restaring help here, so I just configured CD process and we restart celery-exporter's docker after celery workers.The question is - is there a way to filter out them from the metrics and what is their purpose?
The text was updated successfully, but these errors were encountered: