django-prometheus
django-prometheus copied to clipboard
RAM keeps going up when scraping metrics
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?