django-commons/django-prometheus

RAM keeps going up when scraping metrics

Opened this issue · 0 comments

Hi,

Once I instruct Prometheus to scrape django /metrics endpoint, Django memory usage starts to slowly creep up, until its OOM.

If I disable Django endpoint in Prometheus, memory usage stays stable.
Any ideas what is that happening?

image