UI: thanos does not support nginx proxy access page #8341
Unanswered
magiceses
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisite: I don't want to change the original API route thanos
But when I try to deploy a nginx before thanos, and when all routes are prefixed by rewrite, the page returns 404 to me. Config Example:
nginx ingress:
Then I visited the page and heard the following error(And the route of Go back to home page is /graph, not /global/graph):

But when I use the same configuration to operate prometheus(such as /pm), the prometheus page is accessed normally. Each button on the page will automatically have a prefix of pm.
Is there any difference between the pages of thanos and prometheus? Or how do I need to configure thanos or nginx?
Beta Was this translation helpful? Give feedback.
All reactions