You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: