mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
CloudWatch: Fix metric names (#46929)
This commit is contained in:
parent
6610adf090
commit
3c5e68a349
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user