CloudWatch: Fix metric names (#46929)

This commit is contained in:
Andres Martinez Gotor 2022-03-25 01:17:15 -07:00 committed by GitHub
parent 6610adf090
commit 3c5e68a349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,15 +148,15 @@ var metricsMap = map[string][]string{
"MasterReachableFromNode",
"MasterSysMemoryUtilization",
"Nodes",
"OpenSearchDashboardsConcurrentConnections (previously KibanaConcurrentConnections)",
"OpenSearchDashboardsHealthyNode (previously KibanaHealthyNode)",
"OpenSearchDashboardsHealthyNodes (previously KibanaHealthyNodes)",
"OpenSearchDashboardsHeapTotal (previously KibanaHeapTotal)",
"OpenSearchDashboardsHeapUsed (previously KibanaHeapUsed)",
"OpenSearchDashboardsHeapUtilization (previously KibanaHeapUtilization)",
"OpenSearchDashboardsOS1MinuteLoad (previously KibanaOS1MinuteLoad)",
"OpenSearchDashboardsRequestTotal (previously KibanaRequestTotal)",
"OpenSearchDashboardsResponseTimesMaxInMillis (previously KibanaResponseTimesMaxInMillis)",
"OpenSearchDashboardsConcurrentConnections",
"OpenSearchDashboardsHealthyNode",
"OpenSearchDashboardsHealthyNodes",
"OpenSearchDashboardsHeapTotal",
"OpenSearchDashboardsHeapUsed",
"OpenSearchDashboardsHeapUtilization",
"OpenSearchDashboardsOS1MinuteLoad",
"OpenSearchDashboardsRequestTotal",
"OpenSearchDashboardsResponseTimesMaxInMillis",
"OpenSearchRequests",
"PPLFailedRequestCountByCusErr",
"PPLFailedRequestCountBySysErr",