Skip to content

Commit

Permalink
Fix EKS integration test by removing unnecessary metric (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl authored Jan 16, 2025
1 parent df584e5 commit 37e1017
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/metric_value_benchmark/eks_resources/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 37e1017

Please sign in to comment.