-
Notifications
You must be signed in to change notification settings - Fork 667
Alertmanager: Advanced configuration fields #4044
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
Alertmanager: Advanced configuration fields #4044
Conversation
94fda80 to
2f355a1
Compare
2f355a1 to
251a43d
Compare
251a43d to
7b9b05e
Compare
|
Hi @benjaminapetersen, @kyoto, and @spadgett, I believe this PR is ready to be reviewed. |
|
/hold We need to know if the API is going to change on this, and if monitoring is working on that at this point. If it changes, we may want to revise to the new API rather than merging right now. |
7b9b05e to
2ffc326
Compare
|
/hold cancel |
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.
nit: Let's spell out the word. It's already a long name and editors have autocomplete.
| export const showAdvConfiguration = $('button.pf-c-expandable__toggle'); | |
| export const showAdvancedConfiguration = $('button.pf-c-expandable__toggle'); |
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.
Either use the PF4 check or Bootstrap checkbox class instead of co-no-bold.
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.
shouldn't be needed if you use the checkbox component or Bootstrap checkbox classes.
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.
| title="Url" | |
| title="URL" |
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.
All of the help blocks should have punctuation to be consistent with other forms in console (although it looks like existing help blocks for Alertmanager is missing that).
| The url of the icon | |
| The URL of the icon. |
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.
| Description of the incident | |
| Description of the incident. |
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.
kebab case
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.
| Severity of the incident | |
| Severity of the incident. |
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.
kebab case
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.
Use consistent case for all labels
| Body of email notifications (HTML) | |
| Body of Email Notifications (HTML) |
2ffc326 to
20ec311
Compare
20ec311 to
1bc5bb7
Compare
spadgett
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtaylor113, spadgett The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold |
|
/hold cancel |
|
/retest |
Added advanced configuration fields within expand/collapse section on each receiver form.
Screenshots