grafana/pkg/expr
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
..
classic Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
mathexp SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
commands_test.go Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
commands.go SSE: Resample command to support NoData (#61708) 2023-01-18 12:39:38 -05:00
dataplane_test.go SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
dataplane.go SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
graph_test.go Chore: Rename Id to ID in alerting models (#62777) 2023-02-02 17:22:43 +01:00
graph.go Chore: Rename Id to ID in alerting models (#62777) 2023-02-02 17:22:43 +01:00
nodes_test.go Alerting: Support Unwrap for QueryError in expr package (#41743) 2021-11-17 10:07:24 +00:00
nodes.go SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
service_test.go SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
service.go SSE: Dataplane Compliance (#65927) 2023-04-12 12:24:34 -04:00
threshold_test.go Chore: Expression engine to support relative time range (#57474) 2022-10-26 16:13:58 -04:00
threshold.go Chore: Expression engine to support relative time range (#57474) 2022-10-26 16:13:58 -04:00
transform.go Plugins: Refactor forward of cookies, OAuth token and header modifications by introducing client middlewares (#58132) 2022-12-01 19:08:36 +01:00