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

[AWS] Dashboards are using wrong field names #3703

Closed
kaiyan-sheng opened this issue Jul 13, 2022 · 1 comment · Fixed by #3799
Closed

[AWS] Dashboards are using wrong field names #3703

kaiyan-sheng opened this issue Jul 13, 2022 · 1 comment · Fixed by #3799
Labels
bug Something isn't working, use only for issues Integration:aws AWS Stalled

Comments

@kaiyan-sheng
Copy link
Contributor

Some visualization fields are referenced that don't exist in the actual data in AWS integration. For example in the "Cloudwatch Lambda Errors Top5" visualization, it is referencing the field aws.lambda.metrics.Errors, but this field doesn't exist. We should be using aws.lambda.metrics.Errors.avg instead. Similarly, we are using aws.lambda.metrics.Throttles in the dashboard as well.

Similar problem: for elb,aws.elb.metrics.RequestCount in the vis vs aws.elb.metrics.RequestCount.sum in the documentation and in the index template. Cloudwatch Memory Available [Metrics AWS] is using multiple fields such as aws.ecs.metrics.MemoryUlitization which does not exist. Also same problem with the fields starting with aws.metworkfirewall.metrics.

screenshot_2022-07-12_at_14 59 08

@botelastic
Copy link

botelastic bot commented Aug 23, 2023

Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Aug 23, 2023
@botelastic botelastic bot closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, use only for issues Integration:aws AWS Stalled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant