-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Metricbeat] aws module rds metricset missing cpu usage #30915
Comments
Pinging @elastic/integrations (Team:Integrations) |
Ah thanks I will probably move it to its own schedule and run at 5min for now. Thank you for taking a look at it. |
I'm able to reproduce this problem locally with config:
I should be getting the CPUUtilization metric every minute for this specific database class |
How to measure the latency? The easiest way is to open CloudWatch portal and choose the metric you are interested in, in this case we choose CPUUtilization for RDS instances with |
@kaiyan-sheng taking a look at implementing this latency fix for our cluster now that were upgraded to 8, does the logic work that if i set the latency fairly high, say 10 minutes, and there are multiple metrics for that last 10 minute window that it will select the most recent version of that metric? Thank you for implementing a fix! |
Oh, just realized that latency is an existing/legacy parameter. I thought it was newly implemented 🤦 |
So even with a more than adequate latency (3 minute+) i'm not getting all the metrics. I think I might just flip over to using the cloudwatch module directly instead of relying on the rds module. |
Hello @m-standfuss 👋 Could you check the latency on AWS portal please? You can follow https://docs.elastic.co/en/integrations/aws#latency-causes-missing-metrics for that :) I would be curious to see if using the cloudwatch module directly works. It should behave the same though. Thank you!!! |
After enabling the RDS metricset for the AWS module I see the events coming across but they are missing cpu values (
aws.rds.cpu.total.pct
). This is for a normal (non-aurora) RDS Postgres db.ConfigMap for Deployment
Resulting ~/modules.d/aws_rds.yml
Example event in metricbeat index:
For confirmed bugs, please report:
image: docker.elastic.co/beats/metricbeat:7.17.1
The text was updated successfully, but these errors were encountered: