mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CloudWatch : Add missing AWS/ES metrics (#85210)
Adding missing ES metrics
This commit is contained in:
parent
e284812796
commit
ace1cd6301
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user