grafana / timestream-datasource

Amazon Timestream in Grafana
https://grafana.com/grafana/plugins/grafana-timestream-datasource
Apache License 2.0
23 stars 19 forks source link

Add option to format results as timeseries #283

Closed iwysiu closed 4 months ago

iwysiu commented 4 months ago

Adds an option to format as a timeseries to the query editor to make writing timeseries easier. The users still have to order them correctly for it to work, I decided that doing the parsing to edit the query for them was a bigger chunk of work than we want this to be, but there's a tooltip to help them and the error for non-ordered timestamps itself is pretty helpful.

New interface: Screenshot 2024-05-08 at 5 38 28 PM

Fixes #280