Skip to content

Commit

Permalink
updated metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajeetjadhav committed Jan 19, 2023
1 parent 8a7c184 commit d4f8776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/elasticache_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@ ingester aws_elasticache_cloudwatch module {
}
}

gauge "SetTypeCmdsLatency_p99" {
gauge "set_type_cmds_latency_p99" {
index = 14
input_unit = "ms"
output_unit = "ms"
aggregator = "MAX"

source cloudwatch "SetTypeCmdsLatency_p99" {
source cloudwatch "set_type_cmds_latency_p99" {
query {
aggregator = "p99"
namespace = "AWS/ElastiCache"
Expand Down

0 comments on commit d4f8776

Please sign in to comment.