Skip to content

Commit bb6b58c

Browse files
authored
Update template_variables.md
1 parent 15b0315 commit bb6b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/synthetics/notifications/template_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Test failed at step {{synthetics.failed_step.name}} with error: {{synthetics.fai
4242
: Duration of the test run (in milliseconds) (for example, `9096`).
4343

4444
`{{tags}}`
45-
: Lists all the tags added to the synthetics.
45+
: Lists all the tags added to the synthetics test.
4646
: To access individual tag values, use `{{tags.<tag-key>}}`. For example, if your test is tagged with `env:prod`, use `{{tags.env}}` to return the tag value `prod`.
4747

4848
**Note:** Not all variables are available for every test type. You may need to test different outputs to verify the data returned. You can export the result as a JSON file from the **Actions** tab, then reference the path directly within your monitor configuration.

0 commit comments

Comments
 (0)