Skip to content
New issue

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

AttributeError when using certain characters in query #193

Open
mcleodj opened this issue Sep 20, 2021 · 0 comments
Open

AttributeError when using certain characters in query #193

mcleodj opened this issue Sep 20, 2021 · 0 comments

Comments

@mcleodj
Copy link

mcleodj commented Sep 20, 2021

When using a query like:
'sum (container_memory_working_set_bytes{{{pod=~"$Environment-$Deployment.*"}}}) / sum (kube_node_status_allocatable{resource="memory"}) * 100'

I get an error AttributeError: 'str' object has no attribute '*"'

Seems not to like the '*' in the query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant