Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operators Supported in Custom Metric Expressions:

Boolean Not

!

Unary Plus, Unary Minus

+x, -x

Modulus

%

Division

/

Multiplication

*

Addition, Subtraction

+, -

Less or Equal, More or Equal

<=, >=

Less Than, Greater Than

<, >

Not Equal, Equal

!=, ==

Boolean And

&&

Boolean Or

||

Assignment

=

...