Commit ab69ba9f authored by Piotr Skorupa's avatar Piotr Skorupa

Add license_billable_users to Usage Ping for EE

parent ec469871
---
key_path: license_billable_users
name: billable_users
description: Count of all billable users (active users excluding bots and guests).
product_section: growth
product_stage: growth
product_group: group::product intelligence
product_category: collection
value_type: string
status: implemented
milestone: "14.0"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62850
time_frame: all
data_source: database
distribution:
- ee
tier:
- premium
- ultimate
......@@ -97,6 +97,7 @@ module EE
# rubocop: enable UsageData/LargeTable
usage_data[:licensee] = license.licensee
usage_data[:license_user_count] = license.restricted_user_count
usage_data[:license_billable_user_count] = license.daily_billable_users_count
usage_data[:license_starts_at] = license.starts_at
usage_data[:license_expires_at] = license.expires_at
usage_data[:license_plan] = license.plan
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment