Skip to content

Commit

Permalink
Fix typos in GM for AWSELASTICACHEREDISCLUSTER (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Reina authored Feb 24, 2021
1 parent b4b4daa commit d578259
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cpuUtilization:
title: CPU utilizacion (%)
title: CPU utilization (%)
query:
select: average(provider.cpuUtilization.Average)
from: DatastoreSample
where: provider='ElastiCacheRedisCluster'
facet: entityName
eventId: entityGuid
engineCpuUtilization:
title: Egine CPU utilization (%)
title: Engine CPU utilization (%)
query:
select: average(provider.engineCpuUtilization.Average)
from: DatastoreSample
Expand Down

0 comments on commit d578259

Please sign in to comment.