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",