Cloudwatch: Update error code metrics for ES/OpenSearch (#78990)

Update error code metrics
This commit is contained in:
siddhikhapare 2023-12-08 20:46:30 +05:30 committed by GitHub
parent edc197ef1d
commit 1833539c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,10 @@ var NamespaceMetricsMap = map[string][]string{
"AWS/EFS": {"BurstCreditBalance", "ClientConnections", "DataReadIOBytes", "DataWriteIOBytes", "MetadataIOBytes", "PercentIOLimit", "PermittedThroughput", "TotalIOBytes", "StorageBytes", "MeteredIOBytes"},
"AWS/ELB": {"BackendConnectionErrors", "EstimatedALBActiveConnectionCount", "EstimatedALBConsumedLCUs", "EstimatedALBNewConnectionCount", "EstimatedProcessedBytes", "HTTPCode_Backend_2XX", "HTTPCode_Backend_3XX", "HTTPCode_Backend_4XX", "HTTPCode_Backend_5XX", "HTTPCode_ELB_4XX", "HTTPCode_ELB_5XX", "HealthyHostCount", "Latency", "RequestCount", "SpilloverCount", "SurgeQueueLength", "UnHealthyHostCount"},
"AWS/ES": {
"2xx, 3xx, 4xx, 5xx",
"2xx",
"3xx",
"4xx",
"5xx",
"ADAnomalyDetectorsIndexStatus.red",
"ADAnomalyDetectorsIndexStatusIndexExists",
"ADAnomalyResultsIndexStatus.red",