oncall
oncall copied to clipboard
New Notify Feature for Escalation chain: Notify if Workday is
What would you like to see!
Hi All,
we just stumbled across the limitation that we can only set time windows for notifications, but no workday windows. We would love to see some kind of resource addition to the escalation chain which might add a structure like this
resource "grafana_oncall_escalation" "example_notify_step" {
escalation_chain_id = grafana_oncall_escalation_chain.default.id
type = "notify_if_day_of_week"
notify_if_day_of_week = ["monday", "tuesday", "wednesday", "thursday", "friday"]
position = 0
}
Product Area
Alert Flow & Configuration
Anything else to add?
No response