-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track network/conversion fees #2737
Comments
We are going to want to calculate the difference before sending it off. |
We'll need to add this info to Grafana for visualisation as well. |
Adding link to comment made regarding |
Context
We want to track the network/conversion fees that occurred for a particular outgoing payment.
We should have a new metric
payment_fees
, that is incremented by the following:outgoingPayment.sentAmount - outgoingPayment.receiveAmount
. Both of the amounts need to be converted to a base currency, how we currently do for thetransactions_amount
metric.PR:
#2831
The text was updated successfully, but these errors were encountered: