-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,102
  • 1
  • 12
  • 30

1 Answers1

0

In ES5:

Well you could put single quotes

"count_scalar(container_memory_usage_bytes{image!=''} > 0)"
Nevin Madhukar K
  • 2,747
  • 2
  • 21
  • 48