Replies: 2 comments 2 replies
-
Sounds like a good idea. We are happy to get any feedback and code from community to improve alerting. Do you want to write up the PR? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closing as implemented in #89 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a suggestion regarding the
alertmanager
that I hope we can discuss:Currently, the
alertmanager
uses the PageDuty service, which has quite a few limitations for companies that already have a notification service.Could we consider allowing the
AlertTask
to support plugins? For example:Define a plugin interface:
And the AlertTask structure:
Then, in the creation of a new AlertTask:
And in the sendAlert function:
This way, we can define and embed a variety of options in the future.
Beta Was this translation helpful? Give feedback.
All reactions