diff --git a/test/metric_value_benchmark/eks_resources/util.go b/test/metric_value_benchmark/eks_resources/util.go index 4a691539f..3ea59a1a0 100644 --- a/test/metric_value_benchmark/eks_resources/util.go +++ b/test/metric_value_benchmark/eks_resources/util.go @@ -258,6 +258,8 @@ func GetExpectedDimsToMetrics(env *environment.MetaData) map[string][]string { "pod_memory_utilization", "pod_number_of_running_containers", "pod_status_scheduled", + "pod_cpu_usage_total", + "pod_memory_working_set", }, "ClusterName-Namespace": { "pod_interface_network_rx_dropped", @@ -269,6 +271,8 @@ func GetExpectedDimsToMetrics(env *environment.MetaData) map[string][]string { "pod_interface_network_tx_dropped", "pod_cpu_utilization", "pod_network_tx_bytes", + "pod_cpu_usage_total", + "pod_memory_working_set", }, }