Page MenuHomeDevCentral

Set correct Grafana URL
ClosedPublic

Authored by dereckson on Jul 27 2024, 13:57.
Tags
None
Referenced Files
F10874269: D3380.id8726.diff
Sat, Aug 2, 19:48
Unknown Object (File)
Fri, Aug 1, 01:27
Unknown Object (File)
Fri, Jul 25, 13:14
Unknown Object (File)
Thu, Jul 24, 23:05
Unknown Object (File)
Wed, Jul 23, 17:45
Unknown Object (File)
Tue, Jul 22, 11:03
Unknown Object (File)
Fri, Jul 18, 08:03
Unknown Object (File)
Thu, Jul 17, 17:57
Subscribers
None

Details

Summary

The parameters domain and root_url are useful when behind a reverse proxy
to indicate Grafana how to serve URL like redirections.

For example, when asking to generate a short URL:

  • without any configuration, it uses socket://localhost:3000/goto/
  • with domain set, it uses socket://grafana.nasqueron.org:3000/goto/
  • with root_url set it correctly uses https://grafana.nasqueron.org/goto/

References:

Ref T651

Test Plan

Ask to share a dashboard, then shorten URL

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
grafana-url
Build Status
Buildable 5383
Build 5664: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jul 27 2024, 13:58
This revision was automatically updated to reflect the committed changes.