Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thanos rule graph UI is missing #1503

Closed
Wing924 opened this issue Sep 9, 2019 · 2 comments
Closed

thanos rule graph UI is missing #1503

Wing924 opened this issue Sep 9, 2019 · 2 comments

Comments

@Wing924
Copy link
Contributor

Wing924 commented Sep 9, 2019

Thanos, Prometheus and Golang version used

thanos, version 0.7.0 (branch: HEAD, revision: c6eaf68bec32aefd280318eaef6121d6ddb20d10)
  build user:       root@aa355daaf987
  build date:       20190902-15:31:30
  go version:       go1.12.5

What happened
On thanos rule, I click the expr link in the rule tab.

What you expected to happen
I expect it go to query tab or query UI to show graph.
But I just get 404.

How to reproduce it (as minimally and precisely as possible):
click links on rule tab

Full logs to relevant components

Anything else we need to know
thanos running flags

thanos rule \
--data-dir /var/lib/thanos \
--rule-file /etc/thanos/rules.d/*.yml \
--eval-interval 15s \
--label replica="a" \
--label monitor="rule1" \
--objstore.config-file /etc/thanos/bucket.yml \
--tsdb.retention 8h \
--query my-query:10902 \
--alert.label-drop replica \
--alert.query-url my-query:10902 \
--alertmanagers.url http://my-alert-manager01 \
--alertmanagers.url http://my-alert-manager02 \
--alertmanagers.url http://my-alert-manager03
@jojohappy
Copy link
Member

jojohappy commented Sep 9, 2019

@Wing924 Hi, we have fixed this bug in #1488 , just advance 2 commits on v0.7.0, you can try to update thanos rule to the master head.

@Wing924
Copy link
Contributor Author

Wing924 commented Sep 9, 2019

@jojohappy
Thank you! I confirmed the master and found it has been fixed.

@Wing924 Wing924 closed this as completed Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants