mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
This reverts commit d641bbc28e5e8cc12b81d409e5d5fc1f2cb7f66c.
This commit is contained in:
parent
091aea8379
commit
2a5a07e390
@ -1,3 +0,0 @@
|
||||
```release-note:bug
|
||||
core/activity: add namespace breakdown for new clients when date range spans multiple months, including the current month.
|
||||
```
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user