-
Notifications
You must be signed in to change notification settings - Fork 0
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
DEV-43657 - Add app url with additional path #30
DEV-43657 - Add app url with additional path #30
Conversation
to support App url for logzio for alert notification
run-test |
1 similar comment
run-test |
run-test |
3 similar comments
run-test |
run-test |
run-test |
//appUrl, err := url.Parse(ng.Cfg.AppURL) | ||
//if err != nil { | ||
// ng.Log.Error("Failed to parse application URL. Continue without it.", "error", err) | ||
// appUrl = nil | ||
//} |
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 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.
since it is the original code of grafana i thought it is good to leave instead of remove, so we know:
- what was the original version more easy
- easier merge conflicts - if there are any changes on these lines it will be easier to connect it to previous version and see what changes we might need to do accordingly.
What is this feature?
as part of: Set APP url to logzio grafana for alert notification URLs
Why do we need this feature?
so app url in notifications can redirect properly to the logzio app