Skip to content

Commit

Permalink
Correct cpu credit balance metric name (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereOverfl0w authored and aknysh committed Dec 12, 2018
1 parent 24220dc commit af8eb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "aws_cloudwatch_metric_alarm" "cpu_credit_balance_too_low" {
alarm_name = "cpu_credit_balance_too_low"
comparison_operator = "LessThanThreshold"
evaluation_periods = "1"
metric_name = "CPUUtilization"
metric_name = "CPUCreditBalance"
namespace = "AWS/RDS"
period = "600"
statistic = "Average"
Expand Down

0 comments on commit af8eb7a

Please sign in to comment.