Skip to content

Commit 16c6c32

Browse files
chore: Regenerate Rust bindings
1 parent 5ed1d75 commit 16c6c32

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/src/sentry_protos.billing.v1.services.usage_pricer.v1.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ pub struct LineItemUsageSummary {
110110
/// however, the plan still includes 5GB of free logs, so reserved_budget_exhausted is false for logs.
111111
#[prost(bool, tag = "5")]
112112
pub reserved_budget_exhausted: bool,
113+
/// Total units consumed by this line item in the billing period, including
114+
/// both reserved and PAYG usage (in the line item's units). Unlike `quantity`,
115+
/// this is not reduced by the reserved amount.
116+
#[prost(uint64, tag = "6")]
117+
pub total_quantity: u64,
113118
}
114119
#[derive(Clone, PartialEq, ::prost::Message)]
115120
pub struct SharedLineItemUsageSummary {

0 commit comments

Comments
 (0)