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 The docs says the metric_samples.timestamp should be in unix epoch seconds, but it look to be in 1000 seconds*
To Reproduce Steps to reproduce the behavior:
SELECT timestamp FROM metric_samples WHERE <some filtering> LIMIT 1
Expected behavior timestamp in unix epoch secs, as per docs
Screenshots / Exceptions / Errors
Connector Details (please complete the following information):
Additional context Don't think you need the divide by 1000 here:
aws-athena-query-federation/athena-cloudwatch-metrics/src/main/java/com/amazonaws/athena/connectors/cloudwatch/metrics/MetricsRecordHandler.java
Line 266 in 3a306dd
The text was updated successfully, but these errors were encountered:
+1 for this, it is not possible to use the connector at the moment because of this
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The docs says the metric_samples.timestamp should be in unix epoch seconds, but it look to be in 1000 seconds*
To Reproduce
Steps to reproduce the behavior:
SELECT timestamp FROM metric_samples WHERE <some filtering> LIMIT 1
Expected behavior
timestamp in unix epoch secs, as per docs
Screenshots / Exceptions / Errors
Connector Details (please complete the following information):
Additional context
Don't think you need the divide by 1000 here:
aws-athena-query-federation/athena-cloudwatch-metrics/src/main/java/com/amazonaws/athena/connectors/cloudwatch/metrics/MetricsRecordHandler.java
Line 266 in 3a306dd
The text was updated successfully, but these errors were encountered: