Damien de Lemeny

Results 11 issues of Damien de Lemeny

Hello, I'm happily using architect with django and there's a use-case I'd love to see simplified. I'm partitioning a table on a date field by month, and the insert pattern...

enhancement

### Description Add a tutorial to collect logs from docker's syslog driver. Copy pasta from the docker log tutorial. WIP ### TODO - Test it on different configs - update...

(Hi there, long time no see) Version : pro 4fdbdec OS: ubuntu 21.04 On focus gained, the process seems to be stuck in the event loop, leaving me no option...

platform: linux
bug
needs: more information

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...

- 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...

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.

- DataSource.fields.values only implements Vector interface prior to grafana 10.0

cf : https://github.com/quickwit-oss/quickwit-datasource/pull/45#discussion_r1480647233 Fields shown in the log context sidebar may not be relevant filters. There may not be a sensible default exclusion list. How can this be improved ?

cf : https://github.com/quickwit-oss/quickwit-datasource/pull/45/files/7183f8c2ca2c888041c9828ff3b3a5726c0c5887#r1480654966

Hi! https://github.com/jeffmer/WatchApps/blob/d8dff30062ebdb14a727d5340129a68471f069eb/apps/heart/heartv2.app.js#L34 I think this line should be written `int a = (next-c) % NSLOT;` as the current form will be out of bounds when `next == c`