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

deepql: make it work #1

Closed
Umaaz opened this issue Apr 20, 2023 · 0 comments · Fixed by #93
Closed

deepql: make it work #1

Umaaz opened this issue Apr 20, 2023 · 0 comments · Fixed by #93
Assignees
Labels
docs/definition Definition of a feature/functionality. enhancement New feature or request
Milestone

Comments

@Umaaz
Copy link
Member

Umaaz commented Apr 20, 2023

Create a query language based on promql/traceql to allow users to query for snapshot data.

Features:

  • find by id e.g. "112dd12d112d"
  • find by resource e.g. "{ resource.language="java" }" - would return all snapshots that have triggered on a java application
  • find by attribute e.g. "{ attribute.path ~= ".*/some_file.py" }" - would return all snapshots that triggered in a file called 'some_file.py'
@Umaaz Umaaz self-assigned this Apr 20, 2023
@Umaaz Umaaz added the enhancement New feature or request label Apr 20, 2023
@Umaaz Umaaz added this to the DeepQL milestone Feb 26, 2024
@Umaaz Umaaz added the docs/definition Definition of a feature/functionality. label Feb 26, 2024
@Umaaz Umaaz closed this as completed in #93 Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs/definition Definition of a feature/functionality. enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant