[v11.0.x] Prometheus: Create jsonschema spec (#86197)

Prometheus: Create jsonschema spec (#85077)

(cherry picked from commit e5cf863973)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-15 16:52:53 +01:00
committed by GitHub
parent e00a5ec73e
commit 8d366eb67c
9 changed files with 679 additions and 14 deletions
@@ -0,0 +1,12 @@
{
"from": "now-1h",
"to": "now",
"queries": [
{
"refId": "A",
"maxDataPoints": 1000,
"intervalMs": 5,
"expr": "1+1"
}
]
}