August 22, 2026 · 8 min read
Designing Billing Meters: Value Types, Units, and the Four Aggregations That Decide the Invoice
A billing meter is a small schema decision with invoice-sized consequences: value type, aggregation (sum, count, max, unique_count), and unit decide what you can ever bill. What each aggregation means, the mistakes that force re-metering, and the five lines to write down before your first event.
Read →