Skip to content

Commit

Permalink
remove var
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 20, 2024
1 parent a8f40e2 commit 2fb3b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/awsservice/cloudwatchmetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func CheckMetricAboveZero(
for _, datapoint := range data.Datapoints {
if *datapoint.Maximum > 0 {
if !containerInsights {
log.Printf("Found value above zero for node: %s", *metric.Dimensions[0].Value)
log.Printf("Found value above zero")
}
return true, nil
}
Expand Down

0 comments on commit 2fb3b53

Please sign in to comment.