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
If you havent got a working database yet while testing, it manage.py crashes because the prometheus bit is trying to access the database tables before theyve been created
If you havent got a working database yet while testing, it manage.py crashes because the prometheus bit is trying to access the database tables before theyve been created
These lines at the bottom of /api/views.py
REGISTRY.register(MetricsCollector())
def metrics(request):
return HttpResponse(generate_latest())
The text was updated successfully, but these errors were encountered: