-
Notifications
You must be signed in to change notification settings - Fork 464
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
Incorrect Fields Leveraged for AWS RDS Dashboard #5117
Comments
Hi @TristanMa, reviewing the fields that the RDS integration should output I'm working on reproducing the 3 issues you mention. |
I backtracked the changes adding I also confirmed that |
@TristanMa what version of the agent did you use when hit the bug?
this is a problem of the underlaying metricbeat version, and it come from a bug introduced in 8.6.0 and fixed here the same bug produced different separated events for each of the metrics (so for example, one with could you try to reproduce with 8.5 and 8.7bc1? thanks |
@aspacca I can confirm that the AWS integration for RDS works as intended for the AWS version 1.28 running on an 8.4 cluster. Let me try it out on an 8.7 build |
Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as |
I believe that the OOTB AWS RDS Dashboard is currently levering the below incorrect fields for it's visualizations.
aws.rds.db_instance.identifier is currently being used as a breakdown to identify the different RDS instances but our OOTB AWS integration does not pull in this field. I believe the correct field should be aws.dimensions.DBInstanceIdentifier as it holds the same value as defined in our Integration docs and values are populated via our OOTB AWS Integration.
Affected Visualizations:
aws.rds.write_io.ops_per_sec is being used for the WriteOps visualization but this value is not populated by the OOTB AWS integration. I believe the correct field should be aws.rds.write.iops as it returns the expected values
aws.rds.read_io.ops_per_sec is being used for the WriteOps visualization but this value is not populated by the OOTB AWS integration. I believe the correct field should be aws.rds.read.iops as it returns the expected values
The text was updated successfully, but these errors were encountered: