Update alarm expression BNF documentation

Change-Id: I3afa5dd25ac9635bb0969a0ca3642cb6af4a3df4
This commit is contained in:
Deklan Dieterly
2014-10-29 16:58:11 -06:00
parent 4b70c20b45
commit 4653be2226

View File

@@ -111,8 +111,7 @@ Each subexpression is made up of several parts with a couple of options:
````
<sub_expression>
::= <metric> <relational_operator> <threshold_value>
| <function> '(' <metric> [',' period] ')' <relational_operator> threshold_value ['times' periods]
::= <function> '(' <metric> [',' period] ')' <relational_operator> threshold_value ['times' periods]
| '(' expression ')'
````