Skip to content

Commit 9c292c3

Browse files
committed
Add an explicit note about indentation and the used Yaml block quote
Signed-off-by: beorn7 <beorn@grafana.com>
1 parent d48b635 commit 9c292c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/docs/practices/rules.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ conflicts and give you more useful metrics and alerts.
4747

4848
## Examples
4949

50+
_Note the indentation style with outdented operators on their own line between
51+
two vectors. To make this style possible in Yaml, [block quotes with an
52+
indentation indicator](https://yaml.org/spec/1.2/spec.html#style/block/scalar)
53+
(e.g. `|2`) are used._
54+
5055
Aggregating up requests per second that has a `path` label:
5156

5257
```

0 commit comments

Comments
 (0)