quickwit-datasource
quickwit-datasource copied to clipboard
Quickwit data source for Grafana
This issue proves complex to tackle, better keep a description of things here . # The problem : https://github.com/quickwit-oss/quickwit-datasource/blob/8a3c88b0301b4e68f5fc8c8b8c38730dd0d99173/pkg/quickwit/response_parser.go#L296 When creating a data frame from the response to a search...
I would like to be able to query my quickwit cluster from the grafana cloud. PDC allows you to proxy from grafana cloud into your internal network. The elasticsearch plugin...
- Clean up the client implementation (mostly ExecuteMultisearch and related functions) - Use a shallow unmarshal pass to avoid casting timestamps to float64 when not desired - Adjust dataframe field...
When hovering over “Ad-hoc statistics”, the plugin freezes the browser. It happens occasionally, and I don't know how to reproduce it. 

I suspect the state management paradigm used in the query editor is causing some sync issues. When running a query, the old state may flash for a split second.
Example to reproduce the lost of query context: 1. Enter a metrics query (term or date histogram) 2. Execute it 3. Change logs query 4. Go back to metrics query:...
It's possible to use variables in a dashboard. The query editor should consider `$query`, `${query}`, `${query:raw}` as a valid syntax. 
- DataSource.fields.values only implements Vector interface prior to grafana 10.0