grafana-trino
grafana-trino copied to clipboard
The Trino datasource allows to query and visualize Trino data from within Grafana.
Bumps [github.com/grafana/sqlds/v2](https://github.com/grafana/sqlds) from 2.5.1 to 2.7.1. Release notes Sourced from github.com/grafana/sqlds/v2's releases. Improve Query testing with QueryFailTimes Adds a QueryFailTimes option to the DriverOpts so testing a query failing a...
Bumps [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) from 9.5.2 to 9.5.3. Release notes Sourced from @grafana/data's releases. v9.5.3 Bug fixes Query: Prevent crash while executing concurrent mixed queries Alerting: Require alert.notifications:write permissions to test receivers...
Bumps [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) from 9.5.2 to 9.5.3. Release notes Sourced from @grafana/runtime's releases. v9.5.3 Bug fixes Query: Prevent crash while executing concurrent mixed queries Alerting: Require alert.notifications:write permissions to test receivers...
Bumps [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) from 9.5.2 to 9.5.3. Release notes Sourced from @grafana/ui's releases. v9.5.3 Bug fixes Query: Prevent crash while executing concurrent mixed queries Alerting: Require alert.notifications:write permissions to test receivers...
The first- and last- buckets in date histograms are often incomplete. Rather than showing artificially-low values near the edges (which look like steep declines in whatever metric is aggregated), it'd...
My trino queries take about a minute to complete. Every time I load the Trino dashboard, click to a different dashboard and back to the Trino dashboard, the queries are...
Figure out how to create automated tests, unit, and integration (running against an actual Trino server).
Enable forwarding OAuth tokens and handle them in the backend to pass them into the driver.
This implements the methods of the completable interface, but I couldn't test this. It seems that it's only used with a query builder in Grafana, not with the free-query mode...
Hello there, **Plugin version: 1.0.7** I'm running into the following error when trying to query a table containing a column with the following type: `array(row(score double, word_start double, word_end double,...