File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
alerts-detectors-notifications/alerts-and-detectors Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,19 +166,19 @@ Helper functions
166166
167167 * - {{#each}} {{/each}}
168168 - Iterate over items in a list. Use {{this}} to refer to the element being iterated over.
169- - {{#each detectorTeams}} {{this}} {{/each}}
169+ - `` {{#each detectorTeams}} {{this}} {{/each}} ``
170170
171171 * - {{#if}} {{else}} {{/if}}
172172 - Conditional
173- - {{#if anomalous}} Alert triggered at {{timestamp}} {{else}} Alert cleared at {{timestamp}} {{/if}}
173+ - `` {{#if anomalous}} Alert triggered at {{timestamp}} {{else}} Alert cleared at {{timestamp}} {{/if}} ``
174174
175175 * - {{#notEmpty dimensions}} {{/notEmpty}}
176176 - Check if there are dimensions associated with the signal
177- - {{#notEmpty dimensions}} Signal details: {{{dimensions}}} {{/notEmpty}}
177+ - `` {{#notEmpty dimensions}} Signal details: {{{dimensions}}} {{/notEmpty}} ``
178178
179179 * - {{#unless}} {{/unless}}
180180 - Conditional, an inverse of the {{if}} function
181- - Teams:{{#each detectorTeams}} {{name}}{{#unless @last}},{{/unless}}{{/each}}
181+ - `` Teams:{{#each detectorTeams}} {{name}}{{#unless @last}},{{/unless}}{{/each}} ``
182182
183183
184184.. _condition-variables :
You can’t perform that action at this time.
0 commit comments