Sergej Herbert
Sergej Herbert
Can you try to pin the problem down to a simpler query? A CTE looks like this ```sql with cte(timestamp, sensor_name, value) as (VALUES ('2022-10-30T01:50:00.000+01:00', 'Inlet Pipe', 1), ('2022-10-30T01:59:00.000+01:00', 'Inlet...
This seems like a pretty reasonable request. Let me check if this is something that the underlying SQLite library provides or if I need to add some retry logic myself....
> Please try assigning the delete_topics() return value (futures) to a variable and wait on the futures to complete to see if that helps. Using the return value does not...
Since returning events is a requirement for manual acknowledgment, how about we include the "fix" for `noack`-streams as well? I linked the bug in the feature request for this and...
What version of Grafana are you using?
Thank you very much for the detailed report. I'll take a look at this 👌🏻
The support for this should be added via this PR: https://github.com/fr-ser/grafana-sqlite-datasource/pull/133. You can manually install [v3.5.0 of the plugin right now to check it](https://github.com/fr-ser/grafana-sqlite-datasource/releases/tag/v3.5.0). After a while (a couple of...
Grafana v10 is something I have not tried yet. Would you happen to have the debug level startup logs available for the installation of v3.4.0?
From the logs everything looks good. But I see this > logger=plugin.frser-sqlite-datasource t=2024-02-27T08:37:23.3824104+01:00 level=debug msg="plugin started" path="C:\\Program Files\\GrafanaLabs\\grafana\\data\\plugins\\frser-sqlite-datasource_3.3.3/gpx_sqlite-datasource_windows_amd64.exe" pid=16840 So it is version 3.3.3. Are those the logs from an...
Could you let me know in which journal mode your database is running? You can find this out by running this command inside your database (can be done from Grafana):...