Fix Markdown formatting bugs / typos in the config docs

I noticed that some of the formatting on
https://prometheus.io/docs/alerting/latest/configuration/#time_interval-0 is
broken. This should fix that.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2022-05-13 19:58:53 +02:00
parent 23f961ec6a
commit 423fa6e3d0
1 changed files with 4 additions and 4 deletions

View File

@ -291,9 +291,9 @@ to match a complete time interval, all fields must match.
Some fields support ranges and negative indices, and are detailed below. All definitions are
taken to be in UTC, no other timezones are currently supported.
`time_range` Ranges inclusive of the starting time and exclusive of the end time to
`time_range` ranges are inclusive of the starting time and exclusive of the end time to
make it easy to represent times that start/end on hour boundaries.
For example, start_time: '17:00' and end_time: '24:00' will begin at 17:00 and finish
For example, `start_time: '17:00'` and `end_time: '24:00'` will begin at 17:00 and finish
immediately before 24:00. They are specified like so:
times:
@ -302,7 +302,7 @@ immediately before 24:00. They are specified like so:
`weekday_range`: A list of days of the week, where the week begins on Sunday and ends on Saturday.
Days should be specified by name (e.g. 'Sunday'). For convenience, ranges are also accepted
of the form <start_day>:<end_day> and are inclusive on both ends. For example:
of the form `<start_day>:<end_day>` and are inclusive on both ends. For example:
`['monday:wednesday','saturday', 'sunday']`
`days_of_month_range`: A list of numerical days in the month. Days begin at 1.
@ -1066,4 +1066,4 @@ API](http://admin.wechat.com/wiki/index.php?title=Customer_Service_Messages).
# The HTTP client's configuration.
[ http_config: <http_config> | default = global.http_config ]
```
```