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
--remote-read-path
$ cortextool remote-read stats --address http://10.11.12.13:30090 --selector '{__name__!=""}' INFO[0000] Created remote read client using endpoint 'http://10.11.12.13:30090/prometheus/api/v1/read' INFO[0000] Querying time from=2022-09-26T11:02:20+03:00 to=2022-09-26T12:02:20+03:00 with selector={__name__!=""} $ echo $? 0
http://10.11.12.13:30090/prometheus/api/v1/read returns 404.
http://10.11.12.13:30090/prometheus/api/v1/read
404
I'd expect an exit 1 and fatal log here, but it returns success instead.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
http://10.11.12.13:30090/prometheus/api/v1/read
returns404
.I'd expect an exit 1 and fatal log here, but it returns success instead.
The text was updated successfully, but these errors were encountered: