mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 09:50:21 +08:00
Exclude unknown providers from usage aggregations
This commit is contained in:
@@ -780,6 +780,7 @@ async fn dashboard_load_user_counts(
|
||||
created_until_unix_secs,
|
||||
group_by: UsageAuditAggregationGroupBy::User,
|
||||
limit: 10_000,
|
||||
exclude_reserved_provider_labels: false,
|
||||
})
|
||||
.await?;
|
||||
let count = fallback.len() as u64;
|
||||
|
||||
Reference in New Issue
Block a user