Skip to content

Commit

Permalink
thank you ai
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Oct 18, 2024
1 parent ddcfa9b commit 7829c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/common/dashboards_email.tf
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ resource "aws_cloudwatch_dashboard" "email-bounce_rate" {
"type": "metric",
"properties": {
"metrics": [
[ { "expression": "100 * m1 / (m2 + 1)", "label": "Notify bounce rate", "id": "e1", "region": "${var.region}", "period": 900 } ],
[ { "expression": "100 * m1 / m2", "label": "Notify bounce rate", "id": "e1", "region": "${var.region}", "period": 900 } ],
[ "AWS/SES", "Bounce", { "color": "#1f77b4", "region": "${var.region}", "id": "m1", "visible": false } ],
[ ".", "Send", { "id": "m2", "region": "${var.region}", "yAxis": "right", "label": "Total sent", "visible": false } ]
],
Expand Down Expand Up @@ -451,7 +451,7 @@ resource "aws_cloudwatch_dashboard" "email-bounce_rate" {
"x": 0,
"type": "text",
"properties": {
"markdown": "# Notes\n\n\nThe Notify bounce rate is the percentage of emails from Notify that failed (for any reason).\n\n\nThe SES reputation bounce rate is a rolling score based on hard bounces (ie not including emails to addresses on our supression list).\n"
"markdown": "# Notes\nThe Notify bounce rate is the percentage of emails from Notify that failed (for any reason).\n\nThe SES reputation bounce rate is a rolling score based on hard bounces (ie not including emails to addresses on our supression list).\n"
}
},
{
Expand Down

0 comments on commit 7829c22

Please sign in to comment.