Skip to content

Commit

Permalink
updating efs connections aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-hirani committed Apr 27, 2022
1 parent 12377fa commit 8452ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/efs.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8452ed6

Please sign in to comment.