fix(health): evict deleted sites from the aggregator on the periodic site refresh
This commit is contained in:
+3
@@ -166,5 +166,8 @@ public class SiteHealthKpiSampleSourceTests
|
||||
|
||||
public void MarkHeartbeat(string siteId, DateTimeOffset receivedAt) =>
|
||||
throw new NotSupportedException();
|
||||
|
||||
public void PruneUnknownSites(IReadOnlyCollection<string> knownSiteIds) =>
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user