feat(router): adding metrics for tracking behavior throughout the router crate (#768)

This commit is contained in:
Nishant Joshi
2023-03-21 11:03:03 +05:30
committed by GitHub
parent 1d2166cf96
commit d302b286b8
28 changed files with 487 additions and 77 deletions

View File

@ -138,6 +138,8 @@ pub enum Flow {
PayoutsCancel,
/// Payouts accounts flow.
PayoutsAccounts,
/// Payments Redirect flow.
PaymentsRedirect,
/// Refunds create flow.
RefundsCreate,
/// Refunds retrieve flow.