if remote_addr not in settings.ALLOWED_METRIC_SCRAPE_IPS and not is_superuser:
                return render(request, "error/403.html", {"reason": "You are not authorized to view this page."}, status=403)