Skip to content
Snippets Groups Projects
Commit 013dc30d authored by phyber's avatar phyber Committed by Brian Brazil
Browse files

Fix markdown in recording rules. (#3432)

Resolves an issue where rendered markdown was incorrect.
parent 87f5fe35
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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>
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment