Skip to content

Commit

Permalink
rds: commenting % metrics temp
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-hirani committed Feb 25, 2022
1 parent c33e058 commit 9074499
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions modules/aws/rds_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,43 +57,43 @@ ingester aws_rds_logical_cloudwatch module {
}
}

gauge "ebs_io_balance" {
index = 6
input_unit = "percentage"
output_unit = "percentage"
aggregator = "MIN"

source cloudwatch "ebs_io_balance" {
query {
aggregator = "Minimum"
namespace = "AWS/RDS"
metric_name = "EBSIOBalance%"

dimensions = {
"DBInstanceIdentifier" = "$input{DBInstanceIdentifier}"
}
}
}
}

gauge "ebs_byte_balance" {
index = 7
input_unit = "percentage"
output_unit = "percentage"
aggregator = "MIN"

source cloudwatch "ebs_byte_balance" {
query {
aggregator = "Minimum"
namespace = "AWS/RDS"
metric_name = "EBSByteBalance%"

dimensions = {
"DBInstanceIdentifier" = "$input{DBInstanceIdentifier}"
}
}
}
}
// gauge "ebs_io_balance" {
// index = 6
// input_unit = "percentage"
// output_unit = "percentage"
// aggregator = "MIN"

// source cloudwatch "ebs_io_balance" {
// query {
// aggregator = "Minimum"
// namespace = "AWS/RDS"
// metric_name = "EBSIOBalance%"

// dimensions = {
// "DBInstanceIdentifier" = "$input{DBInstanceIdentifier}"
// }
// }
// }
// }

// gauge "ebs_byte_balance" {
// index = 7
// input_unit = "percentage"
// output_unit = "percentage"
// aggregator = "MIN"

// source cloudwatch "ebs_byte_balance" {
// query {
// aggregator = "Minimum"
// namespace = "AWS/RDS"
// metric_name = "EBSByteBalance%"

// dimensions = {
// "DBInstanceIdentifier" = "$input{DBInstanceIdentifier}"
// }
// }
// }
// }

gauge "burst_balance" {
index = 14
Expand Down

0 comments on commit 9074499

Please sign in to comment.