mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Metrics: Add empty line at end
This commit is contained in:
@@ -41,6 +41,6 @@ def serve_metrics(request):
|
|||||||
for metric, value in m.items():
|
for metric, value in m.items():
|
||||||
output.append("{} {}".format(metric, str(value)))
|
output.append("{} {}".format(metric, str(value)))
|
||||||
|
|
||||||
content = "\n".join(output)
|
content = "\n".join(output) + "\n"
|
||||||
|
|
||||||
return HttpResponse(content)
|
return HttpResponse(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user