Fix markdown in recording rules. (#3432)

Resolves an issue where rendered markdown was incorrect.
pull/3484/head
phyber 7 years ago committed by Brian Brazil
parent 87f5fe3576
commit 013dc30dee

@ -78,6 +78,7 @@ rules:
### `<rule>`
The syntax for recording rules is:
```
# The name of the time series to output to. Must be a valid metric name.
record: <string>
@ -93,6 +94,7 @@ labels:
```
The syntax for alerting rules is:
```
# The name of the alert. Must be a valid metric name.
alert: <string>

Loading…
Cancel
Save