Skip to content
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

[FEATURE] Track Queries that error out in Query Insights #253

Open
deshsidd opened this issue Feb 27, 2025 · 0 comments
Open

[FEATURE] Track Queries that error out in Query Insights #253

deshsidd opened this issue Feb 27, 2025 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@deshsidd
Copy link
Collaborator

Is your feature request related to a problem?

A clear and concise description of what the problem is, e.g. I'm always frustrated when [...].

We can consider tracking the following queries as part of Query Insights:

  1. Queries that error out
  2. Queries that do not complete due to timeout

Its hard for OpenSearch customers to figure out these queries in-case they want to modify them or retry in the future.

Additionally, With this approach when we integrate WLM and QI we can figure out tenants that are running erroneous or rogue queries.

For starters, we can probably enhance slow logs with an errorlogs feature to capture details about queries that error out and in the future think about how QI can help.
However, in QI this might entail keeping track of all the in-progress queries - not sure if we want to do this and if it will be scalable. We can also have a callback to QI on query failure if possible to make this easier.

@deshsidd deshsidd added enhancement New feature or request untriaged labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

1 participant