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
First of all, thanks to everyone who worked on #1248, pretty cool feature ! Helpful a ton for troubleshooting missing blocks (with the help of compaction failure metric in 0.6.0)
I am running Thanos components behind a reverse proxy (traefik to be exact), and when reverse proxying the bucker web interface under /bucket it fails to load all static assets under /static.
This is most likely due to the ui not using relative paths.
As an example, I also run Thanos query under /query, and static assets are loaded under /query/static.
I work around by also reversing /static to the Thanos bucket web container but the configuration could be simpler.
First of all, thanks to everyone who worked on #1248, pretty cool feature ! Helpful a ton for troubleshooting missing blocks (with the help of compaction failure metric in 0.6.0)
I am running Thanos components behind a reverse proxy (traefik to be exact), and when reverse proxying the bucker web interface under
/bucket
it fails to load all static assets under/static
.This is most likely due to the ui not using relative paths.
As an example, I also run Thanos query under
/query
, and static assets are loaded under/query/static
.I work around by also reversing
/static
to the Thanos bucket web container but the configuration could be simpler.There is no emergency in this but it would be nice to see it in the next iteration of
bucket web
Thanks again for all the good work with Thanos !
The text was updated successfully, but these errors were encountered: