Skip to content

Commit

Permalink
Revert "Add new clients into the monthly breakdown (#18629)" (#18726)
Browse files Browse the repository at this point in the history
This reverts commit d641bbc.
  • Loading branch information
peteski22 committed Jan 16, 2023
1 parent 091aea8 commit 2a5a07e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions changelog/18629.txt

This file was deleted.

1 change: 0 additions & 1 deletion vault/activity_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,6 @@ func (a *ActivityLog) handleQuery(ctx context.Context, startTime, endTime time.T
a.logger.Warn("no month data found, returning query with no namespace attribution for current month")
} else {
currentMonth.Namespaces = currentMonthNamespaceAttribution[0].Namespaces
currentMonth.NewClients = currentMonthNamespaceAttribution[0].NewClients
}
pq.Months = append(pq.Months, currentMonth)
distinctEntitiesResponse += pq.Months[len(pq.Months)-1].NewClients.Counts.EntityClients
Expand Down

0 comments on commit 2a5a07e

Please sign in to comment.