We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My Prometheus instance has enable basic-auth: https://prometheus.io/docs/guides/basic-auth/
when I run Thanos sidecar:
thanos sidecar --tsdb.path /home/prometheus/data/ --prometheus.url "http://localhost:9090"
get log:
level=warn ts=2021-09-17T08:56:33.579018157Z caller=sidecar.go:159 msg="failed to fetch prometheus version. Is Prometheus running? Retrying" err="expected 2xx response, got 401. Body: Unauthorized\n"
I looked up the flags in thanos sidecar -h but the flag related to prometheus auth could not be found. How should I configure Thanos?
thanos sidecar -h
The text was updated successfully, but these errors were encountered:
This feature is not present in thanos yet, however we have a WIP PR for it. Related issue: #3975 WIP PR: #4612
Sorry, something went wrong.
Closed by #4612
No branches or pull requests
My Prometheus instance has enable basic-auth: https://prometheus.io/docs/guides/basic-auth/
when I run Thanos sidecar:
get log:
I looked up the flags in
thanos sidecar -h
but the flag related to prometheus auth could not be found. How should I configure Thanos?The text was updated successfully, but these errors were encountered: