-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area/adminarea/statsenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue
Description
See related issues:
There are a few different cases to consider when dealing with aggregating stats when there are a large number of clusters. I don't think there is a single solution that's ideal for all of them. But I think for for the admin endpoint we should add endpoints help view stats in a single scope. So if someone has 10k clusters they can pick which cluster to look at and then bring that one in.
Any of the solutions that involve iterating over all the stats are going to involve a burst of CPU at least on the main thread, likely while holding the stats allocator lock for a long time.
A prototype scoped access solution exists in
#18670
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/adminarea/statsenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue