Skip to content

Commit 5ed1d75

Browse files
committed
ref: Add total quantity
1 parent 522eac3 commit 5ed1d75

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

proto/sentry_protos/billing/v1/services/usage_pricer/v1/endpoint_usage_pricer.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ message LineItemUsageSummary {
5757
// the payg_budget_exhausted field is true for all line items
5858
// however, the plan still includes 5GB of free logs, so reserved_budget_exhausted is false for logs.
5959
bool reserved_budget_exhausted = 5;
60+
61+
// Total units consumed by this line item in the billing period, including
62+
// both reserved and PAYG usage (in the line item's units). Unlike `quantity`,
63+
// this is not reduced by the reserved amount.
64+
uint64 total_quantity = 6;
6065
}
6166

6267
message SharedLineItemUsageSummary {

0 commit comments

Comments
 (0)