-
Notifications
You must be signed in to change notification settings - Fork 7
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
support setting integration name for alert #167
support setting integration name for alert #167
Conversation
Hi @alexandermarston. |
Thank you for the feedback. Would ignoring the Just as some added context, the Alert Manager integration looks neat but as it currently stands it wouldn't be compatible with our Alert Manager implementation. We use the Alertmanager resource, but define our routes and receivers in a configuration secret not in the resource itself. |
Yes. But we will deal with it separately. Got it. Guess that will be handled separately when we get all the necessary information. |
Thanks for the approval @OrNovo . I am still happy to add the additional check now, if you'd like? I can see some tests are failing, but I don't believe they're related to my change. |
@OrNovo regarding failing tests, I see on the e2e-test logs:
I think there is no access to the repo secrets, because the tests run from @alexandermarston's fork. I think we can merge this PR. |
@alexandermarston can you please sign your commit? |
ed96c52
to
16e7352
Compare
Signed-off-by: Alex Marston <alexander.marston@imaginecurve.com>
ae455fa
to
04142f4
Compare
@assafad1 is there any chance for a review? |
@alexandermarston thanks for your contribution! |
We'd like to start pushing some of our PrometheusRule evaluations through Coralogix, but at the moment we can't seem to natively setup the notification integration without using a Coralogix specific Kubernetes resource.
It would be nice if we could add an additional annotation to our already existing PrometheusRules to specify the name of the Notification Integration we would like to use.
Looking for some feedback on this approach.