alertmanager
alertmanager copied to clipboard
add SNS receiver subject validation
Add validation for subject
- if not ASCII, we will replace it with error message
- if longer than 100 characters, we will truncate the subject
Note to myself: are we already doing Trimspaces to remove extra spaces before or after the subject?