You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sharing alerts from within the Android app, the constructed URL seems to be based on the environment variable GRAFANA_API_URL of the oncall-engine process.
Since our Grafana runs inside the same cluster as the Oncall engine, we would like to use GRAFANA_API_URL=http://grafana.oncall.svc.cluster.local:8080 for the internal communication to the Grafana API, but the mobile app should use an external URL (like https://grafana.my-company.com) when using the share function to share alert groups.
At the moment, it doesn't seem to be possible to configure a separate (external) Grafana URL that should be used by the mobile app.
We are currently using the latest version of Oncall, which is v1.6.2.
Product Area
Mobile App
Anything else to add?
Even though I labeled this issue with part:mobile, I realize that any code change most likely won't affect the mobile app itself. I guess the mobile app just uses the URL that is part of the received alert, so any change to make this URL customizable will most likely affect the backend.
The text was updated successfully, but these errors were encountered:
The current version of Grafana OnCall, at the time this issue was opened, is v1.6.2. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you 😄!
What would you like to see!
When sharing alerts from within the Android app, the constructed URL seems to be based on the environment variable
GRAFANA_API_URL
of the oncall-engine process.Since our Grafana runs inside the same cluster as the Oncall engine, we would like to use
GRAFANA_API_URL=http://grafana.oncall.svc.cluster.local:8080
for the internal communication to the Grafana API, but the mobile app should use an external URL (likehttps://grafana.my-company.com
) when using the share function to share alert groups.At the moment, it doesn't seem to be possible to configure a separate (external) Grafana URL that should be used by the mobile app.
We are currently using the latest version of Oncall, which is v1.6.2.
Product Area
Mobile App
Anything else to add?
Even though I labeled this issue with
part:mobile
, I realize that any code change most likely won't affect the mobile app itself. I guess the mobile app just uses the URL that is part of the received alert, so any change to make this URL customizable will most likely affect the backend.The text was updated successfully, but these errors were encountered: