mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -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",
|
"MasterReachableFromNode",
|
||||||
"MasterSysMemoryUtilization",
|
"MasterSysMemoryUtilization",
|
||||||
"Nodes",
|
"Nodes",
|
||||||
"OpenSearchDashboardsConcurrentConnections (previously KibanaConcurrentConnections)",
|
"OpenSearchDashboardsConcurrentConnections",
|
||||||
"OpenSearchDashboardsHealthyNode (previously KibanaHealthyNode)",
|
"OpenSearchDashboardsHealthyNode",
|
||||||
"OpenSearchDashboardsHealthyNodes (previously KibanaHealthyNodes)",
|
"OpenSearchDashboardsHealthyNodes",
|
||||||
"OpenSearchDashboardsHeapTotal (previously KibanaHeapTotal)",
|
"OpenSearchDashboardsHeapTotal",
|
||||||
"OpenSearchDashboardsHeapUsed (previously KibanaHeapUsed)",
|
"OpenSearchDashboardsHeapUsed",
|
||||||
"OpenSearchDashboardsHeapUtilization (previously KibanaHeapUtilization)",
|
"OpenSearchDashboardsHeapUtilization",
|
||||||
"OpenSearchDashboardsOS1MinuteLoad (previously KibanaOS1MinuteLoad)",
|
"OpenSearchDashboardsOS1MinuteLoad",
|
||||||
"OpenSearchDashboardsRequestTotal (previously KibanaRequestTotal)",
|
"OpenSearchDashboardsRequestTotal",
|
||||||
"OpenSearchDashboardsResponseTimesMaxInMillis (previously KibanaResponseTimesMaxInMillis)",
|
"OpenSearchDashboardsResponseTimesMaxInMillis",
|
||||||
"OpenSearchRequests",
|
"OpenSearchRequests",
|
||||||
"PPLFailedRequestCountByCusErr",
|
"PPLFailedRequestCountByCusErr",
|
||||||
"PPLFailedRequestCountBySysErr",
|
"PPLFailedRequestCountBySysErr",
|
||||||
|
Loading…
Reference in New Issue
Block a user