From d578259a5207000b6838c8fabfe1a545401dcb17 Mon Sep 17 00:00:00 2001 From: Toni Reina Date: Wed, 24 Feb 2021 15:15:53 +0100 Subject: [PATCH] Fix typos in GM for AWSELASTICACHEREDISCLUSTER (#99) --- .../infra-awselasticacherediscluster/golden_metrics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/infra-awselasticacherediscluster/golden_metrics.yml b/definitions/infra-awselasticacherediscluster/golden_metrics.yml index 62644648f..5d05745f8 100644 --- a/definitions/infra-awselasticacherediscluster/golden_metrics.yml +++ b/definitions/infra-awselasticacherediscluster/golden_metrics.yml @@ -1,5 +1,5 @@ cpuUtilization: - title: CPU utilizacion (%) + title: CPU utilization (%) query: select: average(provider.cpuUtilization.Average) from: DatastoreSample @@ -7,7 +7,7 @@ cpuUtilization: facet: entityName eventId: entityGuid engineCpuUtilization: - title: Egine CPU utilization (%) + title: Engine CPU utilization (%) query: select: average(provider.engineCpuUtilization.Average) from: DatastoreSample