Prometheus: Create jsonschema spec (#85077)

This commit is contained in:
Ryan McKinley
2024-03-26 16:36:39 +03:00
committed by GitHub
parent b47dc7e8ac
commit e5cf863973
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"
}
]
}