Fix metrics encoding

pull/1/head
Luca 2 years ago
parent f076154ab0
commit ad52a9b9fe

@ -98,6 +98,6 @@ def metrics(request):
) )
) )
) )
response.headers["Content-Type"] = "text/plain" response.headers["Content-Type"] = "text/plain; charset=utf-8"
return response return response

Loading…
Cancel
Save