grafana/pkg/expr/mathexp
Kyle Brandt e78be44e1a
SSE: Dataplane Compliance (#65927)
Takes a specific code path for data that identifies itself as dataplane instead of "guessing" what the data is.

The data must identify itself by being in the dataplane by having both the following frame metadata properties:

- TypeVersion property that is greater than 0.0
- 'Type' property

The flag is disableSSEDataplane and disables this functionality and uses the old code for all queries regardless.

See https://github.com/grafana/grafana-plugin-sdk-go/blob/main/data/contract_docs/contract.md for dataplane details.
2023-04-12 12:24:34 -04:00
..
parse SSE: Add noData type (#51973) 2022-07-14 09:18:12 -04:00
exp_nan_null_val_test.go SSE: Fix math expression to support NoData results (#61721) 2023-01-20 09:53:03 -05:00
exp_scalar_no_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
exp_series_test.go SSE: Refactor to simplify Series type (#35063) 2021-06-02 12:29:19 -04:00
exp_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
exp.go SSE: Fix math expression to support NoData results (#61721) 2023-01-20 09:53:03 -05:00
funcs_test.go SSE: Add is_nan() and other like functions and allow '_' in func names (#43555) 2021-12-29 11:40:52 -05:00
funcs.go SSE: Fix math expression to support NoData results (#61721) 2023-01-20 09:53:03 -05:00
reduce_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01: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 SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04: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: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
union_test.go SSE: Fix math expression to support NoData results (#61721) 2023-01-20 09:53:03 -05:00