Skip to content

Commit

Permalink
updated unit for read latency to ms for rds
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajeetjadhav committed Apr 25, 2023
1 parent ebeea5c commit ff11f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/rds_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ingester aws_rds_cloudwatch module {

gauge "read_latency" {
index = 4
input_unit = "s"
input_unit = "ms"
output_unit = "ms"
aggregator = "AVG"
source cloudwatch "read_latency" {
Expand Down

0 comments on commit ff11f67

Please sign in to comment.