namespace filter calculation is horrendously inefficient #2945
Labels
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
k8s
Pertains to integration with Kubernetes
performance
Excessive resource usage and latency; usually a bug or chore
The namespace filter calculation in
updateKubeFilters
trawls through (nearly) all k8s topologies. Instead we should just get the probes to tell us what namespaces exist. That does mean we'd be including empty namespaces in filters in the UI, but that surely is a price worth paying. And arguably less surprising for users.The text was updated successfully, but these errors were encountered: