quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
39 stars 9 forks source link

Use goroutine/chan to init, avoid hard failure #128

Closed ddelemeny closed 2 months ago

ddelemeny commented 2 months ago

Rework the deferred datasource initialization to use async channel/goroutine. This should avoid concurrent inits when two successive QueryData are requested.

Don't fail hard when output format is empty, log more stuff.