We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django_http_requests_before_middlewares_total is a counter, but why sometimes it goes down? Maybe this is not issue, just discuss.
The text was updated successfully, but these errors were encountered:
and also django_http_requests_latency_including_middlewares_seconds_sum
Sorry, something went wrong.
Maybe this reason: https://github.com/korfuri/django-prometheus/blob/master/documentation/exports.md#exporting-metrics-in-a-wsgi-application-with-multiple-processes-globally
Hey @luoxiaopeng setting the PROMETHEUS_MULTIPROC_DIR=/tmp environment variable for my dockerized Django app solves the mentioned issue!
PROMETHEUS_MULTIPROC_DIR=/tmp
No branches or pull requests
django_http_requests_before_middlewares_total is a counter, but why sometimes it goes down?
Maybe this is not issue, just discuss.
The text was updated successfully, but these errors were encountered: