Open mcleodj opened 3 years ago
When using a query like: 'sum (container_memory_working_set_bytes{{{pod=~"$Environment-$Deployment.*"}}}) / sum (kube_node_status_allocatable{resource="memory"}) * 100'
'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 '*"'
AttributeError: 'str' object has no attribute '*"'
Seems not to like the '*' in the query.
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.