Files
grafana/pkg/tsdb/grafana-testdata-datasource/kinds/query.panel.example.json
T
grafana-delivery-bot[bot] 9744f081fc [v11.0.x] Expressions+Testdata: Create json schema for query types (#86164)
Expressions: Create json schema for query types (#84032)

(cherry picked from commit 4cda34ff7d)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-04-15 16:09:50 +01:00

28 lines
537 B
JSON

{
"type": "table",
"targets": [
{
"refId": "A",
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "TheUID"
},
"scenarioId": "random_walk"
},
{
"refId": "B",
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "TheUID"
},
"pulseWave": {
"offCount": 20,
"offValue": 1.23,
"onCount": 10,
"onValue": 4.56,
"timeStep": 1000
},
"scenarioId": "predictable_pulse"
}
]
}