From 77fe7d9727452501a482f93abcef3760601616eb Mon Sep 17 00:00:00 2001 From: Hyunsoo Kim <884273+movence@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:43:50 -0500 Subject: [PATCH] update list of metrics used for metric benchmark validations (#440) --- test/metric_value_benchmark/eks_resources/util.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/metric_value_benchmark/eks_resources/util.go b/test/metric_value_benchmark/eks_resources/util.go index 3e996a60e..705393c78 100644 --- a/test/metric_value_benchmark/eks_resources/util.go +++ b/test/metric_value_benchmark/eks_resources/util.go @@ -171,6 +171,7 @@ 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", @@ -202,6 +203,7 @@ 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", @@ -233,6 +235,7 @@ 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": { @@ -301,8 +304,6 @@ 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", }, }