grafana/pkg/services/ngalert/backtesting
Yuri Tseretyan ad09feed83
Alerting: rule backtesting API (#57318)
* Implement backtesting engine that can process regular rule specification (with queries to datasource) as well as special kind of rules that have data frame instead of query.
* declare a new API endpoint and model
* add feature toggle `alertingBacktesting`
2022-12-14 09:44:14 -05:00
..
engine_test.go Alerting: rule backtesting API (#57318) 2022-12-14 09:44:14 -05:00
engine.go Alerting: rule backtesting API (#57318) 2022-12-14 09:44:14 -05:00
eval_data_test.go Alerting: rule backtesting API (#57318) 2022-12-14 09:44:14 -05:00
eval_data.go Alerting: rule backtesting API (#57318) 2022-12-14 09:44:14 -05:00
eval_query_test.go Alerting: rule backtesting API (#57318) 2022-12-14 09:44:14 -05:00
eval_query.go Alerting: rule backtesting API (#57318) 2022-12-14 09:44:14 -05:00