Skip to content

Commit

Permalink
update list of metrics used for metric benchmark validations (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Dec 3, 2024
1 parent e3509ca commit 070c37d
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 070c37d

Please sign in to comment.