From 8452ed6c07664cdaff929ae5e634789e348b165a Mon Sep 17 00:00:00 2001 From: Saurabh Hirani Date: Wed, 27 Apr 2022 15:58:03 +0530 Subject: [PATCH] updating efs connections aggregator --- modules/aws/efs.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aws/efs.hcl b/modules/aws/efs.hcl index 6273d11..2d08386 100644 --- a/modules/aws/efs.hcl +++ b/modules/aws/efs.hcl @@ -161,10 +161,10 @@ ingester aws_efs_cloudwatch module { index = 8 input_unit = "count" output_unit = "count" - aggregator = "SUM" + aggregator = "MAX" source cloudwatch "connections" { query { - aggregator = "Sum" + aggregator = "Maximum" namespace = "AWS/EFS" metric_name = "ClientConnections"