-
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
limits: Add generic layer of limits (e.g interceptors) for StoreAPI. #2527
Comments
Good point from @brancz is that interceptor limit might be not enough. We can deduce how much chunks etc we will have without fetching them... so more on query planning side already. |
I was working on a proposal for the above issue, and I had some queries regarding it. It would be really helpful for me to get some more clarity about the problem that we are trying to solve 😅
Are we looking something like pre-flight checks for this?
Is this more like Query Logging but for Thanos? |
@bwplotka 1. enablePartialResponse bool, Can I know what these configurations are missing to achieve in limiting the large queries and responses? I have couple of questions here
This can help me to understand what additional configurations need to be added and how interceptor logic needs to be implemented. |
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
Still in progress. Meant for a later task.
…On Sun, 31 May 2020 at 19:24, stale[bot] ***@***.***> wrote:
Hello 👋 Looks like there was no activity on this issue for last 30 days.
*Do you mind updating us on the status?* Is this still reproducible or
needed? If yes, just comment on this PR or push a commit. Thanks! 🤗
If there will be no activity for next week, this issue will be closed (we
can always reopen an issue if we need!). Alternatively, use remind command
<https://probot.github.io/apps/reminders/> if you wish to be reminded at
some point in future.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2527 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVA3O7NPLMIA2B7B7UIS6TRUKOFHANCNFSM4MRWL35Q>
.
|
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Still not done. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Proven to be hard. Let's start with "non-generic" ones first (: |
We can leverage gRPC interceptors to ensure configuring limits per chunks, series etc of StoreAPI
Open questions:
The text was updated successfully, but these errors were encountered: