From d2315594c4010e85cac2011d1e675629a21c7fe0 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Sun, 16 Jun 2019 14:50:05 -0700 Subject: [PATCH] add mapping for DeadLetterInvocations to CloudWatch Events --- atlas-poller-cloudwatch/src/main/resources/events.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/atlas-poller-cloudwatch/src/main/resources/events.conf b/atlas-poller-cloudwatch/src/main/resources/events.conf index af8f78284..c12cdb9c8 100644 --- a/atlas-poller-cloudwatch/src/main/resources/events.conf +++ b/atlas-poller-cloudwatch/src/main/resources/events.conf @@ -12,6 +12,11 @@ atlas { ] metrics = [ + { + name = "DeadLetterInvocations" + alias = "aws.events.deadLetterInvocations" + conversion = "sum,rate" + }, { name = "Invocations" alias = "aws.events.invocations"