-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Use Partial Response should be enabled by default #6270
Comments
There is no good way to do this right now, but we might be able to propagate the flag to the UI. |
Hi @fpetkovski how to propagate the flag to the UI? |
I think we might be able to do this. The UI already calls api/v1/status/flag, so we can just pass it as a prop to the panel component. We are trying something similar in #6234 |
We are using Prometheus and Thanos components as is and we are not overriding any code or fields.. Is there any way to send that flag to the UI using thanos query tags that can be configured in thanos-query container cinfiguration?
|
I don't think there is any such config option for this presently. |
Ideally we could use this issue to solve ALL flag propagation issues, not only this flag, WDYT? It's great issue for our Thanos ContribFest session (https://sched.co/1HzdF), let's add some "Acceptance Criteria" |
Hi @bwplotka sorry I missed your reply. The acceptance criteria should be like below.
|
Hey there, I'd like to take a shot at this issue! |
Hey @saswatamcode , As you suggested, I am able to configure default behaviour of "Use Partial Response" option by passing down the response from As stated above in acceptance criteria, should I also implement support for UI flags like Enable Autocompletion, Enable Highlighting? |
Hello @saswatamcode @bwplotka @yeya24 i have raised a PR for this issue and it is also verified by me please review it !! |
Hi Team,
We have a requirement that Use Partial Response should be enabled in thanos query UI by default. I tried configuring the "--query.partial-response" flag in thanos-query. But I do not see it is enabled in UI and when querying also, its not sending the flag as true in UI. I need Use Partial Response to be enabled in thanos query UI by default. Is there any flag or config that we need to do for this requirement?
Thanos: 0.29.0
Prometheus: 2.40.0.
Thank you!
The text was updated successfully, but these errors were encountered: