Eugene Klimov
Eugene Klimov
### Describe the feature I have S3 client with following code ```golang type S3LogToZeroLogAdapter struct { logger zerolog.Logger } func newS3Logger(logger zerolog.Logger) S3LogToZeroLogAdapter { return S3LogToZeroLogAdapter{ logger: logger, } }...
Nice tool guys, thank you so much for your efforts! Could you add ClickHouse support?
we have field with `Map(String, String)` , but when there's a numerical value (even as a string) to be added to AdHoc filters via the button in a logs panel...
X, Y, Color - color doesn't work
Need minimal reproduction dashboard and explain current behavior
let's add more unit tests
When we got 100k rows from the plugin, then Logs panel stuck, let's try to avoid it Grafana plugin make two requests, first aggregating like `SELECT toStartOfInterval("event_time", INTERVAL 1 MINUTE)...
candidates - https://github.com/AfterShip/clickhouse-sql-parser, - https://github.com/alecthomas/participle
adhoc filters from details doesn't work ;( ## we need to option to allow enable and disable filters for complex clickhouse types like Map/Object etc.   filters works but...