From cbe99ef59678bcdaa18ec94e524b1a526465a4cf Mon Sep 17 00:00:00 2001 From: Helen Weller <38860767+helenosheaa@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:02:37 -0500 Subject: [PATCH] add line about measurement being specified in docs (#8734) --- docs/TEMPLATE_PATTERN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TEMPLATE_PATTERN.md b/docs/TEMPLATE_PATTERN.md index 4244369d7..42a5abea5 100644 --- a/docs/TEMPLATE_PATTERN.md +++ b/docs/TEMPLATE_PATTERN.md @@ -22,6 +22,7 @@ correspond to the field name. Any part of the template that is not a keyword is treated as a tag key. This can also be specified multiple times. +**NOTE:** `measurement` must be specified in your template. **NOTE:** `field*` cannot be used in conjunction with `measurement*`. ### Examples