grafana-sqlite-datasource
grafana-sqlite-datasource copied to clipboard
Grafana Plugin to enable SQLite as a Datasource
I'm using https://github.com/Willena/sqlite-jdbc-crypt to secure connection to the database. Is it possible to support that in this Grafana datasource plugin?
**Describe the bug** A clear and concise description of what the bug is. The initial issue was raised in the Grafana community: - https://community.grafana.com/t/legend-names-for-graphs-appear-double/61069 - https://community.grafana.com/t/legend-appears-twice-when-i-have-data-sources-on-one-graph/70780
Error Plugin unavailable when trying to save and test data source.    **Grafana-Docker-Log** logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-29T14:29:00.794365614Z level=error msg="Plugin unavailable" error="plugin unavailable" remote_addr=192.168.178.51 traceID=00000000000000000000000000000000 logger=context traceID=00000000000000000000000000000000...
As the version contains an "rc-X" suffix the changelog is not correctly parsed into the release notes during the Github Actions build process.
**Describe the bug** When the sqlite database is being written into by another process (a logger appending values to a table), it is possible to get blank graphs in Grafana,...
I understand this is more a question than a bug (no question template). Also, I'm aware that it is more of a `docker` aspect than this plugin, but since you...
Chart not displaying results if I use the number 0 but will if I use number 0.0 ... possible bug ?
**The problem is** I use Grafana for my chart and if the very 1st number of row 1 is a 0 .... I get no graph. Although data is there...
**Describe the bug** In Grafana, users can set up query variables to build variable lists for filtering their dashboards. To support a key/value structure to these lists, there is the...
I wanted to install the version 3.4.0 of the plugin manually because the IPC that I use, has no access to the internet. And it did not show in the...
Hi, I use the 3.5.0 sqlite plugin with grafana enterprise rpi 9.3.6 I have some temperature time series. I use the following query : SELECT (timestamp * 1000) as datetime,...