-
Notifications
You must be signed in to change notification settings - Fork 91
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
Integrate Alerting Dashboards with Notifications Plugin #220
Conversation
Signed-off-by: Mohammad Qureshi <[email protected]>
Signed-off-by: Mohammad Qureshi <[email protected]>
…g/editing Destination objects Signed-off-by: Mohammad Qureshi <[email protected]>
… defining Action Signed-off-by: Mohammad Qureshi <[email protected]>
…g Monitor Signed-off-by: Mohammad Qureshi <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #220 +/- ##
==========================================
+ Coverage 53.12% 53.22% +0.10%
==========================================
Files 208 211 +3
Lines 5207 5257 +50
Branches 704 710 +6
==========================================
+ Hits 2766 2798 +32
- Misses 2439 2457 +18
Partials 2 2
Continue to review full report at Codecov.
|
Signed-off-by: Mohammad Qureshi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just minor comments
// export const configToSender = (config: any): SenderItemType => { | ||
// return { | ||
// name: config.config.name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove these comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do a clean-up passthrough in a follow-up
// NotificationItem, | ||
// RecipientGroupItemType, | ||
// SenderItemType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove these comments?
Signed-off-by: Mohammad Qureshi <[email protected]>
Description
Integrates Alerting Dashboards with the Notifications plugin:
Channels
andDestinations
to support pre-migration scenariosFollow-ups that need to be done in a subsequent PR:
"Learn more"
message for Notifications when the Notifications documentation is availableAdd destination
buttonAdd sender
andAdd group
buttonsdelete
button for Destinationsedit
button for Destinations toview
and make the fields read-only on the Destination pageUpdate
when viewing read-only Destinations and changeCancel
to beClose
Issues Resolved
Does not completely resolve but related to opensearch-project/alerting#105
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.