quickwit-oss / quickwit-oss/quickwit-datasource
Keeping query context while changing query types
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 76
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Example to reproduce the lost of query context:
- Enter a metrics query (term or date histogram)
- Execute it
- Change logs query
- Go back to metrics query: you lost your previous query.
It would be nice to keep the metrics query context.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Grafana query editor by reproducing the listed sequence: run a metrics query, switch to a logs query, then return to metrics. Trace where each query type's state is stored and restored. Done means returning to the metrics query preserves its previously entered context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100