Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metrics UI] Add AWS Cloudwatch dimensions to groups filter in Metrics Explorer #52646

Closed
sorantis opened this issue Dec 10, 2019 · 3 comments · Fixed by #53624
Closed

[Metrics UI] Add AWS Cloudwatch dimensions to groups filter in Metrics Explorer #52646

sorantis opened this issue Dec 10, 2019 · 3 comments · Fixed by #53624
Labels
enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services

Comments

@sorantis
Copy link

The aws.metrics.* metrics are generated by the CloudWatch metricset. This metricset is generic, meaning that it can collect any AWS metrics exposed by CloudWatch by simply using a respective namespace for the interested service. Right now Metrics Explorer's group-by filter only shows default options (cloud, event, etc.). Add aws.cloudwatch.dimensions.* to the allowed list of filters for the aws.metrics.* metrics.
Screen Shot 2019-12-10 at 17 08 43

@sorantis sorantis added enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Dec 10, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

@kaiyan-sheng
Copy link
Contributor

With the change in elastic/beats#14653, aws.dimensions.* will be the filter and also aws.metrics.* will be changed as well to add namespaces into the metric name like aws.ebs.metrics.BurstBalance.avg.

@kaiyan-sheng
Copy link
Contributor

@sorantis @simianhacker We just pushed a breaking change in for cloudwatch metricset to change the mapping: elastic/beats#15245 in order to make it easier to see which namespace these metrics are for. (cc @exekias)

Mapping change:
aws.cloudwatch.metrics.BurstBalance.avg -> aws.ebs.metrics.BurstBalance.avg
aws.cloudwatch.dimensions.VolumeId -> aws.dimensions.VolumeId

Sorry for the inconvenience 😂 There are probably some changes need to be made on the Metrics Explorer UI side because of this.

@zube zube bot removed the [zube]: Done label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants