From 37e10173ae68247874bd4582092012572e19e573 Mon Sep 17 00:00:00 2001 From: zhihonl <61301537+zhihonl@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:03:32 -0500 Subject: [PATCH] Fix EKS integration test by removing unnecessary metric (#452) --- test/metric_value_benchmark/eks_resources/util.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/metric_value_benchmark/eks_resources/util.go b/test/metric_value_benchmark/eks_resources/util.go index 705393c78..0332fd236 100644 --- a/test/metric_value_benchmark/eks_resources/util.go +++ b/test/metric_value_benchmark/eks_resources/util.go @@ -171,7 +171,6 @@ func GetExpectedDimsToMetrics(env *environment.MetaData) map[string][]string { "container_cpu_request", "pod_cpu_usage_total", "pod_memory_working_set", - "pod_container_status_waiting_reason_crash_loop_back_off", }, "ClusterName-FullPodName-Namespace-PodName": { "pod_network_tx_bytes", @@ -203,7 +202,6 @@ func GetExpectedDimsToMetrics(env *environment.MetaData) map[string][]string { "pod_cpu_utilization_over_pod_limit", "pod_cpu_usage_total", "pod_memory_working_set", - "pod_container_status_waiting_reason_crash_loop_back_off", }, "ClusterName-Namespace-PodName": { "pod_interface_network_rx_dropped", @@ -235,7 +233,6 @@ func GetExpectedDimsToMetrics(env *environment.MetaData) map[string][]string { "pod_memory_limit", "pod_cpu_usage_total", "pod_memory_working_set", - "pod_container_status_waiting_reason_crash_loop_back_off", }, "ClusterName-InstanceId-NodeName": {