Skip to content

Commit

Permalink
Updating integration test for new pod level metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
pkkokane28 committed Aug 15, 2024
1 parent 75c23d9 commit 86bacd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/metric_value_benchmark/eks_resources/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ func GetExpectedDimsToMetrics(env *environment.MetaData) map[string][]string {
"pod_memory_utilization",
"pod_number_of_running_containers",
"pod_status_scheduled",
"pod_cpu_usage_total",
"pod_memory_working_set",
},
"ClusterName-Namespace": {
"pod_interface_network_rx_dropped",
Expand All @@ -269,6 +271,8 @@ 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 86bacd2

Please sign in to comment.