mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
e78be44e1a
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. |
||
---|---|---|
.. | ||
eval_mocks | ||
context.go | ||
eval_test.go | ||
eval.go | ||
extract_md_test.go | ||
extract_md.go | ||
testing.go |