mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
Docs: fix bullet lists for supported time interval (#67389)
* Docs: fix bullet lists for supported time interval * Docs: run prettier
This commit is contained in:
parent
bc5bcd8b26
commit
b089281255
@ -57,7 +57,11 @@ A time interval is a definition for a moment in time. If an alert fires during t
|
||||
|
||||
Supported time interval options are:
|
||||
|
||||
- Time range: The time inclusive of the starting time and exclusive of the end time in UTC. - Days of the week: The day or range of days of the week. Example: `monday:thursday`. - Days of the month: The date 1-31 of a month. Negative values can also be used to represent days that begin at the end of the month. For example: `-1` for the last day of the month. - Months: The months of the year in either numerical or the full calendar month. For example: `1, may:august`. - Years: The year or years for the interval. For example: `2021:2024`.
|
||||
- Time range: The time inclusive of the starting time and exclusive of the end time in UTC.
|
||||
- Days of the week: The day or range of days of the week. Example: `monday:thursday`.
|
||||
- Days of the month: The date 1-31 of a month. Negative values can also be used to represent days that begin at the end of the month. For example: `-1` for the last day of the month.
|
||||
- Months: The months of the year in either numerical or the full calendar month. For example: `1, may:august`.
|
||||
- Years: The year or years for the interval. For example: `2021:2024`.
|
||||
|
||||
If a field is left blank, any moment of time will match the field. For an instant of time to match a complete time interval, all fields must match. A mute timing can contain multiple time intervals.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user