grafana/pkg/services/ngalert/backtesting
Yuri Tseretyan cbbbe2e6f6
SSE: DSNode to update result with names to make each value identifiable by labels (only Graphite and TestData) (#71246)
* introduce a function checkIfSeriesNeedToBeFixed to scan all value fields in the response and provide a function that updates Series so they can be uniquely identifiable. Only Graphite and TestData are checked.

* update `convertDataFramesToResults` to run this function and provide it to WideToMany
* update WideToMany to run the fix function if it is not nil
2023-07-20 14:44:12 -04:00
..
engine_test.go Alerting: Fix panic in backtesting API when the testing interval is not times of evaluation interval (#68727) 2023-07-06 11:21:03 -04:00
engine.go Alerting: Fix panic in backtesting API when the testing interval is not times of evaluation interval (#68727) 2023-07-06 11:21:03 -04:00
eval_data_test.go Alerting: Fix panic in backtesting API when the testing interval is not times of evaluation interval (#68727) 2023-07-06 11:21:03 -04:00
eval_data.go SSE: DSNode to update result with names to make each value identifiable by labels (only Graphite and TestData) (#71246) 2023-07-20 14:44:12 -04:00
eval_query_test.go Alerting: Fix panic in backtesting API when the testing interval is not times of evaluation interval (#68727) 2023-07-06 11:21:03 -04:00
eval_query.go Alerting: Fix panic in backtesting API when the testing interval is not times of evaluation interval (#68727) 2023-07-06 11:21:03 -04:00