grafana/pkg/expr/mathexp
Yuri Tseretyan 810fbc3327
SSE: Support hysteresis threshold expression (#70998)
* extend threshold command with second evaluator called `unloadEvaluator` 
* Introduce a new expression command Hysteresis and update Threshold unmarshaller to create the HysteresisCommand if the second eval
* add feature flag `recoveryThreshold`
* update unmarshal threshold command to not re-marshall because it breaks frame definition by shuffling the schema and data fields
2023-10-10 17:51:50 +03:00
..
parse Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
exp_nan_null_val_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
exp_scalar_no_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
exp_series_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
exp_test.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
exp.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
funcs_test.go Tracing: Use tracing.InitializeTracerForTest (#75479) 2023-09-27 09:51:57 +02:00
funcs.go SSE: Fix math expression to support NoData results (#61721) 2023-01-20 09:53:03 -05:00
reduce_test.go SSE: Localize/Contain Errors within an Expression (#73163) 2023-09-13 13:58:16 -04:00
reduce.go Alerting: Improve validation of query and expressions on rule submit (#53258) 2022-09-21 15:14:11 -04:00
resample_test.go Chore: Add last downsampling function to Resample expression (#57379) 2022-10-21 10:03:43 -04:00
resample.go Chore: Add last downsampling function to Resample expression (#57379) 2022-10-21 10:03:43 -04:00
testing.go SSE/Alerting: Support prom instant vector responses (#44865) 2022-05-23 10:08:14 -04:00
type_series.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
types_test.go Alerting: fix a bug where the metric in the evaluation string was not correctly populated (#41731) 2021-11-17 11:00:59 +01:00
types.go SSE: Support hysteresis threshold expression (#70998) 2023-10-10 17:51:50 +03:00
union_test.go SSE: Warn on dropped items in Union in Math Operation (#72682) 2023-08-03 14:23:18 -04:00