From 18db3762f8c13387c5a4fb47dd6d1d1e6e330191 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:30:09 +0100 Subject: [PATCH] [v11.0.x] CloudWatch : Add missing AWS/ES metrics (#86271) CloudWatch : Add missing AWS/ES metrics (#85210) Adding missing ES metrics (cherry picked from commit ace1cd63013cbb1fc2c451d61b974a30c8ab8758) Co-authored-by: Pablo <2617411+thepalbi@users.noreply.github.com> --- 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",