We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we send azure alerts to alertmanager. alertmanager parse the url
https://github.com/prometheus/alertmanager/blob/d7ad5e12f8f823ec64e4e84e91d926b6a8e60f71/cli/alert_add.go#L127C25-L127C28
https://portal.azure.com#@930d042f-8145....
This is covered in the RFC and should be supported https://www.rfc-editor.org/rfc/rfc3986#appendix-B
However we get an error while parsing the url
{"code":601,"message":"0.generatorURL in body must be of type uri: \"https://portal.azure.com#@930d042f-....""}
Can you please check why it fails and fix accordingly?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we send azure alerts to alertmanager. alertmanager parse the url
https://github.com/prometheus/alertmanager/blob/d7ad5e12f8f823ec64e4e84e91d926b6a8e60f71/cli/alert_add.go#L127C25-L127C28
https://portal.azure.com#@930d042f-8145....
This is covered in the RFC and should be supported
https://www.rfc-editor.org/rfc/rfc3986#appendix-B
However we get an error while parsing the url
{"code":601,"message":"0.generatorURL in body must be of type uri: \"https://portal.azure.com#@930d042f-....""}
Can you please check why it fails and fix accordingly?
The text was updated successfully, but these errors were encountered: