diff --git a/packages/SwingSet/src/kernel/metrics.js b/packages/SwingSet/src/kernel/metrics.js index 769a7272dfc..c3b45c20de1 100644 --- a/packages/SwingSet/src/kernel/metrics.js +++ b/packages/SwingSet/src/kernel/metrics.js @@ -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', }, ]);