You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The MongoDB Atlas receiver currently can collect alerts via webhooks. This doesn't work for all customers as they may not be able to open a port in the firewall to accept incoming alerts.
We should add an alternative that allows us to scrape the API for Alerts so that this user case is accomplished.
Describe the solution you'd like
I'd like to propose that we introduce a new mode parameter for the alerts config as to dictate whether to listen or retrieve logs from the API.
receivers:
mongodbatlas:
alerts:
enabled: true# new parametersmode: poll # one of poll or listenprojects:
- name: project-1exclude_clusters: [internal_cluster]include_clusters: []
Describe alternatives you've considered
Deliberated between adding a new config or mode only parameters and feel like this would be my preference happy to hear other thoughts/concerns though!
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The MongoDB Atlas receiver currently can collect alerts via
webhooks
. This doesn't work for all customers as they may not be able to open a port in the firewall to accept incoming alerts.We should add an alternative that allows us to scrape the API for Alerts so that this user case is accomplished.
Describe the solution you'd like
I'd like to propose that we introduce a new mode parameter for the alerts config as to dictate whether to listen or retrieve logs from the API.
Describe alternatives you've considered
Deliberated between adding a new config or mode only parameters and feel like this would be my preference happy to hear other thoughts/concerns though!
Additional context
No response
The text was updated successfully, but these errors were encountered: