NumUsers in VersionMetricSummary (see here) exists along side of Count in SummaryOverUsers and SummaryOverTransactions (see here)
My original impressions was that NumUsers may be different from Count. However, if we intended to add 0s for metrics over users for users that did not set any metrics (lookup()), then the Count for SummaryOverUsers should always equal NumUsers.
If that is the case, then NumUsers may be redundant and could be removed.
NumUsers
inVersionMetricSummary
(see here) exists along side ofCount
inSummaryOverUsers
andSummaryOverTransactions
(see here)My original impressions was that
NumUsers
may be different fromCount
. However, if we intended to add 0s for metrics over users for users that did not set any metrics (lookup()
), then theCount
forSummaryOverUsers
should always equalNumUsers
.If that is the case, then
NumUsers
may be redundant and could be removed.