We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e284812 commit ace1cd6Copy full SHA for ace1cd6
pkg/tsdb/cloudwatch/constants/metrics.go
@@ -135,6 +135,7 @@ var NamespaceMetricsMap = map[string][]string{
135
"IndexingLatency",
136
"IndexingRate",
137
"InvalidHostHeaderRequests",
138
+ "IopsThrottle",
139
"JVMGCOldCollectionCount",
140
"JVMGCOldCollectionTime",
141
"JVMGCYoungCollectionCount",
@@ -187,6 +188,7 @@ var NamespaceMetricsMap = map[string][]string{
187
188
"MasterOldGenJVMMemoryPressure",
189
"MasterReachableFromNode",
190
"MasterSysMemoryUtilization",
191
+ "MaxProvisionedThroughput",
192
"Nodes",
193
"OldGenJVMMemoryPressure",
194
"OpenSearchDashboardsConcurrentConnections",
0 commit comments