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
What you expected to happen
Thanos-sidecar health status .. instead i got 404. Notice that /metrics do return successful
So while thanos-query return the /-/healthy endpoint, at least thanos-sidecar and thanos-store do not. They should exist for consistency and to help building proper healthchecks
i still haven't deployed thanos-rules and thanos-compact, so i can't tell if they are also missing the endpoint
The text was updated successfully, but these errors were encountered:
Thanos, Prometheus and Golang version used
thanos_build_info{branch="master",goversion="go1.10.5",revision="9cec8371f78cd96dba7405885773eb7afc8556dc",version="0.1.0"} 1
improbable/thanos:master-2018-11-12-9cec837
What happened
on thanos-sidecar i have done this:
curl localhost:10902/-/healthy
What you expected to happen
Thanos-sidecar health status .. instead i got 404. Notice that /metrics do return successful
So while thanos-query return the /-/healthy endpoint, at least thanos-sidecar and thanos-store do not. They should exist for consistency and to help building proper healthchecks
i still haven't deployed thanos-rules and thanos-compact, so i can't tell if they are also missing the endpoint
The text was updated successfully, but these errors were encountered: