grafana/pkg/expr
George Robinson 7d20766ae9
Alerting: Fix mathexp.NoData cannot be reduced (#55347)
This commit fixes a bug where queries from datasources such as InfluxDB that returned no data would not create a DatasourceNoData alert, but instead an error "can only reduce type series, got type noData".
2022-09-21 10:01:51 +01:00
..
classic Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
mathexp SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00
commands_test.go Alerting: Fix mathexp.NoData cannot be reduced (#55347) 2022-09-21 10:01:51 +01:00
commands.go Alerting: Fix mathexp.NoData cannot be reduced (#55347) 2022-09-21 10:01:51 +01:00
graph_test.go backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
graph.go Expressions: use datasource model from the query (#41376) 2021-12-16 13:51:46 -03:00
nodes_test.go Alerting: Support Unwrap for QueryError in expr package (#41743) 2021-11-17 10:07:24 +00:00
nodes.go SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00
service_test.go backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
service.go backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
transform.go Datasource: Propagate datasource secret decryption errors to the frontend (#52068) 2022-07-13 09:27:03 -04:00