Gábor Farkas
b8fd7b5e18
testdata: add query-metadata scenario ( #111627 )
...
* testdata: add query-metadata scenario
* updated test specs
2025-10-01 10:49:23 +02:00
Kyle Brandt
601676b98e
TestData: Adds Frame Type to "Predictable" Scenarios to enable SQL expressions ( #106177 )
2025-05-29 07:22:51 -04:00
Ryan McKinley
439df585e0
TestData: Support a steps scenario ( #104736 )
2025-04-30 16:22:59 +03:00
Sam Jewell
3bdcbc5d37
TestData DS: Make Random Walk queries compatible with Data Plane ( #103966 )
...
* DataData DS: Add Frame type to Random Walk queries
* Time column should not be nullable
Conversion for the SQL (server-side) expression was failing with:
`failed to convert data frames to long format for sql: missing time field`
Because we weren't seeing a match at:
`if f.Type() == data.FieldTypeTime {`]
here:
https://github.com/grafana/grafana/blob/acb0e6b609fc5b099e9ba6c67000aa3a0029974d/pkg/expr/convert_to_full_long.go#L155
The DataPlane docs (https://grafana.com/developers/dataplane/timeseries )
state that:
> - The Time field(s):
> - Should have no null values
So making the fix here
2025-04-15 10:25:33 +01:00
Marcus Efraimsson
b28085110d
Plugins: Auto instrumentation improvements ( #94193 )
2024-10-15 14:02:34 +02:00
Marcus Efraimsson
c8af659f02
Plugins: Enhanced plugin instrumentation ( #90199 )
...
* Plugins: Enhanced plugin instrumentation
* use backend.CallResourceResponseSenderFunc
* sdk v0.237.0
* support admission control
* cover all handlers in log and metrics middlewares
* fix after review
2024-07-09 15:03:46 +02:00
Ryan McKinley
4cda34ff7d
Expressions: Create json schema for query types ( #84032 )
2024-03-26 06:58:56 +02:00
Marcus Efraimsson
464580b071
Testdata: Use contextual logging ( #76833 )
2023-10-20 10:01:04 +02:00
Marcus Efraimsson
69ce0486a2
Testdata: Add some tracing to testdata query data handling ( #75762 )
2023-10-02 13:03:17 +02:00
Andres Martinez Gotor
c70623fb85
Chore: Rename testdata plugin with a fully qualified name ( #75104 )
2023-09-22 15:00:40 +03:00