Lifecycle
Unit: count
Higher is better
About This Metric
Customers with statusText of 'Active'. This is the primary operational customer count used for most metrics and capacity planning.
Formula
COUNT(customers where statusText = 'Active')Code Expression
customers.filter(c => c.statusText === 'Active').lengthData Sources
- diamond-customers
statusText
Tags
#customers
#active
#count
Calculation Source
Real-time (Cosmos DB)
