Skip to content

Commit

Permalink
eth treasury: metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
EnormousCloud committed Jun 6, 2023
1 parent 3485f47 commit 1182a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default async function handler(
out.push("# HELP treasury_usdc: USDC tokens in the treasury");
out.push("# TYPE treasury_usdc: gauge");
out.push('treasury_usdc{name="' + ttype + '"} ' + valueUSDC);
out.push("# HELP treasury_usdc: ETH balance in the treasury");
out.push("# TYPE treasury_usdc: gauge");
out.push("# HELP treasury_eth: ETH balance in the treasury");
out.push("# TYPE treasury_eth: gauge");
out.push('treasury_eth{name="' + ttype + '"} ' + valueETH);
}

Expand Down

0 comments on commit 1182a00

Please sign in to comment.