From ace1cd63013cbb1fc2c451d61b974a30c8ab8758 Mon Sep 17 00:00:00 2001 From: Pablo <2617411+thepalbi@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:37:07 -0300 Subject: [PATCH] CloudWatch : Add missing AWS/ES metrics (#85210) Adding missing ES metrics --- pkg/tsdb/cloudwatch/constants/metrics.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/tsdb/cloudwatch/constants/metrics.go b/pkg/tsdb/cloudwatch/constants/metrics.go index 1e9a5827af4..6608957ef69 100644 --- a/pkg/tsdb/cloudwatch/constants/metrics.go +++ b/pkg/tsdb/cloudwatch/constants/metrics.go @@ -135,6 +135,7 @@ var NamespaceMetricsMap = map[string][]string{ "IndexingLatency", "IndexingRate", "InvalidHostHeaderRequests", + "IopsThrottle", "JVMGCOldCollectionCount", "JVMGCOldCollectionTime", "JVMGCYoungCollectionCount", @@ -187,6 +188,7 @@ var NamespaceMetricsMap = map[string][]string{ "MasterOldGenJVMMemoryPressure", "MasterReachableFromNode", "MasterSysMemoryUtilization", + "MaxProvisionedThroughput", "Nodes", "OldGenJVMMemoryPressure", "OpenSearchDashboardsConcurrentConnections",