From fc378a866b836bc8f75ce5987b978643305bb7c0 Mon Sep 17 00:00:00 2001 From: koekiebox Date: Wed, 14 Aug 2024 16:50:11 -0600 Subject: [PATCH] feat(2737): readme. --- packages/documentation/src/content/docs/telemetry/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/src/content/docs/telemetry/overview.md b/packages/documentation/src/content/docs/telemetry/overview.md index 0e37efdd82..71590422ae 100644 --- a/packages/documentation/src/content/docs/telemetry/overview.md +++ b/packages/documentation/src/content/docs/telemetry/overview.md @@ -70,7 +70,7 @@ Currently collected metrics: - `transactions_amount` - Counter metric - Description: “Amount sent through the network”. - This amount metric increases by the amount sent in each ILP packet. -- `payment_fees` - Counter metric +- `transaction_fee_amounts` - Counter metric - Description: “Fee amount sent through the network”. - This fee amount metric increases by the (amount sent minus amount received) for an outgoing payment. - `ilp_pay_time_ms` - Histogram metric