Skip to content

Commit ace1cd6

Browse files
authored
CloudWatch : Add missing AWS/ES metrics (#85210)
Adding missing ES metrics
1 parent e284812 commit ace1cd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/tsdb/cloudwatch/constants/metrics.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ var NamespaceMetricsMap = map[string][]string{
135135
"IndexingLatency",
136136
"IndexingRate",
137137
"InvalidHostHeaderRequests",
138+
"IopsThrottle",
138139
"JVMGCOldCollectionCount",
139140
"JVMGCOldCollectionTime",
140141
"JVMGCYoungCollectionCount",
@@ -187,6 +188,7 @@ var NamespaceMetricsMap = map[string][]string{
187188
"MasterOldGenJVMMemoryPressure",
188189
"MasterReachableFromNode",
189190
"MasterSysMemoryUtilization",
191+
"MaxProvisionedThroughput",
190192
"Nodes",
191193
"OldGenJVMMemoryPressure",
192194
"OpenSearchDashboardsConcurrentConnections",

0 commit comments

Comments
 (0)