mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Fix markdown in recording rules. (#3432)
Resolves an issue where rendered markdown was incorrect.
This commit is contained in:
parent
87f5fe3576
commit
013dc30dee
|
@ -78,6 +78,7 @@ rules:
|
||||||
### `<rule>`
|
### `<rule>`
|
||||||
|
|
||||||
The syntax for recording rules is:
|
The syntax for recording rules is:
|
||||||
|
|
||||||
```
|
```
|
||||||
# The name of the time series to output to. Must be a valid metric name.
|
# The name of the time series to output to. Must be a valid metric name.
|
||||||
record: <string>
|
record: <string>
|
||||||
|
@ -93,6 +94,7 @@ labels:
|
||||||
```
|
```
|
||||||
|
|
||||||
The syntax for alerting rules is:
|
The syntax for alerting rules is:
|
||||||
|
|
||||||
```
|
```
|
||||||
# The name of the alert. Must be a valid metric name.
|
# The name of the alert. Must be a valid metric name.
|
||||||
alert: <string>
|
alert: <string>
|
||||||
|
|
Loading…
Reference in a new issue