Active Customers

The count of customers currently receiving service with an active status.

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').length

Data Sources

  • diamond-customers
    statusText

More in Lifecycle

View all