You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System: agent running on linux EC2 instance
Steps to Reproduce:
Create RDS instances in the same account and make sure there are metrics coming into CloudWatch:
2. Run agent and install AWS RDS integration with config `latency=10m` just to make sure metric collection does not get impacted by latency. Keep `include_linked_accounts = false` and here are the metrics you can see from Kibana:
We only see metrics from 2 RDS instances.
3. Change agent policy to `include_linked_accounts = true`, save the policy and here are the metrics you can see from Kibana:
We can see metrics from all 5 RDS instances.
These RDS instances are all from the same AWS account, cross account monitoring is not enabled either. include_linked_accounts should not affect the results.
The text was updated successfully, but these errors were encountered:
These RDS instances are all from the same AWS account, cross account monitoring is not enabled either.
include_linked_accounts
should not affect the results.The text was updated successfully, but these errors were encountered: