Update AlertManager new notifiers recommendation#843
Update AlertManager new notifiers recommendation#843stuartnelson3 merged 1 commit intoprometheus:masterfrom
Conversation
| __Other receiver implementations available in version 0.0.4 of Alertmanager | ||
| are not implemented yet. We are gladly accepting any contributions to add them | ||
| to the new implementation.__ | ||
| __We're not actively adding notifiers at the moment as we try to figure out something more flexible. For the time being, we recommend implementing custom notifiers via the webhook notifier.__ |
There was a problem hiding this comment.
I'm not sure how much it's about being on the search for something more flexible, the jsonnet approach would definitely be more flexible but I also see it being more error prone and can easily get out of sync as users would need to update those themselves separate from an Alertmanager update.
I think this is primarily because we can't take on the additional maintenance burden, therefore we chose to support only the major providers out of the box, and additional support needs to be added through a webhook integration.
My 2 cents, but happy to hear what others have to say.
There was a problem hiding this comment.
Wonder if the best action is just to remove this section of the documentation. What do you think?
There was a problem hiding this comment.
I'd leave it given the frequency of requests, but remove the "as we try to figure out something more flexible. For the time being,"
b12a385 to
70a3411
Compare
70a3411 to
827b05d
Compare
* tools/lightning: the region-min-size config has been removed * tools/lightning: included the IO concurrency settings and related metrics * tools/lightning: removed mention of mixed deployment * tools/lightning: added TiKV free space requirement Added several FAQ entries explaining the tight requirements * tools/lightning: removed one more sentence related to mixed deployment * tools/lightning: stop using /tmp to store the engine files * Apply suggestions from code review Co-Authored-By: kennytm <kennytm@gmail.com>
There are several PRs to add new notifiers on AlertManager, and usually, the team will answer that webhooks should be used for now, while a more flexible solution is planned. This PR updates the doc to reflect this opinion.
PRs of new notifiers:
prometheus/alertmanager#391
prometheus/alertmanager#600
prometheus/alertmanager#601
prometheus/alertmanager#1021
prometheus/alertmanager#885
prometheus/alertmanager#1003
prometheus/alertmanager#1012
@stuartnelson3