We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the CW metrics connector I want to query metrics including those from linked accounts
To Reproduce Steps to reproduce the behavior:
Expected behavior The linked metrics are returned
Screenshots / Exceptions / Errors No results are returned
Connector Details (please complete the following information):
Additional context I think you need to include IncludeLinkedAccounts=true when listing metrics, maybe around here: https://github.com/awslabs/aws-athena-query-federation/blob/master/athena-cloudwatch-metrics/src/main/java/com/amazonaws/athena/connectors/cloudwatch/metrics/MetricsRecordHandler.java#L154
IncludeLinkedAccounts=true
See also API: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using the CW metrics connector I want to query metrics including those from linked accounts
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The linked metrics are returned
Screenshots / Exceptions / Errors
No results are returned
Connector Details (please complete the following information):
Additional context
I think you need to include
IncludeLinkedAccounts=true
when listing metrics, maybe around here: https://github.com/awslabs/aws-athena-query-federation/blob/master/athena-cloudwatch-metrics/src/main/java/com/amazonaws/athena/connectors/cloudwatch/metrics/MetricsRecordHandler.java#L154See also API: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html
The text was updated successfully, but these errors were encountered: