-
Notifications
You must be signed in to change notification settings - Fork 185
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
feat(alertmanager): fix labels for alertmanager #870
Conversation
Signed-off-by: Ben Donnelly <[email protected]>
Signed-off-by: Ben Donnelly <[email protected]>
Signed-off-by: Ben Donnelly <[email protected]>
Can you fix the CI error please? |
will do - sorry I have been away. |
Signed-off-by: Ben Donnelly <[email protected]>
Is there anything else pending on this? I think it is ready. |
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.
Sorry for the delay, I was off then I traveled for work. It's good to me. Thanks.
LGTM label has been added. Git tree hash: 16e88b5b39b3f1e7b86c41a55e932690fc53c149
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Issif, Umaaz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area outputs
What this PR does / why we need it:
The labels used by alertmanager need to match the regex
[a-zA-Z_][a-zA-Z0-9_]*
.When adding a custom rule to get the AWS session name the label passed in is
json.value[/user/extra/sessionName]
which is currently passes out to alertmanager asjson_value_/user/extra/sessionName
which doesn't work in Alertmanager as the/
are invalid.Special notes for your reviewer: