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
/api/metrics/*
Describe the bug Jaeger query doesn't propagate auth token on the /api/metrics/* endpoints.
To Reproduce Steps to reproduce the behaviour:
/api/metrics/latencies?service=jaeger-query&endTs=1635219714184&...
Expected behaviour The /api/metrics/* endpoints should propagate the auth token the same way it does on other endpoints (/operations, /traces, etc.)
Version (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thanks for reporting @th3M1ke. I can take a look at this tomorrow.
Sorry, something went wrong.
@th3M1ke how are you passing the authorization token in the GET request?
albertteoh
Successfully merging a pull request may close this issue.
Describe the bug
Jaeger query doesn't propagate auth token on the
/api/metrics/*
endpoints.To Reproduce
Steps to reproduce the behaviour:
/api/metrics/latencies?service=jaeger-query&endTs=1635219714184&...
with an authorization tokenExpected behaviour
The
/api/metrics/*
endpoints should propagate the auth token the same way it does on other endpoints (/operations, /traces, etc.)Version (please complete the following information):
The text was updated successfully, but these errors were encountered: