Skip to content

Commit

Permalink
Cloudwatch: Update error code metrics for ES/OpenSearch (grafana#78990)
Browse files Browse the repository at this point in the history
Update error code metrics
  • Loading branch information
siddhikhapare authored Dec 8, 2023
1 parent edc197e commit 1833539
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/tsdb/cloudwatch/constants/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1833539

Please sign in to comment.