Skip to content

Commit 7f6074b

Browse files
committed
show unique users
1 parent 689f77a commit 7f6074b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/_ufs_statistic.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ async function onDocumentEnd() {
398398
h1.innerHTML = `${allLogs.length} logs (~${_logsPerHour} logs/hour)<br/>
399399
${eventNameCount.size} unique events<br/><br/>
400400
${scriptUsedTotalCount} scripts used (~${_scriptsPerHour} scripts/hour)<br/>
401-
${scriptsUsed.size} unique scripts`;
401+
${scriptsUsed.size} unique scripts<br/><br/>
402+
${logByUid.size} unique users`;
402403

403404
// ======================== Append Charts ========================
404405
container.prepend(

0 commit comments

Comments
 (0)