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

API call to get a snapshot of running queries #2701

Open
darkling opened this issue Sep 9, 2024 · 0 comments
Open

API call to get a snapshot of running queries #2701

darkling opened this issue Sep 9, 2024 · 0 comments
Labels
enhancement Incrementally add new feature

Comments

@darkling
Copy link

darkling commented Sep 9, 2024

Version

3.4.0

Feature

For debugging performance issues, it would be useful to be able to get a snapshot of the queries currently being processed, via an API call. It's possible to see all the queries that have been processed, by using logging, but sometimes you just want to get an instantaneous view, which is harder with the logging method.

If the API could return a list of the queries being processed, with: query text, current run time, and any out-of-band parameters (e.g. things passed as URL parameters), then I think that would be ideal. We've found a similar feature useful in GraphDB.

Are you interested in contributing a solution yourself?

No

@darkling darkling added the enhancement Incrementally add new feature label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Incrementally add new feature
Projects
None yet
Development

No branches or pull requests

1 participant