Closed dt-atkinson closed 3 years ago
What query are you using? And what does the result look like?
Alerting should work for queries that return time and numeric values.
Can you post the output from 'test alert'?
Ah okay, so it should work?
I am doing a reasonably complex query which creates a timeseries. I will try a super simple one and get back to you.
Example Query:
SELECT host, node, CREATE_TIME_SERIES(time, measure_value::bigint) AS $__measure
FROM $__database.$__table
WHERE $__timeFilter AND measure_name = '$__measure'
GROUP BY host, node
Test output:
Actual Error (from scheduler in state history):
PENDING
Error: tsdb.HandleRequest() error Could not find executor for data source type: grafana-timestream-datasource
Closing this due to invalidity. We have another box without the plugin installed picking up the scheduled alerts for run.
Currently I get an error when I try to use timestream for alerting. The alerting page does not list timestream as supported.
Is this going to be added?
Error: tsdb.HandleRequest() error Could not find executor for data source type: grafana-timestream-datasource