CloudWatch : Add missing AWS/ES metrics (#85210)

Adding missing ES metrics
This commit is contained in:
Pablo 2024-03-26 17:37:07 -03:00 committed by GitHub
parent e284812796
commit ace1cd6301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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