Skip to content

Commit

Permalink
fixup: Remove redundant 'Action' in action metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-agoric committed Jan 24, 2025
1 parent 9531d7a commit bdd8e51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/SwingSet/src/kernel/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ export const KERNEL_STATS_SUM_METRICS = /** @type {const} */ ([
description: 'Total number of VBANK_BALANCE_UPDATE actions',
},
{
key: 'actionWalletAction',
name: 'action_wallet_action_total',
description: 'Total number of WALLET_ACTION actions',
key: 'actionWallet',
name: 'action_wallet_total',
description: 'Total number of WALLET_ACION actions',
},
{
key: 'actionWalletSpendAction',
name: 'action_wallet_spend_action_total',
key: 'actionWalletSpend',
name: 'action_wallet_spend_total',
description: 'Total number of WALLET_SPEND_ACTION actions',
},
]);
Expand Down

0 comments on commit bdd8e51

Please sign in to comment.