I need to put the following line count_scalar(container_memory_usage_bytes{image!=""} > 0)
inside a string so I did "count_scalar(container_memory_usage_bytes{image!=""} > 0)"
but it seems not work because there are ""
inside "..."
So how can I correct this line ?