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
I'm trying to light up the AWS billing functionality, but running into errors like the following:
time="2019-10-17T19:02:58Z" level=error msg="error queuing Report dependents of ReportDataSource pod-memory-request-raw" app=metering component=reportDataSourceWorker error="unable to get dependencies for ReportQueryView ReportDataSource aws-ec2-billing-data-raw-raw: reportquery.metering.openshift.io \"aws-ec2-billing-data-raw-raw\" not found" logID=mL1IelFccR namespace=metering reportDataSource=pod-memory-request-raw
Sure enough, there is no aws-ec2-billing-data-raw-raw reportQuery, but there is a aws-ec2-billing-data-raw, is this a bug/typo in the configuration?
aws-ec2-billing-data-raw-raw
aws-ec2-billing-data-raw
[root@cloud-toolbox operator-metering]$ kubectl get reportquery -n metering NAME AGE aws-ec2-billing-data 78m aws-ec2-billing-data-raw 78m aws-ec2-cluster-cost 78m cluster-cpu-capacity 78m cluster-cpu-capacity-raw 78m ...
The text was updated successfully, but these errors were encountered:
aws-ec2-cluster-cost
Successfully merging a pull request may close this issue.
I'm trying to light up the AWS billing functionality, but running into errors like the following:
Sure enough, there is no
aws-ec2-billing-data-raw-raw
reportQuery, but there is aaws-ec2-billing-data-raw
, is this a bug/typo in the configuration?The text was updated successfully, but these errors were encountered: