Fix metrics encoding
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue