Skip to content

Commit a3cdc46

Browse files
committed
Fix OpenMetrics format
1 parent 5c2aafb commit a3cdc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export namespace MetricsExporter {
8888
}
8989
}
9090

91-
lines.push("# EOF\n");
91+
lines.push("# EOF");
9292

9393
return lines.join("\n");
9494
}

0 commit comments

Comments
 (0)