Skip to content

Commit 62c206b

Browse files
authored
Log facet variables edits
Removes the `@` symbol from log facets as it no longer is a working feature for monitor notification
1 parent c72766b commit 62c206b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/monitors/notifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ For example, if your tag is `dot.key.test:five` and your monitor is grouped by `
142142
#### Log facet variables
143143

144144
Log monitors can use facets as variables if the monitor is grouped by the facets.
145-
For example, if your log monitor is grouped by the facet `@facet`, the variable is:
145+
For example, if your log monitor is grouped by the `facet`, the variable is:
146146

147147
```text
148-
{{@facet.name}}
148+
{{ facet }}
149149
```
150150

151151
If your facet has periods, use brackets around the facet, for example:
152152
```text
153-
{{[@facet.with.dot].name}}
153+
{{ [facet.with.dot].name }}
154154
```
155155

156156
### Conditional variables

0 commit comments

Comments
 (0)