metrico / qryn-view

qryn polyglot user interface to explore logs, metrics, traces and profiles :eye: Grafana Explore alternative compatible with Loki, Prometheus, Tempo and Pyroscope
http://view.cloki.org/
GNU Affero General Public License v3.0
43 stars 5 forks source link

Qryn-view behind a reverse proxy #388

Closed akvlad closed 8 months ago

akvlad commented 9 months ago

Description of the feature you're suggesting.

According to the feature request https://github.com/metrico/qryn/issues/414 the use asks for the base path of qryn-view to be configurable on startup of the http server serving the qryn-view.

It appears that qryn-view hardcodes it's base path to be / . Can we figure out some way to change it?

Please keep in mind that base path should be applied to:

Anything else?

No response

lmangani commented 9 months ago

I don't think the change should be in qryn-view itself but rather in the server hosting it.

jacovinus commented 9 months ago
  • all the fake paths we use in the app: /plugins, /users, /datasources, /datasources/:ds

We already solved the fake paths with the hash router