Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is it not supported to continue to search for a matching receiver and continue sending after the previous receiver fails? #3743

Open
yuguangye opened this issue Feb 29, 2024 · 1 comment

Comments

@yuguangye
Copy link

I have a scenario where I hope that after the alertmanager fails to push the webhook, even if continue: false, it will continue to look for other receivers and continue to try to send. In this scenario, why is not supported? I think this is more reliable

for example:

receivers:
  - name: "receiver-aa"
    webhook_configs:
        - url: 'https://alarm.com/alarms'
          send_resolved: true
  - name: "receiver-bb"
      slack_configs:
        - channel: "#alarms-bb"
          actions: *action_buttons
          http_config: *http_config
          
routes:          
  - match:
       dc: "aaa"
     receiver: "receiver-aa"
     continue: false
  - match:
       dc: "aaa"
     receiver: "receiver-bb"
@TheMeier
Copy link
Contributor

Sounds like a feature request to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants