Skip to content

Commit

Permalink
updated status_5xx to gauge for alb_endpoit
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajeetjadhav committed Mar 11, 2023
1 parent c29beba commit 1343c69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/aws/alb_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ingester aws_alb_cloudwatch module {
}
}

gauge status_5xx {
gauge "status_5xx" {
index = 16
input_unit = "count"
output_unit = "count"
Expand Down Expand Up @@ -472,8 +472,8 @@ ingester aws_alb_endpoint_cloudwatch module {
}
}
}
status_histo status_5xx {
index = 5
gauge "status_5xx" {
index = 16
input_unit = "count"
output_unit = "count"
aggregator = "SUM"
Expand All @@ -490,6 +490,7 @@ ingester aws_alb_endpoint_cloudwatch module {
}
}
}

status_histo status_4xx {
index = 4
input_unit = "count"
Expand Down

0 comments on commit 1343c69

Please sign in to comment.