An OpsTenantUsage record measures how much a single workspace used a single product over a window of time. It ties to a tenantId and productSlug, then captures consumption: objectBytes and dbBytes (with a precise dbBytesExact) for storage, rowCount for data volume, and activeUsers and apiCalls for engagement. The featureFlags field notes which capabilities were active, while periodStart and periodEnd bound the measurement. These rows feed usage-based billing, capacity planning, and per-tenant dashboards.
Technical section
Data model, API, and internals — visible to developers.
