We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48b635 commit 9c292c3Copy full SHA for 9c292c3
content/docs/practices/rules.md
@@ -47,6 +47,11 @@ conflicts and give you more useful metrics and alerts.
47
48
## Examples
49
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
+
55
Aggregating up requests per second that has a `path` label:
56
57
```
0 commit comments