We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cdc46 commit 1332b50Copy full SHA for 1332b50
src/metrics.ts
@@ -38,8 +38,7 @@ export namespace MetricsExporter {
38
"# HELP portfolio_assets Total number of assets in the portfolio",
39
"# TYPE portfolio_assets gauge",
40
"# HELP portfolio_currency_percentage Percentage of portfolio value by currency",
41
- "# TYPE portfolio_currency_percentage gauge",
42
- ""
+ "# TYPE portfolio_currency_percentage gauge"
43
);
44
}
45
0 commit comments