interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
234 stars 83 forks source link

Track transaction time per outgoing payment #2735

Closed mkurapov closed 2 months ago

mkurapov commented 4 months ago

Context

We want to track how long an Open Payments outgoing payment takes to complete. For now, we will not differentiate between payments at the local rafiki (the incoming payment is at the same rafiki), or a remote rafiki (where the incoming payment is at a different rafiki).

Note: we only care about "completed" outgoing payments, not partially completed, or failed ones.

Tasks