quickwit-oss / quickwit-oss/quickwit-datasource
Can't create alert rule with quickwit on a non-numeric series of values
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 76
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Hello !
I'm trying to create an alert on Grafana using quickwit.
My query is working well in the explorer but when it comes to alerting, it does not work because input data must be a wide series field such as Loki do if I understand well.
The exact error I get is : [sse.readDataError] [A] got error: input data must be a wide series but got type long (input refid)
Is there a way to do it and where can I find it ?
Thanks a lot !
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
No source file or test is named. Start by reproducing the alerting query in Grafana with Quickwit and trace how the data source handles the reported long-series result versus the required wide series. Done means determining whether this alert can be supported and adding a verified fix or a clearly documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grafana, typescript
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100