Skip to content

Commit

Permalink
update list of metrics used for validations
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed Dec 3, 2024
1 parent 618d981 commit 65e27b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/metric_value_benchmark/eks_resources/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
},
}

Expand Down

0 comments on commit 65e27b7

Please sign in to comment.