-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add support for new receivers tied to rebased monitoring to upstream version 50.x #10838
Comments
UI DifferencesHere is a description of the things that would need to be chagned in in the UI, thanks for your patience! Pod and Service MonitorsThe crds for these resources have changes somewhat. I am not 100% sure how we get the initial yaml for the Alerting ReceiversThe main difference here is some new receivers. Shouldn't be anything super new, just different fields but all the same primitive types as the other receivers. Discord
MSteams
Webex
|
@joshmeranda is there a test build that UI can work off of? And are there example receivers for the 3 new ones to connect to? |
We may not need to make any changes - the yaml for the monitors comes from the backend, so as long as that is all good, that should "just work". For the new alerting destinations, users can use the existing 'custom' option and provider yaml. ^ FYI @gaktive |
Cool. @nwmac is this ready for pointing then for an upcoming sprint? |
Suggestion:
|
Sorry for the delay! We do not have a workable test build as of now I'll let you know once we get something that could work for this. Unfortunately, we also don't have any test receivers fro you to send stuff off to. |
Hi @joshmeranda, I'm checking the specs of the new receivers and they all have a HTTP client's configuration field. In the Webhook -> MS Teams example we currently have a SSL section and an Auth field: Is that HTTP client's configuration related to any or both of them? |
We want to take this opportunity to fix some issues. We should have a sub-task only for that, not sure how to link it with this one. The designs are here: Adobe Xd Prototype |
For reference, rancher/rancher did implement something for 2.9.0 and there's a manual way to use it in the UI as commented above. |
Observability is working on rancher/rancher#44614 to rebase monitoring to a newer upstream version; in this case 50.x.
There will be new CRDs for alerting, so UI needs to look at it as well. Details TK.
Internal reference: SURE-7884
The text was updated successfully, but these errors were encountered: