django-commons/django-prometheus

django_http_requests_before_middlewares_total,Shouldn't this indicator be a line that keeps rising?

Opened this issue · 3 comments

django_http_requests_before_middlewares_total is a counter, but why sometimes it goes down?
Xnip2023-12-07_13-38-16
Maybe this is not issue, just discuss.

and also django_http_requests_latency_including_middlewares_seconds_sum

Hey @luoxiaopeng setting the PROMETHEUS_MULTIPROC_DIR=/tmp environment variable for my dockerized Django app solves the mentioned issue!