grafana-trino
grafana-trino copied to clipboard
The Trino datasource allows to query and visualize Trino data from within Grafana.
Fixes #264
The `timeFilter` macro doesn't normalize timestamps to UTC, unlike all the other macros https://github.com/trinodb/grafana-trino/blob/80215f4bb10b3b586bf8107c8eeea54cce2957df/pkg/trino/macros.go#L86-L87 I noticed this while running Grafana on my local machine, not in UTC.
Our Trino cluster requires JWT authentication which can be sent as an HTTP header in the form of `Authorization: Bearer $TOKEN`. The Trino datasource settings page shows a button to...