karmada/pkg/metricsadapter
chaunceyjiang 1186588d1d karmada-metrics-adapter: reduce memory usage
When there is a large amount of pod usage in the member cluster, metrics-adapter will consume a lot of memory. The reason is that it caches all the information of all pods in the cluster. However, we don't need all this information, so we trim some of the information to reduce memory usage.

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2024-04-03 16:06:45 +08:00
..
multiclient feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
provider karmada-metrics-adapter: reduce memory usage 2024-04-03 16:06:45 +08:00
OWNERS Nominate FederatedHPA feature owner 2023-07-03 16:44:07 +08:00
adapter.go karmada-metrics-adapter: reduce memory usage 2024-04-03 16:06:45 +08:00
apiserver.go feat: add license and verify license for code file 2023-11-16 11:11:21 +08:00
controller.go karmada-metrics-adapter: reduce memory usage 2024-04-03 16:06:45 +08:00