Expressions: Create json schema for query types (#84032)

This commit is contained in:
Ryan McKinley
2024-03-26 07:58:56 +03:00
committed by GitHub
parent 2e06677240
commit 4cda34ff7d
40 changed files with 4649 additions and 654 deletions
@@ -0,0 +1,25 @@
{
"from": "now-1h",
"to": "now",
"queries": [
{
"refId": "A",
"maxDataPoints": 1000,
"intervalMs": 5,
"scenarioId": "random_walk"
},
{
"refId": "B",
"maxDataPoints": 1000,
"intervalMs": 5,
"pulseWave": {
"offCount": 20,
"offValue": 1.23,
"onCount": 10,
"onValue": 4.56,
"timeStep": 1000
},
"scenarioId": "predictable_pulse"
}
]
}