Skip to content

Commit 1332b50

Browse files
committed
Fix OpenMetrics format
1 parent a3cdc46 commit 1332b50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/metrics.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ export namespace MetricsExporter {
3838
"# HELP portfolio_assets Total number of assets in the portfolio",
3939
"# TYPE portfolio_assets gauge",
4040
"# HELP portfolio_currency_percentage Percentage of portfolio value by currency",
41-
"# TYPE portfolio_currency_percentage gauge",
42-
""
41+
"# TYPE portfolio_currency_percentage gauge"
4342
);
4443
}
4544

0 commit comments

Comments
 (0)