-2

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 ?

Jerome
  • 1,162
  • 2
  • 16
  • 32

1 Answers1

0

In ES5:

Well you could put single quotes

"count_scalar(container_memory_usage_bytes{image!=''} > 0)"
Nevin Madhukar K
  • 3,031
  • 2
  • 25
  • 52