From b0892812558849801b679f244bf75bdc5aadaae8 Mon Sep 17 00:00:00 2001 From: Rodrigo Petter Daniel Date: Tue, 18 Jul 2023 04:28:50 -0300 Subject: [PATCH] Docs: fix bullet lists for supported time interval (#67389) * Docs: fix bullet lists for supported time interval * Docs: run prettier --- docs/sources/alerting/manage-notifications/mute-timings.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sources/alerting/manage-notifications/mute-timings.md b/docs/sources/alerting/manage-notifications/mute-timings.md index 186791ea17b..b2c116586d6 100644 --- a/docs/sources/alerting/manage-notifications/mute-timings.md +++ b/docs/sources/alerting/manage-notifications/mute-timings.md @@ -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.