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
If an aggregated metric has a "not" section (example [1]), we will see an error[2].
[1]:
- name: monitoringCPU metricName : containerCPU labels.namespace.keyword: openshift-monitoring metric_of_interest: value not: labels.container.keyword: kube-rbac-proxy agg: value: cpu agg_type: avg labels: - "[Jira: monitoring]" direction: 1
[2]:
2024-12-18 11:20:18,312 - Orion - INFO - file: utils.py - line: 52 - Collecting monitoringCPU 2024-12-18 11:20:18,312 - Orion - ERROR - file: utils.py - line: 65 - Couldn't get metrics monitoringCPU, exception 'str' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
I think I already found the source, and will raise a fixing PR shortly.
Sorry, something went wrong.
Corrects aggregation query not clause
cf3615b
Fixes cloud-bulldozer#29 Signed-off-by: Andrew Collins <[email protected]>
Successfully merging a pull request may close this issue.
If an aggregated metric has a "not" section (example [1]), we will see an error[2].
[1]:
[2]:
The text was updated successfully, but these errors were encountered: