[elasticsearch] Incorrect Search/IndexingLatency metrics #11174
Labels
@aws-cdk/aws-elasticsearch
Related to Amazon Elasticsearch Service
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
in-progress
This issue is being actively worked on.
p1
The metrics used are currently incorrect, i.e.
SearchLatencyP99
should beSearchLatency
IndexingLatencyP99
should beIndexingLatency
Code:
aws-cdk/packages/@aws-cdk/aws-elasticsearch/lib/domain.ts
Lines 1035 to 1051 in 33ce50f
Metrics documentation: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains-cloudwatchmetrics.html
Reproduction Steps
What did you expect to happen?
Create alarms using
Metric
s with the related CloudWatch metrics.What actually happened?
Got alarms using invalid
Metric
s that don't display anything as the metric names do not exist.Environment
Other
Originally added in #8369
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: