Open nlamirault opened 1 month ago
This needs some frontend and backend work but the latter is more important now. The good thing is that we have almost done it. The only missing piece is API. There are a couple of APIs that need to be updated but it's just matter of copying a field whereas mute_time_interval is mentioned.
We would appreciate a community contribution, and I can promise a prompt review for the pull request.
@yuri-tceretian i will take a look into this tomorrow, will ping you when i have a PR 🙏
Why is this needed:
Alertmanager has both
mute_time_intervals
andactive_time_intervals
. Do you think it is in the roadmap of Grafana to support both?What would you like to be added:
when I want a only business hour alert, I wrote the PromQL query, do another query for only business hour and after that a Math request.
I could be useful to replace something like:
to something like:
Who is this feature for?
[Add information on what kind of user the feature is for.]
Alertmanager documentation