mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* add export of mute timings to file provisioning formats * support export of mute timings to HCL
17 lines
431 B
YAML
17 lines
431 B
YAML
apiVersion: 1
|
|
muteTimes:
|
|
- orgId: 1
|
|
name: interval
|
|
time_intervals: []
|
|
- orgId: 1
|
|
name: full-interval
|
|
time_intervals:
|
|
- times:
|
|
- start_time: "10:00"
|
|
end_time: "12:00"
|
|
weekdays: [monday, wednesday, friday]
|
|
days_of_month: ["1", "14:16", "20"]
|
|
months: ["1:3", "7", "12"]
|
|
years: ['2023:2025']
|
|
location: America/New_York
|